summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Erculiani <lxnay@gentoo.org>2014-03-05 08:59:51 +0000
committerFabio Erculiani <lxnay@gentoo.org>2014-03-05 08:59:51 +0000
commit6f686461cd6aa7a4f32c039ae9b0d6e4be177aa6 (patch)
tree70213c844d5b87c8b14e7fd4cb26d7d71c56a2d1 /dev-util/molecule
parentdrop old (diff)
downloadgentoo-2-6f686461cd6aa7a4f32c039ae9b0d6e4be177aa6.tar.gz
gentoo-2-6f686461cd6aa7a4f32c039ae9b0d6e4be177aa6.tar.bz2
gentoo-2-6f686461cd6aa7a4f32c039ae9b0d6e4be177aa6.zip
version bump, drop old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key ADC916E5)
Diffstat (limited to 'dev-util/molecule')
-rw-r--r--dev-util/molecule/ChangeLog10
-rw-r--r--dev-util/molecule/molecule-2.ebuild (renamed from dev-util/molecule/molecule-1.ebuild)8
2 files changed, 12 insertions, 6 deletions
diff --git a/dev-util/molecule/ChangeLog b/dev-util/molecule/ChangeLog
index c7bcc17b19a8..639382efe63d 100644
--- a/dev-util/molecule/ChangeLog
+++ b/dev-util/molecule/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-util/molecule
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/molecule/ChangeLog,v 1.39 2013/03/21 13:14:38 lxnay Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/molecule/ChangeLog,v 1.40 2014/03/05 08:59:51 lxnay Exp $
+
+*molecule-2 (05 Mar 2014)
+
+ 05 Mar 2014; Fabio Erculiani <lxnay@gentoo.org> -molecule-1.ebuild,
+ +molecule-2.ebuild:
+ version bump, drop old
*molecule-1 (21 Mar 2013)
diff --git a/dev-util/molecule/molecule-1.ebuild b/dev-util/molecule/molecule-2.ebuild
index 06a6e42011f6..5e9cc4f5c617 100644
--- a/dev-util/molecule/molecule-1.ebuild
+++ b/dev-util/molecule/molecule-2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/molecule/molecule-1.ebuild,v 1.1 2013/03/21 13:14:38 lxnay Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/molecule/molecule-2.ebuild,v 1.1 2014/03/05 08:59:51 lxnay Exp $
EAPI="5"
@@ -14,5 +14,5 @@ KEYWORDS="~amd64 ~x86"
IUSE="+plugins"
DEPEND=""
-RDEPEND=">=dev-util/molecule-core-1.0.1
- plugins? ( >=dev-util/molecule-plugins-1.0.1 )"
+RDEPEND=">=dev-util/molecule-core-1.0.2
+ plugins? ( >=dev-util/molecule-plugins-1.0.2 )"