diff options
author | 2015-07-22 01:38:55 +0000 | |
---|---|---|
committer | 2015-07-22 01:38:55 +0000 | |
commit | eb6476dec5aaf784f394891bee3163b8a8d39f81 (patch) | |
tree | bbd0606791368b7587f3dc9858b3ee5369b0b66c /app-portage | |
parent | Paludis' python-bindings useflag has been renamed to python. (diff) | |
download | gentoo-2-eb6476dec5aaf784f394891bee3163b8a8d39f81.tar.gz gentoo-2-eb6476dec5aaf784f394891bee3163b8a8d39f81.tar.bz2 gentoo-2-eb6476dec5aaf784f394891bee3163b8a8d39f81.zip |
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-portage')
19 files changed, 14 insertions, 1070 deletions
diff --git a/app-portage/portage-utils/ChangeLog b/app-portage/portage-utils/ChangeLog index 4b3d6c06e573..8efed038a877 100644 --- a/app-portage/portage-utils/ChangeLog +++ b/app-portage/portage-utils/ChangeLog @@ -1,6 +1,19 @@ # ChangeLog for app-portage/portage-utils # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/portage-utils/ChangeLog,v 1.173 2015/07/16 08:35:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/portage-utils/ChangeLog,v 1.174 2015/07/22 01:38:55 mrueg Exp $ + + 22 Jul 2015; Manuel Rüger <mrueg@gentoo.org> + -files/portage-utils-0.10-x86-test.patch, + -files/portage-utils-0.41-scandirat.patch, -portage-utils-0.10.ebuild, + -portage-utils-0.11.ebuild, -portage-utils-0.20.ebuild, + -portage-utils-0.21.ebuild, -portage-utils-0.3.1.ebuild, + -portage-utils-0.30.ebuild, -portage-utils-0.4.ebuild, + -portage-utils-0.40.ebuild, -portage-utils-0.41.ebuild, + -portage-utils-0.5.ebuild, -portage-utils-0.50.ebuild, + -portage-utils-0.51.ebuild, -portage-utils-0.52.ebuild, + -portage-utils-0.6.ebuild, -portage-utils-0.8.ebuild, + -portage-utils-0.9.ebuild: + Remove old. 16 Jul 2015; Mike Frysinger <vapier@gentoo.org> portage-utils-0.56.ebuild: Mark sparc stable #551682. diff --git a/app-portage/portage-utils/files/portage-utils-0.10-x86-test.patch b/app-portage/portage-utils/files/portage-utils-0.10-x86-test.patch deleted file mode 100644 index fb46268a0977..000000000000 --- a/app-portage/portage-utils/files/portage-utils-0.10-x86-test.patch +++ /dev/null @@ -1,18 +0,0 @@ -https://bugs.gentoo.org/412067 - ---- tests/profile/dotest 19 May 2012 13:20:20 -0000 1.2 -+++ tests/profile/dotest 8 Jun 2012 04:42:04 -0000 -@@ -31,10 +31,11 @@ unset $(qenv | awk '{print $1}') - - # test vars that should default to known values. - # cannot test too many more as portage's default --# make.globals will kick in. -+# make.globals will kick in. also can't test -+# some vars (e.g. PORTAGE_BINHOST) that we default -+# on some platforms. - tenv inv ROOT / - tenv inv ARCH --tenv inv PORTAGE_BINHOST - - # this validates simple stuff - tenv 1 ARCH x86 diff --git a/app-portage/portage-utils/files/portage-utils-0.41-scandirat.patch b/app-portage/portage-utils/files/portage-utils-0.41-scandirat.patch deleted file mode 100644 index 1c7f7cdd923e..000000000000 --- a/app-portage/portage-utils/files/portage-utils-0.41-scandirat.patch +++ /dev/null @@ -1,24 +0,0 @@ -scandirat: copy enough bytes to get the filename - -Solaris is a platform without d_reclen. sizeof(struct dirent) is not -enough to get the whole of d_name contents, since the struct uses -char[1] as workaround to specify a variable size length end of struct -member. - -Index: libq/scandirat.c -=================================================================== -RCS file: /var/cvsroot/gentoo-projects/portage-utils/libq/scandirat.c,v -retrieving revision 1.6 -retrieving revision 1.7 -diff -u -r1.6 -r1.7 ---- libq/scandirat.c 29 Sep 2013 10:25:25 -0000 1.6 -+++ libq/scandirat.c 17 Nov 2013 10:26:53 -0000 1.7 -@@ -18,7 +18,7 @@ - #if defined(_DIRENT_HAVE_D_RECLEN) - # define reclen(de) ((de)->d_reclen) - #else --# define reclen(de) (sizeof(*(de))) -+# define reclen(de) (sizeof(*(de)) + strlen((de)->d_name)) - #endif - - static int scandirat(int dir_fd, const char *dir, struct dirent ***dirlist, diff --git a/app-portage/portage-utils/portage-utils-0.10.ebuild b/app-portage/portage-utils/portage-utils-0.10.ebuild deleted file mode 100644 index 9e518ad38839..000000000000 --- a/app-portage/portage-utils/portage-utils-0.10.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/portage-utils/portage-utils-0.10.ebuild,v 1.11 2015/02/21 15:47:17 mgorny Exp $ - -EAPI="3" - -inherit flag-o-matic toolchain-funcs eutils - -DESCRIPTION="small and fast portage helper tools written in C" -HOMEPAGE="https://wiki.gentoo.org/wiki/Q_applets" -SRC_URI="mirror://gentoo/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="static" - -src_prepare() { - epatch "${FILESDIR}"/${P}-x86-test.patch #412067 -} - -src_configure() { - use static && append-ldflags -static - - # Avoid slow configure+gnulib+make if on an up-to-date Linux system - if use prefix || ! use kernel_linux || \ - has_version '<sys-libs/glibc-2.10' - then - econf --with-eprefix="${EPREFIX}" - else - tc-export CC - fi -} - -src_install() { - emake install DESTDIR="${D}" || die - prepalldocs - - exeinto /etc/portage/bin - doexe "${FILESDIR}"/post_sync || die - insinto /etc/portage/postsync.d - doins "${FILESDIR}"/q-reinitialize || die - - # Portage fixes shebangs, we just need to fix the paths in the files - sed -i \ - -e "s:\(/etc/portage/postsync.d\|/usr/bin/q\):${EPREFIX}&:g" \ - "${ED}"/etc/portage/bin/post_sync \ - "${ED}"/etc/portage/postsync.d/q-reinitialize || die -} - -pkg_preinst() { - # preserve +x bit on postsync files #301721 - local x - pushd "${ED}" >/dev/null - for x in etc/portage/postsync.d/* ; do - [[ -x ${EROOT}/${x} ]] && chmod +x "${x}" - done -} - -pkg_postinst() { - elog "${EPREFIX}/etc/portage/postsync.d/q-reinitialize has been installed for convenience" - elog "If you wish for it to be automatically run at the end of every --sync:" - elog " # chmod +x ${EPREFIX}/etc/portage/postsync.d/q-reinitialize" - elog "Normally this should only take a few seconds to run but file systems" - elog "such as ext3 can take a lot longer. To disable, simply do:" - elog " # chmod -x ${EPREFIX}/etc/portage/postsync.d/q-reinitialize" -} diff --git a/app-portage/portage-utils/portage-utils-0.11.ebuild b/app-portage/portage-utils/portage-utils-0.11.ebuild deleted file mode 100644 index ca6264083967..000000000000 --- a/app-portage/portage-utils/portage-utils-0.11.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/portage-utils/portage-utils-0.11.ebuild,v 1.2 2015/02/21 15:47:17 mgorny Exp $ - -EAPI="3" - -inherit flag-o-matic toolchain-funcs - -DESCRIPTION="small and fast portage helper tools written in C" -HOMEPAGE="https://wiki.gentoo.org/wiki/Q_applets" -SRC_URI="mirror://gentoo/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="static" - -src_configure() { - use static && append-ldflags -static - - # Avoid slow configure+gnulib+make if on an up-to-date Linux system - if use prefix || ! use kernel_linux || \ - has_version '<sys-libs/glibc-2.10' - then - econf --with-eprefix="${EPREFIX}" - else - tc-export CC - fi -} - -src_install() { - emake install DESTDIR="${D}" || die - prepalldocs - - exeinto /etc/portage/bin - doexe "${FILESDIR}"/post_sync || die - insinto /etc/portage/postsync.d - doins "${FILESDIR}"/q-reinitialize || die - - # Portage fixes shebangs, we just need to fix the paths in the files - sed -i \ - -e "s:\(/etc/portage/postsync.d\|/usr/bin/q\):${EPREFIX}&:g" \ - "${ED}"/etc/portage/bin/post_sync \ - "${ED}"/etc/portage/postsync.d/q-reinitialize || die -} - -pkg_preinst() { - # preserve +x bit on postsync files #301721 - local x - pushd "${ED}" >/dev/null - for x in etc/portage/postsync.d/* ; do - [[ -x ${EROOT}/${x} ]] && chmod +x "${x}" - done -} - -pkg_postinst() { - elog "${EPREFIX}/etc/portage/postsync.d/q-reinitialize has been installed for convenience" - elog "If you wish for it to be automatically run at the end of every --sync:" - elog " # chmod +x ${EPREFIX}/etc/portage/postsync.d/q-reinitialize" - elog "Normally this should only take a few seconds to run but file systems" - elog "such as ext3 can take a lot longer. To disable, simply do:" - elog " # chmod -x ${EPREFIX}/etc/portage/postsync.d/q-reinitialize" -} diff --git a/app-portage/portage-utils/portage-utils-0.20.ebuild b/app-portage/portage-utils/portage-utils-0.20.ebuild deleted file mode 100644 index f8ea58b537d4..000000000000 --- a/app-portage/portage-utils/portage-utils-0.20.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/portage-utils/portage-utils-0.20.ebuild,v 1.2 2015/02/21 15:47:17 mgorny Exp $ - -EAPI="3" - -inherit flag-o-matic toolchain-funcs - -DESCRIPTION="small and fast portage helper tools written in C" -HOMEPAGE="https://wiki.gentoo.org/wiki/Q_applets" -SRC_URI="mirror://gentoo/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="static" - -src_configure() { - use static && append-ldflags -static - - # Avoid slow configure+gnulib+make if on an up-to-date Linux system - if use prefix || ! use kernel_linux || \ - has_version '<sys-libs/glibc-2.10' - then - econf --with-eprefix="${EPREFIX}" - else - tc-export CC - fi -} - -src_install() { - emake install DESTDIR="${D}" || die - prepalldocs - - exeinto /etc/portage/bin - doexe "${FILESDIR}"/post_sync || die - insinto /etc/portage/postsync.d - doins "${FILESDIR}"/q-reinitialize || die - - # Portage fixes shebangs, we just need to fix the paths in the files - sed -i \ - -e "s:\(/etc/portage/postsync.d\|/usr/bin/q\):${EPREFIX}&:g" \ - "${ED}"/etc/portage/bin/post_sync \ - "${ED}"/etc/portage/postsync.d/q-reinitialize || die -} - -pkg_preinst() { - # preserve +x bit on postsync files #301721 - local x - pushd "${ED}" >/dev/null - for x in etc/portage/postsync.d/* ; do - [[ -x ${EROOT}/${x} ]] && chmod +x "${x}" - done -} - -pkg_postinst() { - elog "${EPREFIX}/etc/portage/postsync.d/q-reinitialize has been installed for convenience" - elog "If you wish for it to be automatically run at the end of every --sync:" - elog " # chmod +x ${EPREFIX}/etc/portage/postsync.d/q-reinitialize" - elog "Normally this should only take a few seconds to run but file systems" - elog "such as ext3 can take a lot longer. To disable, simply do:" - elog " # chmod -x ${EPREFIX}/etc/portage/postsync.d/q-reinitialize" -} diff --git a/app-portage/portage-utils/portage-utils-0.21.ebuild b/app-portage/portage-utils/portage-utils-0.21.ebuild deleted file mode 100644 index 152d0f1dbee0..000000000000 --- a/app-portage/portage-utils/portage-utils-0.21.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/portage-utils/portage-utils-0.21.ebuild,v 1.6 2015/02/21 15:47:17 mgorny Exp $ - -EAPI="3" - -inherit flag-o-matic toolchain-funcs - -DESCRIPTION="small and fast portage helper tools written in C" -HOMEPAGE="https://wiki.gentoo.org/wiki/Q_applets" -SRC_URI="mirror://gentoo/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="static" - -DEPEND="app-arch/xz-utils" -RDEPEND="" - -src_configure() { - use static && append-ldflags -static - - # Avoid slow configure+gnulib+make if on an up-to-date Linux system - if use prefix || ! use kernel_linux || \ - has_version '<sys-libs/glibc-2.10' - then - econf --with-eprefix="${EPREFIX}" - else - tc-export CC - fi -} - -src_install() { - emake install DESTDIR="${D}" || die - prepalldocs - - exeinto /etc/portage/bin - doexe "${FILESDIR}"/post_sync || die - insinto /etc/portage/postsync.d - doins "${FILESDIR}"/q-reinitialize || die - - # Portage fixes shebangs, we just need to fix the paths in the files - sed -i \ - -e "s:\(/etc/portage/postsync.d\|/usr/bin/q\):${EPREFIX}&:g" \ - "${ED}"/etc/portage/bin/post_sync \ - "${ED}"/etc/portage/postsync.d/q-reinitialize || die -} - -pkg_preinst() { - # preserve +x bit on postsync files #301721 - local x - pushd "${ED}" >/dev/null - for x in etc/portage/postsync.d/* ; do - [[ -x ${EROOT}/${x} ]] && chmod +x "${x}" - done -} - -pkg_postinst() { - if [[ -z ${REPLACING_VERSIONS} ]] ; then - elog "${EPREFIX}/etc/portage/postsync.d/q-reinitialize has been installed for convenience" - elog "If you wish for it to be automatically run at the end of every --sync:" - elog " # chmod +x ${EPREFIX}/etc/portage/postsync.d/q-reinitialize" - elog "Normally this should only take a few seconds to run but file systems" - elog "such as ext3 can take a lot longer. To disable, simply do:" - elog " # chmod -x ${EPREFIX}/etc/portage/postsync.d/q-reinitialize" - fi -} diff --git a/app-portage/portage-utils/portage-utils-0.3.1.ebuild b/app-portage/portage-utils/portage-utils-0.3.1.ebuild deleted file mode 100644 index 08a614729b0f..000000000000 --- a/app-portage/portage-utils/portage-utils-0.3.1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/portage-utils/portage-utils-0.3.1.ebuild,v 1.5 2015/02/21 15:47:17 mgorny Exp $ - -inherit flag-o-matic toolchain-funcs - -DESCRIPTION="small and fast portage helper tools written in C" -HOMEPAGE="https://wiki.gentoo.org/wiki/Q_applets" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="static" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i -e 's:\[\[:[:' -e 's:\]\]:]:' Makefile -} - -src_compile() { - tc-export CC - use static && append-ldflags -static - emake || die -} - -src_install() { - emake install DESTDIR="${D}" || die - prepalldocs - - exeinto /etc/portage/bin - doexe "${FILESDIR}"/post_sync || die - insinto /etc/portage/postsync.d - doins "${FILESDIR}"/q-reinitialize || die -} - -pkg_preinst() { - # preserve +x bit on postsync files #301721 - local x - pushd "${D}" >/dev/null - for x in etc/portage/postsync.d/* ; do - [[ -x ${ROOT}/${x} ]] && chmod +x "${x}" - done -} - -pkg_postinst() { - elog "/etc/portage/postsync.d/q-reinitialize has been installed for convenience" - elog "If you wish for it to be automatically run at the end of every --sync:" - elog " # chmod +x /etc/portage/postsync.d/q-reinitialize" - elog "Normally this should only take a few seconds to run but file systems" - elog "such as ext3 can take a lot longer. To disable, simply do:" - elog " # chmod -x /etc/portage/postsync.d/q-reinitialize" -} diff --git a/app-portage/portage-utils/portage-utils-0.30.ebuild b/app-portage/portage-utils/portage-utils-0.30.ebuild deleted file mode 100644 index 123e7d5c0245..000000000000 --- a/app-portage/portage-utils/portage-utils-0.30.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/portage-utils/portage-utils-0.30.ebuild,v 1.4 2015/02/21 15:47:17 mgorny Exp $ - -EAPI="3" - -inherit flag-o-matic toolchain-funcs - -DESCRIPTION="small and fast portage helper tools written in C" -HOMEPAGE="https://wiki.gentoo.org/wiki/Q_applets" -SRC_URI="mirror://gentoo/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="static" - -DEPEND="app-arch/xz-utils" -RDEPEND="" - -src_configure() { - use static && append-ldflags -static - - # Avoid slow configure+gnulib+make if on an up-to-date Linux system - if use prefix || ! use kernel_linux || \ - has_version '<sys-libs/glibc-2.10' - then - econf --with-eprefix="${EPREFIX}" - else - tc-export CC - fi -} - -src_install() { - emake install DESTDIR="${D}" || die - prepalldocs - - exeinto /etc/portage/bin - doexe "${FILESDIR}"/post_sync || die - insinto /etc/portage/postsync.d - doins "${FILESDIR}"/q-reinitialize || die - - # Portage fixes shebangs, we just need to fix the paths in the files - sed -i \ - -e "s:\(/etc/portage/postsync.d\|/usr/bin/q\):${EPREFIX}&:g" \ - "${ED}"/etc/portage/bin/post_sync \ - "${ED}"/etc/portage/postsync.d/q-reinitialize || die -} - -pkg_preinst() { - # preserve +x bit on postsync files #301721 - local x - pushd "${ED}" >/dev/null - for x in etc/portage/postsync.d/* ; do - [[ -x ${EROOT}/${x} ]] && chmod +x "${x}" - done -} - -pkg_postinst() { - if [[ -z ${REPLACING_VERSIONS} ]] ; then - elog "${EPREFIX}/etc/portage/postsync.d/q-reinitialize has been installed for convenience" - elog "If you wish for it to be automatically run at the end of every --sync:" - elog " # chmod +x ${EPREFIX}/etc/portage/postsync.d/q-reinitialize" - elog "Normally this should only take a few seconds to run but file systems" - elog "such as ext3 can take a lot longer. To disable, simply do:" - elog " # chmod -x ${EPREFIX}/etc/portage/postsync.d/q-reinitialize" - fi -} diff --git a/app-portage/portage-utils/portage-utils-0.4.ebuild b/app-portage/portage-utils/portage-utils-0.4.ebuild deleted file mode 100644 index 31e7af23e873..000000000000 --- a/app-portage/portage-utils/portage-utils-0.4.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/portage-utils/portage-utils-0.4.ebuild,v 1.2 2015/02/21 15:47:17 mgorny Exp $ - -inherit flag-o-matic toolchain-funcs - -DESCRIPTION="small and fast portage helper tools written in C" -HOMEPAGE="https://wiki.gentoo.org/wiki/Q_applets" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" -IUSE="static" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i -e 's:\[\[:[:' -e 's:\]\]:]:' Makefile -} - -src_compile() { - tc-export CC - use static && append-ldflags -static - emake || die -} - -src_install() { - emake install DESTDIR="${D}" || die - prepalldocs - - exeinto /etc/portage/bin - doexe "${FILESDIR}"/post_sync || die - insinto /etc/portage/postsync.d - doins "${FILESDIR}"/q-reinitialize || die -} - -pkg_preinst() { - # preserve +x bit on postsync files #301721 - local x - pushd "${D}" >/dev/null - for x in etc/portage/postsync.d/* ; do - [[ -x ${ROOT}/${x} ]] && chmod +x "${x}" - done -} - -pkg_postinst() { - elog "/etc/portage/postsync.d/q-reinitialize has been installed for convenience" - elog "If you wish for it to be automatically run at the end of every --sync:" - elog " # chmod +x /etc/portage/postsync.d/q-reinitialize" - elog "Normally this should only take a few seconds to run but file systems" - elog "such as ext3 can take a lot longer. To disable, simply do:" - elog " # chmod -x /etc/portage/postsync.d/q-reinitialize" -} diff --git a/app-portage/portage-utils/portage-utils-0.40.ebuild b/app-portage/portage-utils/portage-utils-0.40.ebuild deleted file mode 100644 index 6b2a56133f3b..000000000000 --- a/app-portage/portage-utils/portage-utils-0.40.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/portage-utils/portage-utils-0.40.ebuild,v 1.2 2015/02/21 15:47:17 mgorny Exp $ - -EAPI="3" - -inherit flag-o-matic toolchain-funcs - -DESCRIPTION="small and fast portage helper tools written in C" -HOMEPAGE="https://wiki.gentoo.org/wiki/Q_applets" -SRC_URI="mirror://gentoo/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="static" - -DEPEND="app-arch/xz-utils" -RDEPEND="" - -src_configure() { - use static && append-ldflags -static - - # Avoid slow configure+gnulib+make if on an up-to-date Linux system - if use prefix || ! use kernel_linux || \ - has_version '<sys-libs/glibc-2.10' - then - econf --with-eprefix="${EPREFIX}" - else - tc-export CC - fi -} - -src_install() { - emake install DESTDIR="${D}" || die - prepalldocs - - exeinto /etc/portage/bin - doexe "${FILESDIR}"/post_sync || die - insinto /etc/portage/postsync.d - doins "${FILESDIR}"/q-reinitialize || die - - # Portage fixes shebangs, we just need to fix the paths in the files - sed -i \ - -e "s:\(/etc/portage/postsync.d\|/usr/bin/q\):${EPREFIX}&:g" \ - "${ED}"/etc/portage/bin/post_sync \ - "${ED}"/etc/portage/postsync.d/q-reinitialize || die -} - -pkg_preinst() { - # preserve +x bit on postsync files #301721 - local x - pushd "${ED}" >/dev/null - for x in etc/portage/postsync.d/* ; do - [[ -x ${EROOT}/${x} ]] && chmod +x "${x}" - done -} - -pkg_postinst() { - if [[ -z ${REPLACING_VERSIONS} ]] ; then - elog "${EPREFIX}/etc/portage/postsync.d/q-reinitialize has been installed for convenience" - elog "If you wish for it to be automatically run at the end of every --sync:" - elog " # chmod +x ${EPREFIX}/etc/portage/postsync.d/q-reinitialize" - elog "Normally this should only take a few seconds to run but file systems" - elog "such as ext3 can take a lot longer. To disable, simply do:" - elog " # chmod -x ${EPREFIX}/etc/portage/postsync.d/q-reinitialize" - fi -} diff --git a/app-portage/portage-utils/portage-utils-0.41.ebuild b/app-portage/portage-utils/portage-utils-0.41.ebuild deleted file mode 100644 index 826e36a03859..000000000000 --- a/app-portage/portage-utils/portage-utils-0.41.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/portage-utils/portage-utils-0.41.ebuild,v 1.7 2015/02/21 15:47:17 mgorny Exp $ - -EAPI="3" - -inherit flag-o-matic toolchain-funcs eutils - -DESCRIPTION="small and fast portage helper tools written in C" -HOMEPAGE="https://wiki.gentoo.org/wiki/Q_applets" -SRC_URI="mirror://gentoo/${P}.tar.xz - http://dev.gentoo.org/~vapier/dist/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="static" - -DEPEND="app-arch/xz-utils" -RDEPEND="" - -src_prepare() { - # can go next release, backport from CVS - epatch "${FILESDIR}"/${P}-scandirat.patch - epatch_user -} - -src_configure() { - use static && append-ldflags -static - - # Avoid slow configure+gnulib+make if on an up-to-date Linux system - if use prefix || ! use kernel_linux || \ - has_version '<sys-libs/glibc-2.10' - then - econf --with-eprefix="${EPREFIX}" - else - tc-export CC - fi -} - -src_install() { - emake install DESTDIR="${D}" || die - prepalldocs - - exeinto /etc/portage/bin - doexe "${FILESDIR}"/post_sync || die - insinto /etc/portage/postsync.d - doins "${FILESDIR}"/q-reinitialize || die - - # Portage fixes shebangs, we just need to fix the paths in the files - sed -i \ - -e "s:\(/etc/portage/postsync.d\|/usr/bin/q\):${EPREFIX}&:g" \ - "${ED}"/etc/portage/bin/post_sync \ - "${ED}"/etc/portage/postsync.d/q-reinitialize || die -} - -pkg_preinst() { - # preserve +x bit on postsync files #301721 - local x - pushd "${ED}" >/dev/null - for x in etc/portage/postsync.d/* ; do - [[ -x ${EROOT}/${x} ]] && chmod +x "${x}" - done -} - -pkg_postinst() { - if [[ -z ${REPLACING_VERSIONS} ]] ; then - elog "${EPREFIX}/etc/portage/postsync.d/q-reinitialize has been installed for convenience" - elog "If you wish for it to be automatically run at the end of every --sync:" - elog " # chmod +x ${EPREFIX}/etc/portage/postsync.d/q-reinitialize" - elog "Normally this should only take a few seconds to run but file systems" - elog "such as ext3 can take a lot longer. To disable, simply do:" - elog " # chmod -x ${EPREFIX}/etc/portage/postsync.d/q-reinitialize" - fi -} diff --git a/app-portage/portage-utils/portage-utils-0.5.ebuild b/app-portage/portage-utils/portage-utils-0.5.ebuild deleted file mode 100644 index 326773e802a6..000000000000 --- a/app-portage/portage-utils/portage-utils-0.5.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/portage-utils/portage-utils-0.5.ebuild,v 1.3 2015/02/21 15:47:17 mgorny Exp $ - -EAPI="3" - -inherit flag-o-matic toolchain-funcs - -DESCRIPTION="small and fast portage helper tools written in C" -HOMEPAGE="https://wiki.gentoo.org/wiki/Q_applets" -SRC_URI="mirror://gentoo/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd" -IUSE="static" - -src_compile() { - tc-export CC - use static && append-ldflags -static - emake || die -} - -src_install() { - emake install DESTDIR="${D}" || die - prepalldocs - - exeinto /etc/portage/bin - doexe "${FILESDIR}"/post_sync || die - insinto /etc/portage/postsync.d - doins "${FILESDIR}"/q-reinitialize || die -} - -pkg_preinst() { - # preserve +x bit on postsync files #301721 - local x - pushd "${D}" >/dev/null - for x in etc/portage/postsync.d/* ; do - [[ -x ${ROOT}/${x} ]] && chmod +x "${x}" - done -} - -pkg_postinst() { - elog "/etc/portage/postsync.d/q-reinitialize has been installed for convenience" - elog "If you wish for it to be automatically run at the end of every --sync:" - elog " # chmod +x /etc/portage/postsync.d/q-reinitialize" - elog "Normally this should only take a few seconds to run but file systems" - elog "such as ext3 can take a lot longer. To disable, simply do:" - elog " # chmod -x /etc/portage/postsync.d/q-reinitialize" -} diff --git a/app-portage/portage-utils/portage-utils-0.50.ebuild b/app-portage/portage-utils/portage-utils-0.50.ebuild deleted file mode 100644 index 0171b09275f4..000000000000 --- a/app-portage/portage-utils/portage-utils-0.50.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/portage-utils/portage-utils-0.50.ebuild,v 1.2 2015/02/21 15:47:17 mgorny Exp $ - -EAPI="4" - -inherit flag-o-matic toolchain-funcs eutils - -DESCRIPTION="small and fast portage helper tools written in C" -HOMEPAGE="https://wiki.gentoo.org/wiki/Q_applets" -SRC_URI="mirror://gentoo/${P}.tar.xz - http://dev.gentoo.org/~vapier/dist/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="nls static" - -DEPEND="app-arch/xz-utils" -RDEPEND="" - -src_prepare() { - epatch_user -} - -src_configure() { - use static && append-ldflags -static - - # Avoid slow configure+gnulib+make if on an up-to-date Linux system - if use prefix || ! use kernel_linux || \ - has_version '<sys-libs/glibc-2.10' - then - econf --with-eprefix="${EPREFIX}" - else - tc-export CC - fi -} - -src_compile() { - emake NLS=$(usex nls) -} - -src_install() { - default - - exeinto /etc/portage/bin - doexe "${FILESDIR}"/post_sync - insinto /etc/portage/postsync.d - doins "${FILESDIR}"/q-reinitialize - - # Portage fixes shebangs, we just need to fix the paths in the files - sed -i \ - -e "s:\(/etc/portage/postsync.d\|/usr/bin/q\):${EPREFIX}&:g" \ - "${ED}"/etc/portage/bin/post_sync \ - "${ED}"/etc/portage/postsync.d/q-reinitialize || die -} - -pkg_preinst() { - # preserve +x bit on postsync files #301721 - local x - pushd "${ED}" >/dev/null - for x in etc/portage/postsync.d/* ; do - [[ -x ${EROOT}/${x} ]] && chmod +x "${x}" - done -} - -pkg_postinst() { - if [[ -z ${REPLACING_VERSIONS} ]] ; then - elog "${EPREFIX}/etc/portage/postsync.d/q-reinitialize has been installed for convenience" - elog "If you wish for it to be automatically run at the end of every --sync:" - elog " # chmod +x ${EPREFIX}/etc/portage/postsync.d/q-reinitialize" - elog "Normally this should only take a few seconds to run but file systems" - elog "such as ext3 can take a lot longer. To disable, simply do:" - elog " # chmod -x ${EPREFIX}/etc/portage/postsync.d/q-reinitialize" - fi -} diff --git a/app-portage/portage-utils/portage-utils-0.51.ebuild b/app-portage/portage-utils/portage-utils-0.51.ebuild deleted file mode 100644 index 58af4d317315..000000000000 --- a/app-portage/portage-utils/portage-utils-0.51.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/portage-utils/portage-utils-0.51.ebuild,v 1.2 2015/02/21 15:47:17 mgorny Exp $ - -EAPI="4" - -inherit flag-o-matic toolchain-funcs eutils - -DESCRIPTION="small and fast portage helper tools written in C" -HOMEPAGE="https://wiki.gentoo.org/wiki/Q_applets" -SRC_URI="mirror://gentoo/${P}.tar.xz - http://dev.gentoo.org/~vapier/dist/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="nls static" - -DEPEND="app-arch/xz-utils" -RDEPEND="" - -src_prepare() { - epatch_user -} - -src_configure() { - use static && append-ldflags -static - - # Avoid slow configure+gnulib+make if on an up-to-date Linux system - if use prefix || ! use kernel_linux || \ - has_version '<sys-libs/glibc-2.10' - then - econf --with-eprefix="${EPREFIX}" - else - tc-export CC - fi -} - -src_compile() { - emake NLS=$(usex nls) -} - -src_install() { - default - - exeinto /etc/portage/bin - doexe "${FILESDIR}"/post_sync - insinto /etc/portage/postsync.d - doins "${FILESDIR}"/q-reinitialize - - # Portage fixes shebangs, we just need to fix the paths in the files - sed -i \ - -e "s:\(/etc/portage/postsync.d\|/usr/bin/q\):${EPREFIX}&:g" \ - "${ED}"/etc/portage/bin/post_sync \ - "${ED}"/etc/portage/postsync.d/q-reinitialize || die -} - -pkg_preinst() { - # preserve +x bit on postsync files #301721 - local x - pushd "${ED}" >/dev/null - for x in etc/portage/postsync.d/* ; do - [[ -x ${EROOT}/${x} ]] && chmod +x "${x}" - done -} - -pkg_postinst() { - if [[ -z ${REPLACING_VERSIONS} ]] ; then - elog "${EPREFIX}/etc/portage/postsync.d/q-reinitialize has been installed for convenience" - elog "If you wish for it to be automatically run at the end of every --sync:" - elog " # chmod +x ${EPREFIX}/etc/portage/postsync.d/q-reinitialize" - elog "Normally this should only take a few seconds to run but file systems" - elog "such as ext3 can take a lot longer. To disable, simply do:" - elog " # chmod -x ${EPREFIX}/etc/portage/postsync.d/q-reinitialize" - fi -} diff --git a/app-portage/portage-utils/portage-utils-0.52.ebuild b/app-portage/portage-utils/portage-utils-0.52.ebuild deleted file mode 100644 index ec7688449252..000000000000 --- a/app-portage/portage-utils/portage-utils-0.52.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/portage-utils/portage-utils-0.52.ebuild,v 1.2 2015/02/21 15:47:17 mgorny Exp $ - -EAPI="4" - -inherit flag-o-matic toolchain-funcs eutils - -DESCRIPTION="small and fast portage helper tools written in C" -HOMEPAGE="https://wiki.gentoo.org/wiki/Q_applets" -SRC_URI="mirror://gentoo/${P}.tar.xz - http://dev.gentoo.org/~vapier/dist/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="nls static" - -DEPEND="app-arch/xz-utils" -RDEPEND="" - -src_prepare() { - epatch_user -} - -src_configure() { - use static && append-ldflags -static - - # Avoid slow configure+gnulib+make if on an up-to-date Linux system - if use prefix || ! use kernel_linux || \ - has_version '<sys-libs/glibc-2.10' - then - econf --with-eprefix="${EPREFIX}" - else - tc-export CC - fi -} - -src_compile() { - emake NLS=$(usex nls) -} - -src_install() { - default - - exeinto /etc/portage/bin - doexe "${FILESDIR}"/post_sync - insinto /etc/portage/postsync.d - doins "${FILESDIR}"/q-reinitialize - - # Portage fixes shebangs, we just need to fix the paths in the files - sed -i \ - -e "s:\(/etc/portage/postsync.d\|/usr/bin/q\):${EPREFIX}&:g" \ - "${ED}"/etc/portage/bin/post_sync \ - "${ED}"/etc/portage/postsync.d/q-reinitialize || die -} - -pkg_preinst() { - # preserve +x bit on postsync files #301721 - local x - pushd "${ED}" >/dev/null - for x in etc/portage/postsync.d/* ; do - [[ -x ${EROOT}/${x} ]] && chmod +x "${x}" - done -} - -pkg_postinst() { - if [[ -z ${REPLACING_VERSIONS} ]] ; then - elog "${EPREFIX}/etc/portage/postsync.d/q-reinitialize has been installed for convenience" - elog "If you wish for it to be automatically run at the end of every --sync:" - elog " # chmod +x ${EPREFIX}/etc/portage/postsync.d/q-reinitialize" - elog "Normally this should only take a few seconds to run but file systems" - elog "such as ext3 can take a lot longer. To disable, simply do:" - elog " # chmod -x ${EPREFIX}/etc/portage/postsync.d/q-reinitialize" - fi -} diff --git a/app-portage/portage-utils/portage-utils-0.6.ebuild b/app-portage/portage-utils/portage-utils-0.6.ebuild deleted file mode 100644 index 645caa82ff8d..000000000000 --- a/app-portage/portage-utils/portage-utils-0.6.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/portage-utils/portage-utils-0.6.ebuild,v 1.2 2015/02/21 15:47:17 mgorny Exp $ - -EAPI="3" - -inherit flag-o-matic toolchain-funcs - -DESCRIPTION="small and fast portage helper tools written in C" -HOMEPAGE="https://wiki.gentoo.org/wiki/Q_applets" -SRC_URI="mirror://gentoo/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd" -IUSE="static" - -src_compile() { - tc-export CC - use static && append-ldflags -static - emake || die -} - -src_install() { - emake install DESTDIR="${D}" || die - prepalldocs - - exeinto /etc/portage/bin - doexe "${FILESDIR}"/post_sync || die - insinto /etc/portage/postsync.d - doins "${FILESDIR}"/q-reinitialize || die -} - -pkg_preinst() { - # preserve +x bit on postsync files #301721 - local x - pushd "${D}" >/dev/null - for x in etc/portage/postsync.d/* ; do - [[ -x ${ROOT}/${x} ]] && chmod +x "${x}" - done -} - -pkg_postinst() { - elog "/etc/portage/postsync.d/q-reinitialize has been installed for convenience" - elog "If you wish for it to be automatically run at the end of every --sync:" - elog " # chmod +x /etc/portage/postsync.d/q-reinitialize" - elog "Normally this should only take a few seconds to run but file systems" - elog "such as ext3 can take a lot longer. To disable, simply do:" - elog " # chmod -x /etc/portage/postsync.d/q-reinitialize" -} diff --git a/app-portage/portage-utils/portage-utils-0.8.ebuild b/app-portage/portage-utils/portage-utils-0.8.ebuild deleted file mode 100644 index 029dd17868c9..000000000000 --- a/app-portage/portage-utils/portage-utils-0.8.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/portage-utils/portage-utils-0.8.ebuild,v 1.7 2015/02/21 15:47:17 mgorny Exp $ - -EAPI="3" - -inherit flag-o-matic toolchain-funcs - -DESCRIPTION="small and fast portage helper tools written in C" -HOMEPAGE="https://wiki.gentoo.org/wiki/Q_applets" -SRC_URI="mirror://gentoo/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" -IUSE="static" - -src_configure() { - use static && append-ldflags -static - - # Avoid slow configure+gnulib+make if on an up-to-date Linux system - if ! use kernel_linux || has_version '<sys-libs/glibc-2.10' - then - econf --with-eprefix="${EPREFIX}" - else - tc-export CC - fi -} - -src_install() { - emake install DESTDIR="${D}" || die - prepalldocs - - exeinto /etc/portage/bin - doexe "${FILESDIR}"/post_sync || die - insinto /etc/portage/postsync.d - doins "${FILESDIR}"/q-reinitialize || die -} - -pkg_preinst() { - # preserve +x bit on postsync files #301721 - local x - pushd "${D}" >/dev/null - for x in etc/portage/postsync.d/* ; do - [[ -x ${ROOT}/${x} ]] && chmod +x "${x}" - done -} - -pkg_postinst() { - elog "/etc/portage/postsync.d/q-reinitialize has been installed for convenience" - elog "If you wish for it to be automatically run at the end of every --sync:" - elog " # chmod +x /etc/portage/postsync.d/q-reinitialize" - elog "Normally this should only take a few seconds to run but file systems" - elog "such as ext3 can take a lot longer. To disable, simply do:" - elog " # chmod -x /etc/portage/postsync.d/q-reinitialize" -} diff --git a/app-portage/portage-utils/portage-utils-0.9.ebuild b/app-portage/portage-utils/portage-utils-0.9.ebuild deleted file mode 100644 index 3a70aef0b3c9..000000000000 --- a/app-portage/portage-utils/portage-utils-0.9.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/portage-utils/portage-utils-0.9.ebuild,v 1.4 2015/02/21 15:47:17 mgorny Exp $ - -EAPI="3" - -inherit flag-o-matic toolchain-funcs - -DESCRIPTION="small and fast portage helper tools written in C" -HOMEPAGE="https://wiki.gentoo.org/wiki/Q_applets" -SRC_URI="mirror://gentoo/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="static" - -src_configure() { - use static && append-ldflags -static - - # Avoid slow configure+gnulib+make if on an up-to-date Linux system - if use prefix || ! use kernel_linux || \ - has_version '<sys-libs/glibc-2.10' - then - econf --with-eprefix="${EPREFIX}" - else - tc-export CC - fi -} - -src_install() { - emake install DESTDIR="${D}" || die - prepalldocs - - exeinto /etc/portage/bin - doexe "${FILESDIR}"/post_sync || die - insinto /etc/portage/postsync.d - doins "${FILESDIR}"/q-reinitialize || die - - # Portage fixes shebangs, we just need to fix the paths in the files - sed -i \ - -e "s:\(/etc/portage/postsync.d\|/usr/bin/q\):${EPREFIX}&:g" \ - "${ED}"/etc/portage/bin/post_sync \ - "${ED}"/etc/portage/postsync.d/q-reinitialize || die -} - -pkg_preinst() { - # preserve +x bit on postsync files #301721 - local x - pushd "${ED}" >/dev/null - for x in etc/portage/postsync.d/* ; do - [[ -x ${EROOT}/${x} ]] && chmod +x "${x}" - done -} - -pkg_postinst() { - elog "${EPREFIX}/etc/portage/postsync.d/q-reinitialize has been installed for convenience" - elog "If you wish for it to be automatically run at the end of every --sync:" - elog " # chmod +x ${EPREFIX}/etc/portage/postsync.d/q-reinitialize" - elog "Normally this should only take a few seconds to run but file systems" - elog "such as ext3 can take a lot longer. To disable, simply do:" - elog " # chmod -x ${EPREFIX}/etc/portage/postsync.d/q-reinitialize" -} |