diff options
-rw-r--r-- | app-text/rcs/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/rcs/rcs-5.7-r1.ebuild | 8 | ||||
-rw-r--r-- | app-text/rcs/rcs-5.7-r2.ebuild | 6 | ||||
-rw-r--r-- | app-text/remem/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/remem/remem-2.11.ebuild | 5 | ||||
-rw-r--r-- | app-text/rman/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/rman/rman-3.0.9.ebuild | 5 | ||||
-rw-r--r-- | app-text/rman/rman-3.1.ebuild | 4 | ||||
-rw-r--r-- | app-text/rpl/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/rpl/rpl-1.4.0.ebuild | 5 | ||||
-rw-r--r-- | app-text/sgml2x/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/sgml2x/sgml2x-0.11-r1.ebuild | 5 | ||||
-rw-r--r-- | app-text/tkman/ChangeLog | 8 |
13 files changed, 44 insertions, 36 deletions
diff --git a/app-text/rcs/ChangeLog b/app-text/rcs/ChangeLog index 5b209d2d84a9..c4660cae8431 100644 --- a/app-text/rcs/ChangeLog +++ b/app-text/rcs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/rcs # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/rcs/ChangeLog,v 1.10 2004/03/12 08:48:32 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/rcs/ChangeLog,v 1.11 2004/03/12 08:48:45 mr_bones_ Exp $ + + 12 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> : + Don't assign default to S; header fix 12 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> rcs-5.7-r1.ebuild, rcs-5.7-r2.ebuild: diff --git a/app-text/rcs/rcs-5.7-r1.ebuild b/app-text/rcs/rcs-5.7-r1.ebuild index be8312a32d5c..3e092aa1d872 100644 --- a/app-text/rcs/rcs-5.7-r1.ebuild +++ b/app-text/rcs/rcs-5.7-r1.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/rcs/rcs-5.7-r1.ebuild,v 1.12 2004/02/22 20:05:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/rcs/rcs-5.7-r1.ebuild,v 1.13 2004/03/12 08:48:32 mr_bones_ Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Revision Control System" SRC_URI="ftp://ftp.gnu.org/gnu/rcs/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/rcs/" @@ -16,7 +15,6 @@ RDEPEND="sys-apps/diffutils" KEYWORDS="x86 ppc sparc" src_compile() { - ./configure \ --prefix=/usr \ --host=${CHOST} \ @@ -25,11 +23,9 @@ src_compile() { cp ${FILESDIR}/conf.sh src/conf.sh emake || die - } src_install () { - make \ prefix=${D}/usr \ man1dir=${D}/usr/share/man/man1 \ diff --git a/app-text/rcs/rcs-5.7-r2.ebuild b/app-text/rcs/rcs-5.7-r2.ebuild index fb7e8dac0de3..3628ec8ffd0c 100644 --- a/app-text/rcs/rcs-5.7-r2.ebuild +++ b/app-text/rcs/rcs-5.7-r2.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/rcs/rcs-5.7-r2.ebuild,v 1.11 2004/01/08 01:21:38 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/rcs/rcs-5.7-r2.ebuild,v 1.12 2004/03/12 08:48:32 mr_bones_ Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Revision Control System" SRC_URI="ftp://ftp.gnu.org/gnu/rcs/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/rcs/" @@ -16,7 +15,6 @@ RDEPEND="sys-apps/diffutils" KEYWORDS="x86 ppc sparc alpha ia64 amd64" src_compile() { - ./configure \ --prefix=/usr \ --host=${CHOST} \ @@ -25,11 +23,9 @@ src_compile() { cp ${FILESDIR}/conf.sh src/conf.sh emake || die - } src_install () { - make \ prefix=${D}/usr \ man1dir=${D}/usr/share/man/man1 \ diff --git a/app-text/remem/ChangeLog b/app-text/remem/ChangeLog index c9f6173746cf..c7b4ccd0ee89 100644 --- a/app-text/remem/ChangeLog +++ b/app-text/remem/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/remem -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/remem/ChangeLog,v 1.6 2003/03/29 11:05:56 seemant Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/remem/ChangeLog,v 1.7 2004/03/12 08:49:04 mr_bones_ Exp $ + + 12 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> remem-2.11.ebuild: + Don't assign default to S; header fix 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/app-text/remem/remem-2.11.ebuild b/app-text/remem/remem-2.11.ebuild index 310a2887bc8b..b697ba0130dc 100644 --- a/app-text/remem/remem-2.11.ebuild +++ b/app-text/remem/remem-2.11.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/remem/remem-2.11.ebuild,v 1.9 2003/03/29 11:05:56 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/remem/remem-2.11.ebuild,v 1.10 2004/03/12 08:49:04 mr_bones_ Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Remembrance Agent plugin for Emacs" HOMEPAGE="http://www.remem.org/index.html" SRC_URI="http://www.remem.org/${P}.tar.gz" diff --git a/app-text/rman/ChangeLog b/app-text/rman/ChangeLog index dd0075b486a2..aab88878fef4 100644 --- a/app-text/rman/ChangeLog +++ b/app-text/rman/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/rman -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/rman/ChangeLog,v 1.9 2003/12/07 13:33:56 lanius Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/rman/ChangeLog,v 1.10 2004/03/12 08:49:17 mr_bones_ Exp $ + + 12 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> rman-3.0.9.ebuild, + rman-3.1.ebuild: + Don't assign default to S; header fix 07 Dec 2003; Heinrich Wendel <lanius@gentoo.org> rman-3.1.ebuild: stable diff --git a/app-text/rman/rman-3.0.9.ebuild b/app-text/rman/rman-3.0.9.ebuild index 3cd466f7a764..92820201f541 100644 --- a/app-text/rman/rman-3.0.9.ebuild +++ b/app-text/rman/rman-3.0.9.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/rman/rman-3.0.9.ebuild,v 1.11 2004/02/22 20:06:16 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/rman/rman-3.0.9.ebuild,v 1.12 2004/03/12 08:49:17 mr_bones_ Exp $ -S=${WORKDIR}/${P} DESCRIPTION="PolyGlotMan man page translator AKA RosettaMan" SRC_URI="http://polyglotman.sourceforge.net/${PN}.tar.gz" HOMEPAGE="http://polyglotman.sourceforge.net/" diff --git a/app-text/rman/rman-3.1.ebuild b/app-text/rman/rman-3.1.ebuild index 540492c03e19..8e58bead745c 100644 --- a/app-text/rman/rman-3.1.ebuild +++ b/app-text/rman/rman-3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/rman/rman-3.1.ebuild,v 1.2 2003/12/07 13:33:56 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/rman/rman-3.1.ebuild,v 1.3 2004/03/12 08:49:17 mr_bones_ Exp $ DESCRIPTION="PolyGlotMan man page translator AKA RosettaMan" SRC_URI="mirror://sourceforge/polyglotman/${P}.tar.gz" diff --git a/app-text/rpl/ChangeLog b/app-text/rpl/ChangeLog index a87a55fdfd81..99700716b6f7 100644 --- a/app-text/rpl/ChangeLog +++ b/app-text/rpl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/rpl -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/rpl/ChangeLog,v 1.4 2003/02/12 05:34:31 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/rpl/ChangeLog,v 1.5 2004/03/12 08:49:38 mr_bones_ Exp $ + + 12 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> rpl-1.4.0.ebuild: + Don't assign default to S; header fix 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/app-text/rpl/rpl-1.4.0.ebuild b/app-text/rpl/rpl-1.4.0.ebuild index 3937ba9b322a..2f84c35575e7 100644 --- a/app-text/rpl/rpl-1.4.0.ebuild +++ b/app-text/rpl/rpl-1.4.0.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/rpl/rpl-1.4.0.ebuild,v 1.8 2004/02/22 20:06:31 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/rpl/rpl-1.4.0.ebuild,v 1.9 2004/03/12 08:49:38 mr_bones_ Exp $ DESCRIPTION="rpl is a UN*X text replacement utility. It will replace strings with new strings in multiple text files. It can work recursively" HOMEPAGE="http://www.laffeycomputer.com/rpl.html" SRC_URI="http://downloads.laffeycomputer.com/current_builds/${P}.tar.gz" -S=${WORKDIR}/${P} LICENSE="GPL-2" SLOT="0" diff --git a/app-text/sgml2x/ChangeLog b/app-text/sgml2x/ChangeLog index 3380c62948e2..3bb23c9746b1 100644 --- a/app-text/sgml2x/ChangeLog +++ b/app-text/sgml2x/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/sgml2x -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sgml2x/ChangeLog,v 1.4 2003/02/12 05:34:51 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/sgml2x/ChangeLog,v 1.5 2004/03/12 08:49:49 mr_bones_ Exp $ + + 12 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> sgml2x-0.11-r1.ebuild: + Don't assign default to S; header fix 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/app-text/sgml2x/sgml2x-0.11-r1.ebuild b/app-text/sgml2x/sgml2x-0.11-r1.ebuild index 92d6ccbca4ee..91d8a4bef640 100644 --- a/app-text/sgml2x/sgml2x-0.11-r1.ebuild +++ b/app-text/sgml2x/sgml2x-0.11-r1.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sgml2x/sgml2x-0.11-r1.ebuild,v 1.18 2004/02/22 20:06:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sgml2x/sgml2x-0.11-r1.ebuild,v 1.19 2004/03/12 08:49:49 mr_bones_ Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Frontend for jade and jadetex" SRC_URI="ftp://sgml2x.sourceforge.net/pub/sgml2x/${P}.tar.gz" HOMEPAGE="http://sgml2x.sourceforge.net/" diff --git a/app-text/tkman/ChangeLog b/app-text/tkman/ChangeLog index 80a72b1e9812..096c59e09d4a 100644 --- a/app-text/tkman/ChangeLog +++ b/app-text/tkman/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/tkman -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/tkman/ChangeLog,v 1.11 2003/12/07 12:39:17 lanius Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/tkman/ChangeLog,v 1.12 2004/03/12 08:50:02 mr_bones_ Exp $ + + 12 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> tkman-2.1-r1.ebuild, + tkman-2.1.ebuild, tkman-2.2.ebuild: + Don't assign default to S; header fix *tkman-2.2 (07 Dec 2003) |