diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-05-10 06:11:33 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-05-10 06:11:33 +0000 |
commit | 5704cc814e6f28d2619b9a90f55c937a89610565 (patch) | |
tree | 7c846bb0aebebca1fe43cd55f99890e66d3db3ea /app-admin/xstow | |
parent | fix parrallel test failure #468748 thanks to eroen@faith.eroen.eu (diff) | |
download | gentoo-2-5704cc814e6f28d2619b9a90f55c937a89610565.tar.gz gentoo-2-5704cc814e6f28d2619b9a90f55c937a89610565.tar.bz2 gentoo-2-5704cc814e6f28d2619b9a90f55c937a89610565.zip |
Cleanups
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-admin/xstow')
-rw-r--r-- | app-admin/xstow/ChangeLog | 9 | ||||
-rw-r--r-- | app-admin/xstow/xstow-0.5.1.ebuild | 5 | ||||
-rw-r--r-- | app-admin/xstow/xstow-1.0.0-r1.ebuild | 7 | ||||
-rw-r--r-- | app-admin/xstow/xstow-1.0.0.ebuild | 7 |
4 files changed, 17 insertions, 11 deletions
diff --git a/app-admin/xstow/ChangeLog b/app-admin/xstow/ChangeLog index f5ec355de340..3824f8dc90a9 100644 --- a/app-admin/xstow/ChangeLog +++ b/app-admin/xstow/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/xstow -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/xstow/ChangeLog,v 1.15 2012/03/09 11:16:32 phajdan.jr Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/xstow/ChangeLog,v 1.16 2013/05/10 06:11:33 patrick Exp $ + + 10 May 2013; Patrick Lauer <patrick@gentoo.org> xstow-0.5.1.ebuild, + xstow-1.0.0-r1.ebuild, xstow-1.0.0.ebuild: + Cleanups 09 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> xstow-1.0.0-r1.ebuild: x86 stable wrt bug #404595 @@ -54,4 +58,3 @@ 03 Apr 2003; Alastair Tse <liquidx@gentoo.org> xstow-0.4.6.ebuild, files/xstow-0.4.6-configure-ncurses.diff: intial ebuild. thanks to Andrew Mahone (#16783) - diff --git a/app-admin/xstow/xstow-0.5.1.ebuild b/app-admin/xstow/xstow-0.5.1.ebuild index e48ce1c62137..c1a643ed7f36 100644 --- a/app-admin/xstow/xstow-0.5.1.ebuild +++ b/app-admin/xstow/xstow-0.5.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/xstow/xstow-0.5.1.ebuild,v 1.4 2008/04/28 21:22:20 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/xstow/xstow-0.5.1.ebuild,v 1.5 2013/05/10 06:11:33 patrick Exp $ inherit eutils @@ -14,6 +14,7 @@ KEYWORDS="~amd64 ~ppc x86" IUSE="ncurses" DEPEND="ncurses? ( sys-libs/ncurses )" +RDEPEND="${DEPEND}" src_unpack() { unpack ${A} diff --git a/app-admin/xstow/xstow-1.0.0-r1.ebuild b/app-admin/xstow/xstow-1.0.0-r1.ebuild index 074e5ba4df5c..9d4f735e8273 100644 --- a/app-admin/xstow/xstow-1.0.0-r1.ebuild +++ b/app-admin/xstow/xstow-1.0.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/xstow/xstow-1.0.0-r1.ebuild,v 1.5 2012/03/09 11:16:32 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/xstow/xstow-1.0.0-r1.ebuild,v 1.6 2013/05/10 06:11:33 patrick Exp $ inherit eutils @@ -14,6 +14,7 @@ KEYWORDS="amd64 ppc x86" IUSE="ncurses static" DEPEND="ncurses? ( sys-libs/ncurses )" +RDEPEND="${DEPEND}" src_compile() { econf --disable-dependency-tracking\ @@ -31,7 +32,7 @@ src_install() { dodir /var/lib/xstow # install env.d file to add STOWDIR to PATH and LDPATH - doenvd ${FILESDIR}/99xstow || die "doenvd failed" + doenvd "${FILESDIR}/99xstow" || die "doenvd failed" } pkg_postinst() { diff --git a/app-admin/xstow/xstow-1.0.0.ebuild b/app-admin/xstow/xstow-1.0.0.ebuild index 250aa2ec7082..21ea569801d7 100644 --- a/app-admin/xstow/xstow-1.0.0.ebuild +++ b/app-admin/xstow/xstow-1.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/xstow/xstow-1.0.0.ebuild,v 1.2 2011/12/12 03:23:26 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/xstow/xstow-1.0.0.ebuild,v 1.3 2013/05/10 06:11:33 patrick Exp $ inherit eutils @@ -14,6 +14,7 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="ncurses static" DEPEND="ncurses? ( sys-libs/ncurses )" +RDEPEND="${DEPEND}" src_unpack() { unpack ${A} @@ -36,7 +37,7 @@ src_install() { dodir /var/lib/xstow # env file - doenvd ${FILESDIR}/99xstow || die "doenvd failed" + doenvd "${FILESDIR}/99xstow" || die "doenvd failed" } pkg_postinst() { |