summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Bornkessel <hd_brummy@gentoo.org>2015-01-05 19:11:38 +0000
committerJörg Bornkessel <hd_brummy@gentoo.org>2015-01-05 19:11:38 +0000
commite0fa046d1385c1f8a7673ade5bf79d3638ff7dfc (patch)
tree9e0c35343bf0ca68f53fe719eef7c6c4f6d54f6b /dev-perl/CryptX
parentAdd iproute2 to system set for bug #189149. (diff)
downloadgentoo-2-e0fa046d1385c1f8a7673ade5bf79d3638ff7dfc.tar.gz
gentoo-2-e0fa046d1385c1f8a7673ade5bf79d3638ff7dfc.tar.bz2
gentoo-2-e0fa046d1385c1f8a7673ade5bf79d3638ff7dfc.zip
bump
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 34C2808A)
Diffstat (limited to 'dev-perl/CryptX')
-rw-r--r--dev-perl/CryptX/ChangeLog9
-rw-r--r--dev-perl/CryptX/CryptX-0.021.ebuild17
2 files changed, 24 insertions, 2 deletions
diff --git a/dev-perl/CryptX/ChangeLog b/dev-perl/CryptX/ChangeLog
index cb4def8f201d..3ca283b19911 100644
--- a/dev-perl/CryptX/ChangeLog
+++ b/dev-perl/CryptX/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/CryptX
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/CryptX/ChangeLog,v 1.3 2014/12/07 13:15:15 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CryptX/ChangeLog,v 1.4 2015/01/05 19:11:38 hd_brummy Exp $
+
+*CryptX-0.021 (05 Jan 2015)
+
+ 05 Jan 2015; Joerg Bornkessel <hd_brummy@gentoo.org> +CryptX-0.021.ebuild:
+ bump
07 Dec 2014; Mikle Kolyada <zlogene@gentoo.org> CryptX-0.006.ebuild,
CryptX-0.012.ebuild:
diff --git a/dev-perl/CryptX/CryptX-0.021.ebuild b/dev-perl/CryptX/CryptX-0.021.ebuild
new file mode 100644
index 000000000000..a1dfdda7a1b2
--- /dev/null
+++ b/dev-perl/CryptX/CryptX-0.021.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CryptX/CryptX-0.021.ebuild,v 1.1 2015/01/05 19:11:38 hd_brummy Exp $
+
+EAPI="5"
+MODULE_AUTHOR="MIK"
+
+inherit perl-module
+
+DESCRIPTION="Self-contained crypto toolkit"
+
+LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="virtual/perl-Module-Build"