summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2012-05-02 13:35:39 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2012-05-02 13:35:39 +0000
commit5af00a7ce20d30543f74b05bf8dbf852675abc51 (patch)
tree54d7cb04d0174cd9ad4af7506ec3c4413f203f3c /app-admin/stow
parent[bump] dev-perl/XML-LibXML-1.970.0 (diff)
downloadgentoo-2-5af00a7ce20d30543f74b05bf8dbf852675abc51.tar.gz
gentoo-2-5af00a7ce20d30543f74b05bf8dbf852675abc51.tar.bz2
gentoo-2-5af00a7ce20d30543f74b05bf8dbf852675abc51.zip
Bump to 2.2.0, addind DEPEND for tests
(Portage version: 2.1.10.57/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/stow')
-rw-r--r--app-admin/stow/ChangeLog10
-rw-r--r--app-admin/stow/stow-2.2.0.ebuild (renamed from app-admin/stow/stow-1.3.3-r1.ebuild)12
2 files changed, 17 insertions, 5 deletions
diff --git a/app-admin/stow/ChangeLog b/app-admin/stow/ChangeLog
index 2c59177af1ec..ade7c28cfdcf 100644
--- a/app-admin/stow/ChangeLog
+++ b/app-admin/stow/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-admin/stow
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/stow/ChangeLog,v 1.18 2011/12/19 13:43:12 maksbotan Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/stow/ChangeLog,v 1.19 2012/05/02 13:35:39 maksbotan Exp $
+
+*stow-2.2.0 (02 May 2012)
+
+ 02 May 2012; Maxim Koltsov <maksbotan@gentoo.org> +stow-2.2.0.ebuild,
+ -stow-1.3.3-r1.ebuild:
+ Bump to 2.2.0, addind DEPEND for tests
*stow-2.1.2 (19 Dec 2011)
diff --git a/app-admin/stow/stow-1.3.3-r1.ebuild b/app-admin/stow/stow-2.2.0.ebuild
index fa4f680c4fc9..9f36cbcdee48 100644
--- a/app-admin/stow/stow-1.3.3-r1.ebuild
+++ b/app-admin/stow/stow-2.2.0.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# 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-1.3.3-r1.ebuild,v 1.1 2011/12/07 19:04:39 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/stow/stow-2.2.0.ebuild,v 1.1 2012/05/02 13:35:39 maksbotan Exp $
+
+EAPI="2"
DESCRIPTION="Manage installation of software in /var/lib/"
HOMEPAGE="http://www.gnu.org/software/stow/"
@@ -11,7 +13,11 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""
-DEPEND="dev-lang/perl"
+DEPEND="dev-lang/perl
+ test? (
+ virtual/perl-Test-Harness
+ dev-perl/Test-Output
+ )"
RDEPEND="${DEPEND}"
src_install() {