diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-02-05 08:18:47 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-02-05 08:18:47 +0000 |
commit | 1d348150ae627ee68fe6d8c759e7b3f990ed92fb (patch) | |
tree | 94c72201cfde80af319e8197fff134f078dd2701 /app-arch | |
parent | Add bootstrap support thanks to Thomas Klute (bug #289094). (diff) | |
download | gentoo-2-1d348150ae627ee68fe6d8c759e7b3f990ed92fb.tar.gz gentoo-2-1d348150ae627ee68fe6d8c759e7b3f990ed92fb.tar.bz2 gentoo-2-1d348150ae627ee68fe6d8c759e7b3f990ed92fb.zip |
Remove testing versions from the previous decade.
(Portage version: 2.2_rc62/cvs/Linux i686)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/dpkg/ChangeLog | 8 | ||||
-rw-r--r-- | app-arch/dpkg/dpkg-1.15.3.1.ebuild | 54 | ||||
-rw-r--r-- | app-arch/dpkg/dpkg-1.15.3.ebuild | 54 | ||||
-rw-r--r-- | app-arch/dpkg/dpkg-1.15.4.1.ebuild | 54 | ||||
-rw-r--r-- | app-arch/dpkg/dpkg-1.15.4.ebuild | 54 | ||||
-rw-r--r-- | app-arch/dpkg/dpkg-1.15.5.2-r1.ebuild | 61 | ||||
-rw-r--r-- | app-arch/dpkg/dpkg-1.15.5.2.ebuild | 53 | ||||
-rw-r--r-- | app-arch/dpkg/dpkg-1.15.5.3.ebuild | 61 | ||||
-rw-r--r-- | app-arch/dpkg/dpkg-1.15.5.4.ebuild | 61 |
9 files changed, 7 insertions, 453 deletions
diff --git a/app-arch/dpkg/ChangeLog b/app-arch/dpkg/ChangeLog index 6bfd5fc87523..deb49b156e2b 100644 --- a/app-arch/dpkg/ChangeLog +++ b/app-arch/dpkg/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-arch/dpkg # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/ChangeLog,v 1.116 2010/02/05 08:14:53 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/ChangeLog,v 1.117 2010/02/05 08:18:47 jer Exp $ + + 05 Feb 2010; Jeroen Roovers <jer@gentoo.org> -dpkg-1.15.3.ebuild, + -dpkg-1.15.3.1.ebuild, -dpkg-1.15.4.ebuild, -dpkg-1.15.4.1.ebuild, + -dpkg-1.15.5.2.ebuild, -dpkg-1.15.5.2-r1.ebuild, -dpkg-1.15.5.3.ebuild, + -dpkg-1.15.5.4.ebuild: + Remove testing versions from the previous decade. *dpkg-1.15.5.6-r1 (05 Feb 2010) diff --git a/app-arch/dpkg/dpkg-1.15.3.1.ebuild b/app-arch/dpkg/dpkg-1.15.3.1.ebuild deleted file mode 100644 index 92ffe902dba0..000000000000 --- a/app-arch/dpkg/dpkg-1.15.3.1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.15.3.1.ebuild,v 1.5 2009/12/02 18:43:18 jer Exp $ - -inherit eutils multilib autotools - -DESCRIPTION="Package maintenance system for Debian" -HOMEPAGE="http://packages.qa.debian.org/dpkg" -SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~s390 ~sh ~sparc ~x86" -IUSE="bzip2 nls test unicode zlib" - -RDEPEND=">=dev-lang/perl-5.6.0 - dev-perl/TimeDate - >=sys-libs/ncurses-5.2-r7 - zlib? ( >=sys-libs/zlib-1.1.4 ) - bzip2? ( app-arch/bzip2 )" -DEPEND="${RDEPEND} - nls? ( app-text/po4a ) - test? ( dev-perl/Test-Pod dev-perl/IO-String )" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-1.15.1-nls.patch #192819 - if ! use unicode ; then - sed -i "s:ncursesw/::" dselect/{Makefile.in,dselect.h,main.cc} #217046 - export ac_cv_lib_ncursesw_initscr=no - fi - eautoreconf -} - -src_compile() { - econf \ - $(use_with bzip2 bz2) \ - $(use_enable nls) \ - $(use_with zlib) \ - --without-selinux \ - --without-start-stop-daemon \ - || die - emake || die -} - -src_install() { - emake DESTDIR="${D}" install || die - rm "${D}"/usr/sbin/install-info - rm "${D}"/usr/share/man/man?/install-info.? - dodoc ChangeLog INSTALL THANKS TODO - keepdir /usr/$(get_libdir)/db/methods/{mnt,floppy,disk} - keepdir /usr/$(get_libdir)/db/{alternatives,info,methods,parts,updates} -} diff --git a/app-arch/dpkg/dpkg-1.15.3.ebuild b/app-arch/dpkg/dpkg-1.15.3.ebuild deleted file mode 100644 index 8a12aef648b5..000000000000 --- a/app-arch/dpkg/dpkg-1.15.3.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.15.3.ebuild,v 1.5 2009/12/02 18:43:18 jer Exp $ - -inherit eutils multilib autotools - -DESCRIPTION="Package maintenance system for Debian" -HOMEPAGE="http://packages.qa.debian.org/dpkg" -SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~s390 ~sh ~sparc ~x86" -IUSE="bzip2 nls test unicode zlib" - -RDEPEND=">=dev-lang/perl-5.6.0 - dev-perl/TimeDate - >=sys-libs/ncurses-5.2-r7 - zlib? ( >=sys-libs/zlib-1.1.4 ) - bzip2? ( app-arch/bzip2 )" -DEPEND="${RDEPEND} - nls? ( app-text/po4a ) - test? ( dev-perl/Test-Pod dev-perl/IO-String )" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-1.15.1-nls.patch #192819 - if ! use unicode ; then - sed -i "s:ncursesw/::" dselect/{Makefile.in,dselect.h,main.cc} #217046 - export ac_cv_lib_ncursesw_initscr=no - fi - eautoreconf -} - -src_compile() { - econf \ - $(use_with bzip2 bz2) \ - $(use_enable nls) \ - $(use_with zlib) \ - --without-selinux \ - --without-start-stop-daemon \ - || die - emake || die -} - -src_install() { - emake DESTDIR="${D}" install || die - rm "${D}"/usr/sbin/install-info - rm "${D}"/usr/share/man/man?/install-info.? - dodoc ChangeLog INSTALL THANKS TODO - keepdir /usr/$(get_libdir)/db/methods/{mnt,floppy,disk} - keepdir /usr/$(get_libdir)/db/{alternatives,info,methods,parts,updates} -} diff --git a/app-arch/dpkg/dpkg-1.15.4.1.ebuild b/app-arch/dpkg/dpkg-1.15.4.1.ebuild deleted file mode 100644 index 2f4448f7f0e5..000000000000 --- a/app-arch/dpkg/dpkg-1.15.4.1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.15.4.1.ebuild,v 1.3 2009/12/02 18:43:18 jer Exp $ - -inherit eutils multilib autotools - -DESCRIPTION="Package maintenance system for Debian" -HOMEPAGE="http://packages.qa.debian.org/dpkg" -SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~s390 ~sh ~sparc ~x86" -IUSE="bzip2 nls test unicode zlib" - -RDEPEND=">=dev-lang/perl-5.6.0 - dev-perl/TimeDate - >=sys-libs/ncurses-5.2-r7 - zlib? ( >=sys-libs/zlib-1.1.4 ) - bzip2? ( app-arch/bzip2 )" -DEPEND="${RDEPEND} - nls? ( app-text/po4a ) - test? ( dev-perl/Test-Pod dev-perl/IO-String )" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-1.15.1-nls.patch #192819 - if ! use unicode ; then - sed -i "s:ncursesw/::" dselect/{Makefile.in,dselect.h,main.cc} #217046 - export ac_cv_lib_ncursesw_initscr=no - fi - eautoreconf -} - -src_compile() { - econf \ - $(use_with bzip2 bz2) \ - $(use_enable nls) \ - $(use_with zlib) \ - --without-selinux \ - --without-start-stop-daemon \ - || die - emake || die -} - -src_install() { - emake DESTDIR="${D}" install || die - rm "${D}"/usr/sbin/install-info - rm "${D}"/usr/share/man/man?/install-info.? - dodoc ChangeLog INSTALL THANKS TODO - keepdir /usr/$(get_libdir)/db/methods/{mnt,floppy,disk} - keepdir /usr/$(get_libdir)/db/{alternatives,info,methods,parts,updates} -} diff --git a/app-arch/dpkg/dpkg-1.15.4.ebuild b/app-arch/dpkg/dpkg-1.15.4.ebuild deleted file mode 100644 index c1b4b23b09e9..000000000000 --- a/app-arch/dpkg/dpkg-1.15.4.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.15.4.ebuild,v 1.3 2009/12/02 18:43:18 jer Exp $ - -inherit eutils multilib autotools - -DESCRIPTION="Package maintenance system for Debian" -HOMEPAGE="http://packages.qa.debian.org/dpkg" -SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~s390 ~sh ~sparc ~x86" -IUSE="bzip2 nls test unicode zlib" - -RDEPEND=">=dev-lang/perl-5.6.0 - dev-perl/TimeDate - >=sys-libs/ncurses-5.2-r7 - zlib? ( >=sys-libs/zlib-1.1.4 ) - bzip2? ( app-arch/bzip2 )" -DEPEND="${RDEPEND} - nls? ( app-text/po4a ) - test? ( dev-perl/Test-Pod dev-perl/IO-String )" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-1.15.1-nls.patch #192819 - if ! use unicode ; then - sed -i "s:ncursesw/::" dselect/{Makefile.in,dselect.h,main.cc} #217046 - export ac_cv_lib_ncursesw_initscr=no - fi - eautoreconf -} - -src_compile() { - econf \ - $(use_with bzip2 bz2) \ - $(use_enable nls) \ - $(use_with zlib) \ - --without-selinux \ - --without-start-stop-daemon \ - || die - emake || die -} - -src_install() { - emake DESTDIR="${D}" install || die - rm "${D}"/usr/sbin/install-info - rm "${D}"/usr/share/man/man?/install-info.? - dodoc ChangeLog INSTALL THANKS TODO - keepdir /usr/$(get_libdir)/db/methods/{mnt,floppy,disk} - keepdir /usr/$(get_libdir)/db/{alternatives,info,methods,parts,updates} -} diff --git a/app-arch/dpkg/dpkg-1.15.5.2-r1.ebuild b/app-arch/dpkg/dpkg-1.15.5.2-r1.ebuild deleted file mode 100644 index 41fbb2c5895e..000000000000 --- a/app-arch/dpkg/dpkg-1.15.5.2-r1.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.15.5.2-r1.ebuild,v 1.2 2009/12/02 18:43:18 jer Exp $ - -inherit eutils multilib autotools - -DESCRIPTION="Package maintenance system for Debian" -HOMEPAGE="http://packages.qa.debian.org/dpkg" -SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~s390 ~sh ~sparc ~x86" -IUSE="bzip2 nls test unicode zlib" - -LANGS="de es fr hu ja pl pt_BR ru sv" -for X in ${LANGS} ; do - IUSE="${IUSE} linguas_${X}" -done - -RDEPEND=">=dev-lang/perl-5.6.0 - dev-perl/TimeDate - >=sys-libs/ncurses-5.2-r7 - zlib? ( >=sys-libs/zlib-1.1.4 ) - bzip2? ( app-arch/bzip2 )" -DEPEND="${RDEPEND} - nls? ( app-text/po4a ) - test? ( dev-perl/Test-Pod dev-perl/IO-String )" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-1.15.5-nls.patch - epatch "${FILESDIR}"/${PN}-1.15.5-unicode.patch - eautoreconf -} - -src_compile() { - econf \ - $(use_with bzip2 bz2) \ - $(use_enable nls) \ - $(use_enable unicode) \ - $(use_with zlib) \ - --without-selinux \ - --without-start-stop-daemon \ - || die "econf failed" - emake || die "emake failed" -} - -src_install() { - strip-linguas ${LANGS} - if [ -z "${LINGUAS}" ] ; then - LINGUAS=none - fi - - emake DESTDIR="${D}" LINGUAS="${LINGUAS}" install || die "emake install failed" - rm "${D}"/usr/sbin/install-info || die "rm install-info failed" - dodoc ChangeLog INSTALL THANKS TODO - keepdir /usr/$(get_libdir)/db/methods/{mnt,floppy,disk} - keepdir /usr/$(get_libdir)/db/{alternatives,info,methods,parts,updates} -} diff --git a/app-arch/dpkg/dpkg-1.15.5.2.ebuild b/app-arch/dpkg/dpkg-1.15.5.2.ebuild deleted file mode 100644 index 31302e388682..000000000000 --- a/app-arch/dpkg/dpkg-1.15.5.2.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.15.5.2.ebuild,v 1.2 2009/12/02 18:43:18 jer Exp $ - -inherit eutils multilib autotools - -DESCRIPTION="Package maintenance system for Debian" -HOMEPAGE="http://packages.qa.debian.org/dpkg" -SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~s390 ~sh ~sparc ~x86" -IUSE="bzip2 nls test unicode zlib" - -RDEPEND=">=dev-lang/perl-5.6.0 - dev-perl/TimeDate - >=sys-libs/ncurses-5.2-r7 - zlib? ( >=sys-libs/zlib-1.1.4 ) - bzip2? ( app-arch/bzip2 )" -DEPEND="${RDEPEND} - nls? ( app-text/po4a ) - test? ( dev-perl/Test-Pod dev-perl/IO-String )" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-1.15.1-nls.patch #192819 - if ! use unicode ; then - sed -i "s:ncursesw/::" dselect/{Makefile.in,dselect.h,main.cc} #217046 - export ac_cv_lib_ncursesw_initscr=no - fi - eautoreconf -} - -src_compile() { - econf \ - $(use_with bzip2 bz2) \ - $(use_enable nls) \ - $(use_with zlib) \ - --without-selinux \ - --without-start-stop-daemon \ - || die - emake || die -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - rm "${D}"/usr/sbin/install-info || die "rm install-info failed" - dodoc ChangeLog INSTALL THANKS TODO - keepdir /usr/$(get_libdir)/db/methods/{mnt,floppy,disk} - keepdir /usr/$(get_libdir)/db/{alternatives,info,methods,parts,updates} -} diff --git a/app-arch/dpkg/dpkg-1.15.5.3.ebuild b/app-arch/dpkg/dpkg-1.15.5.3.ebuild deleted file mode 100644 index bfeb4d5d61ce..000000000000 --- a/app-arch/dpkg/dpkg-1.15.5.3.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.15.5.3.ebuild,v 1.2 2009/12/02 18:43:18 jer Exp $ - -inherit eutils multilib autotools - -DESCRIPTION="Package maintenance system for Debian" -HOMEPAGE="http://packages.qa.debian.org/dpkg" -SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~s390 ~sh ~sparc ~x86" -IUSE="bzip2 nls test unicode zlib" - -LANGS="de es fr hu ja pl pt_BR ru sv" -for X in ${LANGS} ; do - IUSE="${IUSE} linguas_${X}" -done - -RDEPEND=">=dev-lang/perl-5.6.0 - dev-perl/TimeDate - >=sys-libs/ncurses-5.2-r7 - zlib? ( >=sys-libs/zlib-1.1.4 ) - bzip2? ( app-arch/bzip2 )" -DEPEND="${RDEPEND} - nls? ( app-text/po4a ) - test? ( dev-perl/Test-Pod dev-perl/IO-String )" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-1.15.5-nls.patch - epatch "${FILESDIR}"/${PN}-1.15.5-unicode.patch - eautoreconf -} - -src_compile() { - econf \ - $(use_with bzip2 bz2) \ - $(use_enable nls) \ - $(use_enable unicode) \ - $(use_with zlib) \ - --without-selinux \ - --without-start-stop-daemon \ - || die "econf failed" - emake || die "emake failed" -} - -src_install() { - strip-linguas ${LANGS} - if [ -z "${LINGUAS}" ] ; then - LINGUAS=none - fi - - emake DESTDIR="${D}" LINGUAS="${LINGUAS}" install || die "emake install failed" - rm "${D}"/usr/sbin/install-info || die "rm install-info failed" - dodoc ChangeLog INSTALL THANKS TODO - keepdir /usr/$(get_libdir)/db/methods/{mnt,floppy,disk} - keepdir /usr/$(get_libdir)/db/{alternatives,info,methods,parts,updates} -} diff --git a/app-arch/dpkg/dpkg-1.15.5.4.ebuild b/app-arch/dpkg/dpkg-1.15.5.4.ebuild deleted file mode 100644 index 7ac96de369a3..000000000000 --- a/app-arch/dpkg/dpkg-1.15.5.4.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.15.5.4.ebuild,v 1.1 2009/12/08 01:29:22 jer Exp $ - -inherit eutils multilib autotools - -DESCRIPTION="Package maintenance system for Debian" -HOMEPAGE="http://packages.qa.debian.org/dpkg" -SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~s390 ~sh ~sparc ~x86" -IUSE="bzip2 nls test unicode zlib" - -LANGS="de es fr hu ja pl pt_BR ru sv" -for X in ${LANGS} ; do - IUSE="${IUSE} linguas_${X}" -done - -RDEPEND=">=dev-lang/perl-5.6.0 - dev-perl/TimeDate - >=sys-libs/ncurses-5.2-r7 - zlib? ( >=sys-libs/zlib-1.1.4 ) - bzip2? ( app-arch/bzip2 )" -DEPEND="${RDEPEND} - nls? ( app-text/po4a ) - test? ( dev-perl/Test-Pod dev-perl/IO-String )" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-1.15.5-nls.patch - epatch "${FILESDIR}"/${PN}-1.15.5-unicode.patch - eautoreconf -} - -src_compile() { - econf \ - $(use_with bzip2 bz2) \ - $(use_enable nls) \ - $(use_enable unicode) \ - $(use_with zlib) \ - --without-selinux \ - --without-start-stop-daemon \ - || die "econf failed" - emake || die "emake failed" -} - -src_install() { - strip-linguas ${LANGS} - if [ -z "${LINGUAS}" ] ; then - LINGUAS=none - fi - - emake DESTDIR="${D}" LINGUAS="${LINGUAS}" install || die "emake install failed" - rm "${D}"/usr/sbin/install-info || die "rm install-info failed" - dodoc ChangeLog INSTALL THANKS TODO - keepdir /usr/$(get_libdir)/db/methods/{mnt,floppy,disk} - keepdir /usr/$(get_libdir)/db/{alternatives,info,methods,parts,updates} -} |