diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-05-01 17:46:14 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-05-01 17:46:14 +0000 |
commit | 45662c7959619e423da38db5994968a692842215 (patch) | |
tree | 597d9b885123767a07ebe3e902dac12176101d8b /dev-perl/Scalar-Properties | |
parent | Version bump. Strip trailing slash from when creating the machine-id symlink ... (diff) | |
download | gentoo-2-45662c7959619e423da38db5994968a692842215.tar.gz gentoo-2-45662c7959619e423da38db5994968a692842215.tar.bz2 gentoo-2-45662c7959619e423da38db5994968a692842215.zip |
Revision bump: EAPI=5
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl/Scalar-Properties')
-rw-r--r-- | dev-perl/Scalar-Properties/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Scalar-Properties/Scalar-Properties-1.100.860-r1.ebuild | 17 |
2 files changed, 25 insertions, 2 deletions
diff --git a/dev-perl/Scalar-Properties/ChangeLog b/dev-perl/Scalar-Properties/ChangeLog index 2e4e66d98f01..f39d313ee885 100644 --- a/dev-perl/Scalar-Properties/ChangeLog +++ b/dev-perl/Scalar-Properties/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Scalar-Properties -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scalar-Properties/ChangeLog,v 1.22 2012/09/01 11:51:15 grobian Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scalar-Properties/ChangeLog,v 1.23 2014/05/01 17:46:14 zlogene Exp $ + +*Scalar-Properties-1.100.860-r1 (01 May 2014) + + 01 May 2014; Mikle Kolyada <zlogene@gentoo.org> + +Scalar-Properties-1.100.860-r1.ebuild: + Revision bump: EAPI=5 01 Sep 2012; Fabian Groffen <grobian@gentoo.org> Scalar-Properties-1.100.860.ebuild: diff --git a/dev-perl/Scalar-Properties/Scalar-Properties-1.100.860-r1.ebuild b/dev-perl/Scalar-Properties/Scalar-Properties-1.100.860-r1.ebuild new file mode 100644 index 000000000000..cdc15773f393 --- /dev/null +++ b/dev-perl/Scalar-Properties/Scalar-Properties-1.100.860-r1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scalar-Properties/Scalar-Properties-1.100.860-r1.ebuild,v 1.1 2014/05/01 17:46:14 zlogene Exp $ + +EAPI=5 + +MODULE_AUTHOR=MARCEL +MODULE_VERSION=1.100860 +inherit perl-module + +DESCRIPTION="run-time properties on scalar variables" + +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="" + +SRC_TEST="do" |