diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-10 16:13:00 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-10 16:13:00 +0000 |
commit | ebfe0495562a00bf25df2486be8151384a56cd05 (patch) | |
tree | b362a8e3e6c5f799639449026ce7f1928c89dd1c | |
parent | Remove old (diff) | |
download | historical-ebfe0495562a00bf25df2486be8151384a56cd05.tar.gz historical-ebfe0495562a00bf25df2486be8151384a56cd05.tar.bz2 historical-ebfe0495562a00bf25df2486be8151384a56cd05.zip |
Remove old
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
42 files changed, 89 insertions, 777 deletions
diff --git a/dev-util/bunny/ChangeLog b/dev-util/bunny/ChangeLog index 2e689c785785..322de7080e6e 100644 --- a/dev-util/bunny/ChangeLog +++ b/dev-util/bunny/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/bunny -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bunny/ChangeLog,v 1.4 2010/09/20 19:46:54 jer Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/bunny/ChangeLog,v 1.5 2012/05/10 16:02:10 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -bunny-0.93.ebuild: + Remove old *bunny-0.93-r1 (20 Sep 2010) diff --git a/dev-util/bunny/bunny-0.93.ebuild b/dev-util/bunny/bunny-0.93.ebuild deleted file mode 100644 index a1aea2ebfcc0..000000000000 --- a/dev-util/bunny/bunny-0.93.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bunny/bunny-0.93.ebuild,v 1.1 2009/05/04 14:32:15 ssuominen Exp $ - -inherit toolchain-funcs - -DESCRIPTION="A small general purpose fuzzer for C programs." -HOMEPAGE="http://code.google.com/p/bunny-the-fuzzer" -SRC_URI="http://bunny-the-fuzzer.googlecode.com/files/${P}.tgz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-libs/openssl" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/${PN} - -src_compile() { - tc-export CC - emake CFLAGS="${CFLAGS}" || die "emake failed" -} - -src_test() { - emake test1 || die "emake test1 failed" - emake test2 || die "emake test2 failed" - emake test3 || die "emake test3 failed" -} - -src_install() { - dobin ${PN}-{exec,flow,gcc,main,trace} || die "dobin failed" - dodoc CHANGES README -} diff --git a/dev-util/ccmalloc/ChangeLog b/dev-util/ccmalloc/ChangeLog index fff69deb36de..e7c971491c22 100644 --- a/dev-util/ccmalloc/ChangeLog +++ b/dev-util/ccmalloc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/ccmalloc -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ccmalloc/ChangeLog,v 1.6 2009/09/01 17:35:14 jer Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/ccmalloc/ChangeLog,v 1.7 2012/05/10 16:02:36 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -ccmalloc-0.4.0-r1.ebuild: + Remove old *ccmalloc-0.4.0-r2 (01 Sep 2009) diff --git a/dev-util/ccmalloc/ccmalloc-0.4.0-r1.ebuild b/dev-util/ccmalloc/ccmalloc-0.4.0-r1.ebuild deleted file mode 100644 index 81998f0d9882..000000000000 --- a/dev-util/ccmalloc/ccmalloc-0.4.0-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ccmalloc/ccmalloc-0.4.0-r1.ebuild,v 1.1 2008/10/20 14:20:39 hawking Exp $ - -DESCRIPTION="A easy-to-use memory debugging library" -HOMEPAGE="http://www.inf.ethz.ch/personal/biere/projects/ccmalloc/" -SRC_URI="http://www.inf.ethz.ch/personal/biere/projects/${PN}/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="debug" -DEPEND="" -RDEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - - # Respect CFLAGS #240274 - sed -i \ - -e "s/CFLAGS=/CFLAGS+=/" \ - Makefile.in || die "sed in Makefile.in failed" -} - -src_compile() { - local myconf - use debug && myconf="${myconf} --debug" - # Not a standard configure script. - ./configure --prefix=/usr ${myconf} || die "configure failed" - emake || die "emake failed" -} - -src_install() { - emake PREFIX="${D}"/usr install || die "emake install failed" - dodoc BUGS FEATURES NEWS README TODO USAGE VERSION || die "dodoc failed" -} diff --git a/dev-util/cocom/ChangeLog b/dev-util/cocom/ChangeLog index 0507aeb52b31..004440ab02fc 100644 --- a/dev-util/cocom/ChangeLog +++ b/dev-util/cocom/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cocom -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cocom/ChangeLog,v 1.11 2010/01/15 21:23:30 fauli Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cocom/ChangeLog,v 1.12 2012/05/10 16:03:03 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -cocom-0.996.ebuild: + Remove old 15 Jan 2010; Christian Faulhammer <fauli@gentoo.org> cocom-0.996-r1.ebuild: diff --git a/dev-util/cocom/cocom-0.996.ebuild b/dev-util/cocom/cocom-0.996.ebuild deleted file mode 100644 index f0b290910055..000000000000 --- a/dev-util/cocom/cocom-0.996.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cocom/cocom-0.996.ebuild,v 1.3 2009/09/29 09:19:20 maekke Exp $ - -inherit autotools - -DESCRIPTION="Toolset to help create compilers, cross-compilers, interpreters, and other language processors" -HOMEPAGE="http://cocom.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" -RDEPEND="!media-gfx/hugin" -DEPEND="${RDEPEND}" - -src_unpack() { - unpack ${A} - cd "${S}"/REGEX - eautoconf -} - -src_install() { - emake install DESTDIR="${D}" || die - dodoc CHANGES README -} diff --git a/dev-util/egypt/ChangeLog b/dev-util/egypt/ChangeLog index 247bc895962c..7164f2d08b89 100644 --- a/dev-util/egypt/ChangeLog +++ b/dev-util/egypt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/egypt # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/egypt/ChangeLog,v 1.5 2012/03/14 05:41:09 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/egypt/ChangeLog,v 1.6 2012/05/10 16:03:37 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -egypt-1.8.ebuild: + Remove old *egypt-1.9 (14 Mar 2012) diff --git a/dev-util/egypt/egypt-1.8.ebuild b/dev-util/egypt/egypt-1.8.ebuild deleted file mode 100644 index 1ef8e27ad005..000000000000 --- a/dev-util/egypt/egypt-1.8.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/egypt/egypt-1.8.ebuild,v 1.1 2011/04/21 13:35:57 jer Exp $ - -inherit perl-app - -DESCRIPTION="devilishly simple tool for creating call graphs of C programs" -HOMEPAGE="http://www.gson.org/egypt/" -SRC_URI="http://www.gson.org/egypt/download/${P}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" diff --git a/dev-util/flawfinder/ChangeLog b/dev-util/flawfinder/ChangeLog index a97b5c4c2ce0..201ccc0cc155 100644 --- a/dev-util/flawfinder/ChangeLog +++ b/dev-util/flawfinder/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/flawfinder # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/flawfinder/ChangeLog,v 1.17 2012/02/24 14:43:27 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/flawfinder/ChangeLog,v 1.18 2012/05/10 16:04:16 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -flawfinder-1.24.ebuild, + -flawfinder-1.27-r1.ebuild: + Remove old 24 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> flawfinder-1.27-r2.ebuild: diff --git a/dev-util/flawfinder/flawfinder-1.24.ebuild b/dev-util/flawfinder/flawfinder-1.24.ebuild deleted file mode 100644 index 6ca0efddf48c..000000000000 --- a/dev-util/flawfinder/flawfinder-1.24.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/flawfinder/flawfinder-1.24.ebuild,v 1.6 2009/01/25 23:21:01 angelos Exp $ - -DESCRIPTION="Examines C/C++ source code for security flaws" -HOMEPAGE="http://www.dwheeler.com/flawfinder/" -SRC_URI="http://www.dwheeler.com/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~mips ~sparc x86" -IUSE="" - -DEPEND="" -RDEPEND="dev-lang/python" - -src_install() { - dobin ${PN} - doman ${PN}.1 - dodoc ChangeLog INSTALL.txt README announcement - dodoc flawfinder.pdf -} diff --git a/dev-util/flawfinder/flawfinder-1.27-r1.ebuild b/dev-util/flawfinder/flawfinder-1.27-r1.ebuild deleted file mode 100644 index 9bf786fab532..000000000000 --- a/dev-util/flawfinder/flawfinder-1.27-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/flawfinder/flawfinder-1.27-r1.ebuild,v 1.2 2010/01/15 21:35:06 fauli Exp $ - -EAPI=2 -inherit eutils - -DESCRIPTION="Examines C/C++ source code for security flaws" -HOMEPAGE="http://www.dwheeler.com/flawfinder/" -SRC_URI="http://www.dwheeler.com/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" -IUSE="" - -DEPEND="" -RDEPEND="dev-lang/python" - -src_prepare() { - epatch "${FILESDIR}"/flawfinder-1.27-whitespace-traceback.patch -} - -src_install() { - dobin ${PN} - doman ${PN}.1 - dodoc ChangeLog INSTALL.txt README announcement - dodoc flawfinder.pdf -} diff --git a/dev-util/ftnchek/ChangeLog b/dev-util/ftnchek/ChangeLog index 363abb513dcf..6614ff8e49e0 100644 --- a/dev-util/ftnchek/ChangeLog +++ b/dev-util/ftnchek/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/ftnchek # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ftnchek/ChangeLog,v 1.11 2012/02/16 18:38:18 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ftnchek/ChangeLog,v 1.12 2012/05/10 16:04:47 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -ftnchek-3.2.2.ebuild, + -ftnchek-3.3.1.ebuild: + Remove old 16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> ftnchek-3.3.1-r1.ebuild: x86 stable wrt bug #397019 diff --git a/dev-util/ftnchek/ftnchek-3.2.2.ebuild b/dev-util/ftnchek/ftnchek-3.2.2.ebuild deleted file mode 100644 index ea521fd1e134..000000000000 --- a/dev-util/ftnchek/ftnchek-3.2.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ftnchek/ftnchek-3.2.2.ebuild,v 1.8 2010/01/22 12:08:22 cla Exp $ - -DESCRIPTION="Static analyzer a la 'lint' for Fortran 77" -HOMEPAGE="http://www.dsm.fordham.edu/~ftnchek/" -SRC_URI="http://www.dsm.fordham.edu/~${PN}/download/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" -IUSE="" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -r -e 's/CFLAGS([[:space:]]+)=/CFLAGS\1+=/' \ - -i Makefile.in || die 'sed failed' -} - -src_install() { - einstall || die - dodoc FAQ PATCHES README ToDo - dohtml html/* - dodir /usr/share/${PN} - cp -r test "${D}"/usr/share/${PN} -} diff --git a/dev-util/ftnchek/ftnchek-3.3.1.ebuild b/dev-util/ftnchek/ftnchek-3.3.1.ebuild deleted file mode 100644 index 4697f67a64d9..000000000000 --- a/dev-util/ftnchek/ftnchek-3.3.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ftnchek/ftnchek-3.3.1.ebuild,v 1.4 2010/01/22 12:08:22 cla Exp $ - -DESCRIPTION="Static analyzer a la 'lint' for Fortran 77" -HOMEPAGE="http://www.dsm.fordham.edu/~ftnchek/" -SRC_URI="http://www.dsm.fordham.edu/~${PN}/download/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i -e 's:-$(STRIP) $(bindir)/ftnchek$(EXE)::' Makefile.in || die 'sed failed' - sed -r -e 's/CFLAGS([[:space:]]+)=/CFLAGS\1+=/' \ - -i Makefile.in || die 'sed failed' -} - -src_install() { - einstall || die - dodoc FAQ PATCHES README ToDo - dohtml html/* - dodir /usr/share/${PN} - cp -r test "${D}"/usr/share/${PN} -} diff --git a/dev-util/hxd/ChangeLog b/dev-util/hxd/ChangeLog index 6dd8d5f708bc..25b045fc778a 100644 --- a/dev-util/hxd/ChangeLog +++ b/dev-util/hxd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/hxd -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/hxd/ChangeLog,v 1.11 2009/09/23 17:45:18 patrick Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/hxd/ChangeLog,v 1.12 2012/05/10 16:05:09 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -hxd-0.70.ebuild: + Remove old 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> hxd-0.70.ebuild, hxd-0.70.02.ebuild: diff --git a/dev-util/hxd/hxd-0.70.ebuild b/dev-util/hxd/hxd-0.70.ebuild deleted file mode 100644 index 6fed9c0844c3..000000000000 --- a/dev-util/hxd/hxd-0.70.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/hxd/hxd-0.70.ebuild,v 1.9 2009/09/23 17:45:18 patrick Exp $ - -DESCRIPTION="Binary to hexadecimal converter" -HOMEPAGE="http://www-tet.ee.tu-berlin.de/solyga/linux/" -SRC_URI="ftp://metalab.unc.edu/pub/Linux/utils/file/hex/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~sparc ~mips ~ppc" -IUSE="" - -DEPEND="" - -src_install() { - dobin hxd unhxd - doman hxd.1 unhxd.1 - dodoc CHANGELOG README TODO -} diff --git a/dev-util/intel2gas/ChangeLog b/dev-util/intel2gas/ChangeLog index 3b00b045db80..51c326e3971c 100644 --- a/dev-util/intel2gas/ChangeLog +++ b/dev-util/intel2gas/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/intel2gas -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/intel2gas/ChangeLog,v 1.13 2011/12/21 08:30:18 phajdan.jr Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/intel2gas/ChangeLog,v 1.14 2012/05/10 16:05:42 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -intel2gas-1.3.3-r2.ebuild: + Remove old 21 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> intel2gas-1.3.3-r3.ebuild: diff --git a/dev-util/intel2gas/intel2gas-1.3.3-r2.ebuild b/dev-util/intel2gas/intel2gas-1.3.3-r2.ebuild deleted file mode 100644 index 3825f762b0ae..000000000000 --- a/dev-util/intel2gas/intel2gas-1.3.3-r2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/intel2gas/intel2gas-1.3.3-r2.ebuild,v 1.3 2009/08/09 15:30:54 vostorga Exp $ - -inherit eutils autotools toolchain-funcs - -DESCRIPTION="Converts assembler source from Intel (NASM), to AT&T (gas)" -HOMEPAGE="http://www.niksula.cs.hut.fi/~mtiihone/intel2gas/" -SRC_URI="http://www.niksula.cs.hut.fi/~mtiihone/intel2gas/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="" - -src_unpack() { - unpack ${A} - epatch "${FILESDIR}"/${P}-segfault.patch - epatch "${FILESDIR}"/${PN}-nostrip.patch - epatch "${FILESDIR}"/${P}-cxx.patch - epatch "${FILESDIR}"/${P}-constchar.patch - epatch "${FILESDIR}"/${P}-glibc210.patch - eautomake -} - -src_compile() { - tc-export CXX - econf - emake || die "emake failed" -} - -src_install() { - emake \ - prefix="${D}"/usr \ - install || die - fperms ugo+r /usr/share/intel2gas/i2g/main.syntax - dodoc README DATAFILES BUGS -} diff --git a/dev-util/lafilefixer/ChangeLog b/dev-util/lafilefixer/ChangeLog index 7802599b6844..40c553b4e0bf 100644 --- a/dev-util/lafilefixer/ChangeLog +++ b/dev-util/lafilefixer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/lafilefixer -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/lafilefixer/ChangeLog,v 1.20 2011/11/27 00:01:35 vapier Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/lafilefixer/ChangeLog,v 1.21 2012/05/10 16:06:16 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -lafilefixer-0.0.1.ebuild: + Remove old 27 Nov 2011; Mike Frysinger <vapier@gentoo.org> lafilefixer-0.5.ebuild: Add m68k love #267148 by Peter Alfredsen. diff --git a/dev-util/lafilefixer/lafilefixer-0.0.1.ebuild b/dev-util/lafilefixer/lafilefixer-0.0.1.ebuild deleted file mode 100644 index a9d72958df0f..000000000000 --- a/dev-util/lafilefixer/lafilefixer-0.0.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/lafilefixer/lafilefixer-0.0.1.ebuild,v 1.3 2009/04/26 15:38:18 armin76 Exp $ - -EAPI=2 - -DESCRIPTION="Utility to fix your .la files" -HOMEPAGE="http://www.gentoo.org/" -SRC_URI="" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~s390 ~sh ~sparc ~x86" -IUSE="" -DEPEND="" -RDEPEND=">=app-shells/bash-3.1 - sys-apps/grep - sys-apps/coreutils - sys-apps/sed" - -S="" - -src_unpack() { : ; } -src_prepare() { : ; } -src_configure() { : ; } -src_unpack() { : ; } -src_install() { newbin "${FILESDIR}/${P}" ${PN} ; } - -pkg_postinst() { - elog "This simple utility will fix your .la files to not point to other .la files." - elog "This is desirable because it will ensure your packages are not broken when" - elog ".la files are removed from other packages." - elog "The utility is for now quite simple and only accepts a delimited list of" - elog ".la files." - elog "" - elog "Patches are accepted." - elog "" - elog "If you want to fix all your .la files, something like this will work:" - elog 'lafilefixer $(find /usr/lib* -name '*.la' -type f)' - elog "NOTE: If you have kde installed, you may want to add /usr/kde/*/lib* to the" - elog "list of directories to search for .la files:" - elog 'lafilefixer $(find /usr/lib* /usr/kde/*/lib* -name '*.la' -type f)' - elog "" - elog "Verify that all your .la files are fixed with revdep-rebuild from" - elog "app-portage/gentoolkit" -} diff --git a/dev-util/mock/ChangeLog b/dev-util/mock/ChangeLog index cda3d8c7845d..2e1b8e8a1922 100644 --- a/dev-util/mock/ChangeLog +++ b/dev-util/mock/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/mock -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mock/ChangeLog,v 1.9 2011/11/02 22:44:19 vapier Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/mock/ChangeLog,v 1.10 2012/05/10 16:07:27 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -mock-0.9.10-r1.ebuild, + -mock-0.9.10.ebuild: + Remove old 02 Nov 2011; Mike Frysinger <vapier@gentoo.org> mock-0.9.10.ebuild, mock-0.9.10-r1.ebuild, mock-0.9.10-r2.ebuild, mock-1.0.3.ebuild: diff --git a/dev-util/mock/mock-0.9.10-r1.ebuild b/dev-util/mock/mock-0.9.10-r1.ebuild deleted file mode 100644 index 453fa64d5926..000000000000 --- a/dev-util/mock/mock-0.9.10-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mock/mock-0.9.10-r1.ebuild,v 1.3 2011/11/02 22:44:19 vapier Exp $ - -EAPI="2" - -inherit eutils - -DESCRIPTION="create chroots and build packages in them for Fedora and RedHat" -HOMEPAGE="http://fedoraproject.org/wiki/Projects/Mock" -SRC_URI="https://fedorahosted.org/mock/attachment/wiki/MockTarballs/mock-${PV}.tar.gz?format=raw -> mock-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="sys-apps/yum - dev-python/decoratortools" - -src_install() { - emake DESTDIR="${D}" install || die -} - -pkg_postinst() { - enewgroup mock -} diff --git a/dev-util/mock/mock-0.9.10.ebuild b/dev-util/mock/mock-0.9.10.ebuild deleted file mode 100644 index 5b3267d7c259..000000000000 --- a/dev-util/mock/mock-0.9.10.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mock/mock-0.9.10.ebuild,v 1.6 2011/11/02 22:44:19 vapier Exp $ - -EAPI="2" - -inherit eutils - -DESCRIPTION="create chroots and build packages in them for Fedora and RedHat" -HOMEPAGE="http://fedoraproject.org/wiki/Projects/Mock" -SRC_URI="https://fedorahosted.org/mock/attachment/wiki/MockTarballs/mock-${PV}.tar.gz?format=raw -> mock-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="sys-apps/yum - dev-python/decoratortools" - -src_install() { - emake DESTDIR="${D}" install || die -} - -pkg_postinst() { - enewgroup mock -} diff --git a/dev-util/osdt/ChangeLog b/dev-util/osdt/ChangeLog index 639a6cc4d1d0..305e4235eb8f 100644 --- a/dev-util/osdt/ChangeLog +++ b/dev-util/osdt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/osdt # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/osdt/ChangeLog,v 1.6 2012/03/14 05:52:56 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/osdt/ChangeLog,v 1.7 2012/05/10 16:07:48 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -osdt-1.1.0-r1.ebuild: + Remove old *osdt-1.1.3 (14 Mar 2012) diff --git a/dev-util/osdt/osdt-1.1.0-r1.ebuild b/dev-util/osdt/osdt-1.1.0-r1.ebuild deleted file mode 100644 index 0ab1be5f6d81..000000000000 --- a/dev-util/osdt/osdt-1.1.0-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/osdt/osdt-1.1.0-r1.ebuild,v 1.3 2009/10/12 17:08:18 ssuominen Exp $ - -DESCRIPTION="tools for Open Source software distribution" -HOMEPAGE="http://sourceforge.net/projects/osdt/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tbz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="" -RDEPEND=">=dev-lang/perl-5 - dev-perl/XML-Simple - sys-devel/m4" - -src_compile() { :; } - -src_install() { - emake DESTDIR="${D}" PREFIX=/usr SYSCONFDIR=/etc \ - INFODIR=/usr/share/info MANDIR=/usr/share/man install || die - - # Hack until the fix can be incorporated upstream: fix the permissions - # on /etc/osdt/project-skeletons/opensource/ - chmod 755 "${D}"/etc/osdt/project-skeletons/opensource/ -} diff --git a/dev-util/piklab/ChangeLog b/dev-util/piklab/ChangeLog index e97b22e7c7d3..3f9c192ba6ac 100644 --- a/dev-util/piklab/ChangeLog +++ b/dev-util/piklab/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/piklab -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/piklab/ChangeLog,v 1.3 2011/06/03 15:02:45 jlec Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/piklab/ChangeLog,v 1.4 2012/05/10 16:08:20 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -piklab-0.15.7.ebuild: + Remove old 03 Jun 2011; Justin Lecher <jlec@gentoo.org> piklab-0.15.7.ebuild, piklab-0.15.10.ebuild, +files/piklab-0.15.10-gcc46.patch: diff --git a/dev-util/piklab/piklab-0.15.7.ebuild b/dev-util/piklab/piklab-0.15.7.ebuild deleted file mode 100644 index ad4599a6a92c..000000000000 --- a/dev-util/piklab/piklab-0.15.7.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/piklab/piklab-0.15.7.ebuild,v 1.4 2011/06/03 15:02:45 jlec Exp $ - -EAPI=2 -inherit qt4-r2 - -DESCRIPTION="CLI programmer and debugger for PIC and dsPIC microcontrollers" -HOMEPAGE="http://piklab.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - x11-libs/qt-gui:4 - x11-libs/qt-qt3support:4 - sys-libs/ncurses - sys-libs/readline - virtual/libusb:0" -DEPEND="${RDEPEND}" - -MAKEOPTS="${MAKEOPTS} -j1" - -src_configure() { - eqmake4 piklab-prog.pro -} - -src_install() { - local bin - for bin in coff hex prog; do - dobin src/piklab-${bin}/piklab-${bin} || die - done - - doman man/piklab-{hex,prog}.1 || die - dodoc README TODO -} diff --git a/dev-util/pstack/ChangeLog b/dev-util/pstack/ChangeLog index 1cc6006a8226..f12f30d596f4 100644 --- a/dev-util/pstack/ChangeLog +++ b/dev-util/pstack/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/pstack -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pstack/ChangeLog,v 1.11 2010/11/25 17:38:28 xmw Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/pstack/ChangeLog,v 1.12 2012/05/10 16:08:39 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -pstack-1.1.ebuild: + Remove old 25 Nov 2010; Michael Weber <xmw@gentoo.org> pstack-1.1.ebuild, pstack-1.1-r1.ebuild: diff --git a/dev-util/pstack/pstack-1.1.ebuild b/dev-util/pstack/pstack-1.1.ebuild deleted file mode 100644 index 8596da690892..000000000000 --- a/dev-util/pstack/pstack-1.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pstack/pstack-1.1.ebuild,v 1.9 2010/11/25 17:38:28 xmw Exp $ - -inherit toolchain-funcs - -DESCRIPTION="Display stack trace of a running process." -SRC_URI="mirror://gentoo/${PN}.tgz" -HOMEPAGE="http://www.linuxcommand.org/man_pages/pstack1.html" -# Old upstream HOMEPAGE: www.whatsis.com/pastack is dead, using -# the man page at the moment. - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 -*" -IUSE="" - -S=${WORKDIR}/${PN} - -src_unpack() { - unpack ${A} - cd "${S}" - - # respect CC variable see bug #244036 - sed -i -e "s:gcc:$(tc-getCC):" Makefile -} - -src_install() { - dosbin pstack || die "dosbin failed" - doman man1/pstack.1 -} diff --git a/dev-util/redet/ChangeLog b/dev-util/redet/ChangeLog index 3f818a611e84..97a7c3951515 100644 --- a/dev-util/redet/ChangeLog +++ b/dev-util/redet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/redet -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/redet/ChangeLog,v 1.9 2010/09/01 23:39:00 xmw Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/redet/ChangeLog,v 1.10 2012/05/10 16:09:10 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -redet-8.9.ebuild: + Remove old *redet-8.26 (01 Sep 2010) diff --git a/dev-util/redet/redet-8.9.ebuild b/dev-util/redet/redet-8.9.ebuild deleted file mode 100644 index 17ffed37454e..000000000000 --- a/dev-util/redet/redet-8.9.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/redet/redet-8.9.ebuild,v 1.2 2008/06/03 01:21:03 darkside Exp $ - -DESCRIPTION="A regular expression development and execution tool" -HOMEPAGE="http://www.billposer.org/Software/redet.html" - -SRC_URI="http://www.billposer.org/Software/Downloads/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND=">=dev-lang/tcl-8.3 - >=dev-lang/tk-8.3 - dev-tcltk/itk - dev-tcltk/iwidgets" - -src_compile() { - einfo "Nothing to compile" -} - -src_install() { - local MANUAL_PN=`echo ${PN} | cut -c 1 | tr [:lower:] [:upper:]``echo ${PN} | cut -c 2-` - - newbin ${PN}.tcl ${PN} - doman ${PN}.1 - dodoc AUTHORS CREDITS INSTALL README-General README-MacOSX \ - SampleClasses.utf8 \ - SampleCustomCharacterWidgetDefinition_Armenian \ - SampleCustomCharacterWidgetDefinition_Greek \ - SampleNewStyleDotRedetRC_Elaborate SampleNewStyleDotRedetRC_Simple - dohtml -r Manual - dosym doc/${P}/html /usr/share/${MANUAL_PN} -} diff --git a/dev-util/rootstrap/ChangeLog b/dev-util/rootstrap/ChangeLog index 4c86374bdda3..e42495719022 100644 --- a/dev-util/rootstrap/ChangeLog +++ b/dev-util/rootstrap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/rootstrap -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/rootstrap/ChangeLog,v 1.18 2011/11/26 01:44:59 floppym Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/rootstrap/ChangeLog,v 1.19 2012/05/10 16:09:51 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -rootstrap-0.3.24_p5.ebuild: + Remove old *rootstrap-0.3.24_p5-r1 (26 Nov 2011) diff --git a/dev-util/rootstrap/rootstrap-0.3.24_p5.ebuild b/dev-util/rootstrap/rootstrap-0.3.24_p5.ebuild deleted file mode 100644 index beab0fd6793e..000000000000 --- a/dev-util/rootstrap/rootstrap-0.3.24_p5.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/rootstrap/rootstrap-0.3.24_p5.ebuild,v 1.1 2010/03/30 00:15:04 jer Exp $ - -inherit eutils - -DESCRIPTION="A tool for building complete Linux filesystem images" -HOMEPAGE="http://packages.qa.debian.org/rootstrap" -SRC_URI="mirror://debian/pool/main/r/${PN}/${PN}_${PV/_p*}.orig.tar.gz - mirror://debian/pool/main/r/${PN}/${PN}_${PV/_p/-}.diff.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND="dev-util/debootstrap - dev-lang/python - app-arch/dpkg" -DEPEND="${RDEPEND} - app-text/docbook-sgml-utils" - -RESTRICT="test" - -S="${WORKDIR}"/${PN} - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${WORKDIR}"/${PN}_${PV/_p/-}.diff - sed -i -e 's:docbook-to-man:docbook2man:' Makefile -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - newdoc debian/changelog ChangeLog -} diff --git a/dev-util/shc/ChangeLog b/dev-util/shc/ChangeLog index 8908d02403de..0fb601fdb66d 100644 --- a/dev-util/shc/ChangeLog +++ b/dev-util/shc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/shc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/ChangeLog,v 1.21 2012/02/18 18:56:15 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/ChangeLog,v 1.22 2012/05/10 16:10:44 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -shc-3.6.ebuild, + -shc-3.7.ebuild, -shc-3.8.3.ebuild: + Remove old 18 Feb 2012; Tobias Klausmann <klausman@gentoo.org> shc-3.8.7.ebuild: Stable on alpha, bug #363217 diff --git a/dev-util/shc/shc-3.6.ebuild b/dev-util/shc/shc-3.6.ebuild deleted file mode 100644 index c7c45dcf1882..000000000000 --- a/dev-util/shc/shc-3.6.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/shc-3.6.ebuild,v 1.9 2009/09/23 17:48:34 patrick Exp $ - -DESCRIPTION="A (shell-) script compiler/scrambler" -HOMEPAGE="http://www.datsi.fi.upm.es/~frosal" -SRC_URI="http://www.datsi.fi.upm.es/~frosal/sources/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ppc ~sparc x86" -IUSE="" - -DEPEND="" - -src_compile() { - ## the "test"-target leads to an access-violation -> so we skip it - ## as it's only for demonstration purposes anyway. - make shc || die -} - -src_install() { - dobin shc - doman shc.1 - dodoc shc.README CHANGES -} diff --git a/dev-util/shc/shc-3.7.ebuild b/dev-util/shc/shc-3.7.ebuild deleted file mode 100644 index 397ad2e59936..000000000000 --- a/dev-util/shc/shc-3.7.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/shc-3.7.ebuild,v 1.7 2009/09/23 17:48:34 patrick Exp $ - -DESCRIPTION="A (shell-) script compiler/scrambler" -HOMEPAGE="http://www.datsi.fi.upm.es/~frosal" -SRC_URI="http://www.datsi.fi.upm.es/~frosal/sources/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha ppc ~sparc ~x86" -IUSE="" - -DEPEND="" - -src_compile() { - ## the "test"-target leads to an access-violation -> so we skip it - ## as it's only for demonstration purposes anyway. - make shc || die -} - -src_install() { - dobin shc - doman shc.1 - dodoc shc.README CHANGES -} diff --git a/dev-util/shc/shc-3.8.3.ebuild b/dev-util/shc/shc-3.8.3.ebuild deleted file mode 100644 index 35044700ed04..000000000000 --- a/dev-util/shc/shc-3.8.3.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/shc-3.8.3.ebuild,v 1.2 2010/08/30 22:22:02 xmw Exp $ - -EAPI=2 - -inherit toolchain-funcs - -DESCRIPTION="A (shell-) script compiler/scrambler" -HOMEPAGE="http://www.datsi.fi.upm.es/~frosal" -SRC_URI="http://www.datsi.fi.upm.es/~frosal/sources/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~ppc ~sparc ~x86" -IUSE="" - -RESTRICT="test" - -src_prepare() { - # respect LDFLAGS - sed -i -e 's:$(CC) $(CFLAGS):\0 $(LDFLAGS):' Makefile || die - # do not strip by install -s - sed -i -e '/install/s: -s : :' Makefile || die -} - -src_compile() { - export CC="$(tc-getCC)" - - ## the "test"-target leads to an access-violation -> so we skip it - ## as it's only for demonstration purposes anyway. - emake shc CFLAGS="${CFLAGS}" || die -} - -src_install() { - dobin shc || die - doman shc.1 || die - dodoc shc.README CHANGES || die -} diff --git a/dev-util/tmake/ChangeLog b/dev-util/tmake/ChangeLog index 5e087ce615e2..2d194104b32d 100644 --- a/dev-util/tmake/ChangeLog +++ b/dev-util/tmake/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/tmake # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/tmake/ChangeLog,v 1.29 2012/02/16 18:39:49 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/tmake/ChangeLog,v 1.30 2012/05/10 16:12:27 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -tmake-1.13.ebuild, + -tmake-1.8-r1.ebuild: + Remove old 16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> tmake-2.12.ebuild: x86 stable wrt bug #397029 diff --git a/dev-util/tmake/tmake-1.13.ebuild b/dev-util/tmake/tmake-1.13.ebuild deleted file mode 100644 index 8999b3d28a84..000000000000 --- a/dev-util/tmake/tmake-1.13.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/tmake/tmake-1.13.ebuild,v 1.4 2012/02/12 15:44:20 armin76 Exp $ - -DESCRIPTION="A Cross platform Makefile tool" -SRC_URI="ftp://ftp.trolltech.com/freebies/tmake/${P}.tar.gz" -HOMEPAGE="http://www.trolltech.com/products/download/freebies/tmake.html" - -RDEPEND="dev-lang/perl" - -SLOT="0" -LICENSE="as-is" -KEYWORDS="~ppc ~x86" -IUSE="" - -src_install() { - dobin bin/tmake bin/progen - dodir /usr/lib/tmake - cp -af "${S}"/lib/* "${D}"/usr/lib/tmake - dodoc CHANGES README - dohtml -r doc/* - dodir /etc/env.d - echo "TMAKEPATH=/usr/lib/tmake/linux-g++" > ${D}/etc/env.d/51tmake -} diff --git a/dev-util/tmake/tmake-1.8-r1.ebuild b/dev-util/tmake/tmake-1.8-r1.ebuild deleted file mode 100644 index 7bd87bb16d0c..000000000000 --- a/dev-util/tmake/tmake-1.8-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/tmake/tmake-1.8-r1.ebuild,v 1.20 2012/02/12 15:44:20 armin76 Exp $ - -DESCRIPTION="A Cross platform Makefile tool" -SRC_URI="ftp://ftp.trolltech.com/freebies/tmake/${P}.tar.gz" -HOMEPAGE="http://www.trolltech.com/products/download/freebies/tmake.html" - -RDEPEND="dev-lang/perl" - -SLOT="0" -LICENSE="as-is" -KEYWORDS="~amd64 ppc x86" -IUSE="" - -src_install () { - dobin bin/tmake bin/progen - dodir /usr/lib/tmake - cp -af "${S}"/lib/* "${D}"/usr/lib/tmake - dodoc CHANGES README - dodoc html -r doc - dodir /etc/env.d - echo "TMAKEPATH=/usr/lib/tmake/linux-g++" > ${D}/etc/env.d/51tmake -} diff --git a/dev-util/yacc/ChangeLog b/dev-util/yacc/ChangeLog index 3979786738c9..d5c1f9ea2612 100644 --- a/dev-util/yacc/ChangeLog +++ b/dev-util/yacc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/yacc -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/yacc/ChangeLog,v 1.27 2011/02/06 22:07:49 leio Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/yacc/ChangeLog,v 1.28 2012/05/10 16:13:00 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -yacc-1.9.1-r3.ebuild: + Remove old 06 Feb 2011; Mart Raudsepp <leio@gentoo.org> yacc-1.9.1-r3.ebuild: Drop to ~mips diff --git a/dev-util/yacc/yacc-1.9.1-r3.ebuild b/dev-util/yacc/yacc-1.9.1-r3.ebuild deleted file mode 100644 index 3bd6ef97182a..000000000000 --- a/dev-util/yacc/yacc-1.9.1-r3.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/yacc/yacc-1.9.1-r3.ebuild,v 1.3 2011/02/06 22:07:49 leio Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="Yacc: Yet Another Compiler-Compiler" -HOMEPAGE="http://dinosaur.compilertools.net/#yacc" -SRC_URI="ftp://metalab.unc.edu/pub/Linux/devel/compiler-tools/${P}.tar.Z" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" -IUSE="" - -DEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - - # Use our CFLAGS - sed -i -e 's: -O : $(CFLAGS) :' Makefile || die 'sed failed' - - # mkstemp patch from byacc ebuild - epatch "${FILESDIR}"/mkstemp.patch - - # The following patch fixes yacc to run correctly on ia64 (and - # other 64-bit arches). See bug 46233 - epatch "${FILESDIR}"/yacc-1.9.1-ia64.patch -} - -src_compile() { - make clean || die - emake -j1 CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die -} - -src_install() { - dobin yacc || die - doman yacc.1 - dodoc 00README* ACKNOWLEDGEMENTS NEW_FEATURES NO_WARRANTY NOTES README* -} - -pkg_preinst() { - # bison installs a /usr/bin/yacc symlink ... - # we need to remove it to avoid triggering - # collision-protect errors #90089 - if [[ -L ${ROOT}/usr/bin/yacc ]] ; then - rm -f "${ROOT}"/usr/bin/yacc - fi -} - -pkg_postrm() { - # and if we uninstall yacc but keep bison, - # lets restore the /usr/bin/yacc symlink - if [[ ! -e ${ROOT}/usr/bin/yacc ]] && [[ -e ${ROOT}/usr/bin/yacc.bison ]] ; then - ln -s yacc.bison "${ROOT}"/usr/bin/yacc - fi -} |