diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-04-12 19:07:02 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-04-12 19:07:02 +0000 |
commit | 43c27ee378956ce1c269078d6476663b968eb0ab (patch) | |
tree | d166c5a76407cd2e1139cb5e9cc92f995c13fd35 /app-admin/stow | |
parent | Version bump (diff) | |
download | gentoo-2-43c27ee378956ce1c269078d6476663b968eb0ab.tar.gz gentoo-2-43c27ee378956ce1c269078d6476663b968eb0ab.tar.bz2 gentoo-2-43c27ee378956ce1c269078d6476663b968eb0ab.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-admin/stow')
-rw-r--r-- | app-admin/stow/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/stow/stow-2.1.1.ebuild | 36 | ||||
-rw-r--r-- | app-admin/stow/stow-2.1.2.ebuild | 36 | ||||
-rw-r--r-- | app-admin/stow/stow-2.2.0-r1.ebuild | 40 | ||||
-rw-r--r-- | app-admin/stow/stow-2.2.0.ebuild | 40 |
5 files changed, 5 insertions, 153 deletions
diff --git a/app-admin/stow/ChangeLog b/app-admin/stow/ChangeLog index 9118547eff59..deb5b394ee78 100644 --- a/app-admin/stow/ChangeLog +++ b/app-admin/stow/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/stow # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/stow/ChangeLog,v 1.23 2015/03/06 12:28:58 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/stow/ChangeLog,v 1.24 2015/04/12 19:07:02 mrueg Exp $ + + 12 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -stow-2.1.1.ebuild, + -stow-2.1.2.ebuild, -stow-2.2.0-r1.ebuild, -stow-2.2.0.ebuild: + Remove old. *stow-2.2.0-r2 (06 Mar 2015) diff --git a/app-admin/stow/stow-2.1.1.ebuild b/app-admin/stow/stow-2.1.1.ebuild deleted file mode 100644 index 4e18a86d170d..000000000000 --- a/app-admin/stow/stow-2.1.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/stow/stow-2.1.1.ebuild,v 1.1 2011/12/07 19:04:40 maksbotan Exp $ - -EAPI="2" - -DESCRIPTION="Manage installation of software in /var/lib/" -HOMEPAGE="http://www.gnu.org/software/stow/" -SRC_URI="mirror://gnu/stow/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" - -DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - - # create new STOWDIR - dodir /var/lib/stow - - # install env.d file to add STOWDIR to PATH and LDPATH - doenvd "${FILESDIR}"/99stow || die "doenvd failed" -} - -pkg_postinst() { - elog "We now recommend that you use /var/lib/stow as your STOWDIR" - elog "instead of /usr/local in order to avoid conflicts with the" - elog "symlink from /usr/lib64 -> /usr/lib. See Bug 246264 for" - elog "more details on this change." - elog "For your convenience, PATH has been updated to include" - elog "/var/lib/stow/bin." -} diff --git a/app-admin/stow/stow-2.1.2.ebuild b/app-admin/stow/stow-2.1.2.ebuild deleted file mode 100644 index 90aff86b46c8..000000000000 --- a/app-admin/stow/stow-2.1.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/stow/stow-2.1.2.ebuild,v 1.1 2011/12/19 13:43:12 maksbotan Exp $ - -EAPI="2" - -DESCRIPTION="Manage installation of software in /var/lib/" -HOMEPAGE="http://www.gnu.org/software/stow/" -SRC_URI="mirror://gnu/stow/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" - -DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - - # create new STOWDIR - dodir /var/lib/stow - - # install env.d file to add STOWDIR to PATH and LDPATH - doenvd "${FILESDIR}"/99stow || die "doenvd failed" -} - -pkg_postinst() { - elog "We now recommend that you use /var/lib/stow as your STOWDIR" - elog "instead of /usr/local in order to avoid conflicts with the" - elog "symlink from /usr/lib64 -> /usr/lib. See Bug 246264 for" - elog "more details on this change." - elog "For your convenience, PATH has been updated to include" - elog "/var/lib/stow/bin." -} diff --git a/app-admin/stow/stow-2.2.0-r1.ebuild b/app-admin/stow/stow-2.2.0-r1.ebuild deleted file mode 100644 index b6f264e89cb3..000000000000 --- a/app-admin/stow/stow-2.2.0-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/stow/stow-2.2.0-r1.ebuild,v 1.1 2014/03/26 16:03:19 maksbotan Exp $ - -EAPI="2" - -DESCRIPTION="Manage installation of software in /var/lib/" -HOMEPAGE="http://www.gnu.org/software/stow/" -SRC_URI="mirror://gnu/stow/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="test" - -DEPEND="dev-lang/perl - test? ( - virtual/perl-Test-Harness - dev-perl/Test-Output - )" -RDEPEND="dev-lang/perl" - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - - # create new STOWDIR - dodir /var/lib/stow - - # install env.d file to add STOWDIR to PATH and LDPATH - doenvd "${FILESDIR}"/99stow || die "doenvd failed" -} - -pkg_postinst() { - elog "We now recommend that you use /var/lib/stow as your STOWDIR" - elog "instead of /usr/local in order to avoid conflicts with the" - elog "symlink from /usr/lib64 -> /usr/lib. See Bug 246264 for" - elog "more details on this change." - elog "For your convenience, PATH has been updated to include" - elog "/var/lib/stow/bin." -} diff --git a/app-admin/stow/stow-2.2.0.ebuild b/app-admin/stow/stow-2.2.0.ebuild deleted file mode 100644 index b2f52b2e1125..000000000000 --- a/app-admin/stow/stow-2.2.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/stow/stow-2.2.0.ebuild,v 1.4 2012/05/04 02:41:16 mr_bones_ Exp $ - -EAPI="2" - -DESCRIPTION="Manage installation of software in /var/lib/" -HOMEPAGE="http://www.gnu.org/software/stow/" -SRC_URI="mirror://gnu/stow/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="test" - -DEPEND="dev-lang/perl - test? ( - virtual/perl-Test-Harness - dev-perl/Test-Output - )" -RDEPEND="dev-lang/perl" - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - - # create new STOWDIR - dodir /var/lib/stow - - # install env.d file to add STOWDIR to PATH and LDPATH - doenvd "${FILESDIR}"/99stow || die "doenvd failed" -} - -pkg_postinst() { - elog "We now recommend that you use /var/lib/stow as your STOWDIR" - elog "instead of /usr/local in order to avoid conflicts with the" - elog "symlink from /usr/lib64 -> /usr/lib. See Bug 246264 for" - elog "more details on this change." - elog "For your convenience, PATH has been updated to include" - elog "/var/lib/stow/bin." -} |