diff options
author | Torsten Veller <tove@gentoo.org> | 2011-04-11 09:10:19 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-04-11 09:10:19 +0000 |
commit | c1cc115619fa3940c4649c2308d8f0f43afd47c6 (patch) | |
tree | ef7d968911c6a58690dc37e937dc10631f011467 /dev-perl/Convert-Binary-C | |
parent | Version bump. Remove old ebuilds (diff) | |
download | gentoo-2-c1cc115619fa3940c4649c2308d8f0f43afd47c6.tar.gz gentoo-2-c1cc115619fa3940c4649c2308d8f0f43afd47c6.tar.bz2 gentoo-2-c1cc115619fa3940c4649c2308d8f0f43afd47c6.zip |
[bump] dev-perl/Convert-Binary-C-0.750.0
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Convert-Binary-C')
-rw-r--r-- | dev-perl/Convert-Binary-C/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Convert-Binary-C/Convert-Binary-C-0.750.0.ebuild | 18 |
2 files changed, 26 insertions, 2 deletions
diff --git a/dev-perl/Convert-Binary-C/ChangeLog b/dev-perl/Convert-Binary-C/ChangeLog index 98cc56efa1fc..699206cb6d76 100644 --- a/dev-perl/Convert-Binary-C/ChangeLog +++ b/dev-perl/Convert-Binary-C/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Convert-Binary-C -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Convert-Binary-C/ChangeLog,v 1.7 2009/05/13 16:41:19 ken69267 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Convert-Binary-C/ChangeLog,v 1.8 2011/04/11 09:10:19 tove Exp $ + +*Convert-Binary-C-0.750.0 (11 Apr 2011) + + 11 Apr 2011; Torsten Veller <tove@gentoo.org> + +Convert-Binary-C-0.750.0.ebuild: + Version bump 13 May 2009; Kenneth Prugh <ken69267@gentoo.org> Convert-Binary-C-0.74.ebuild: diff --git a/dev-perl/Convert-Binary-C/Convert-Binary-C-0.750.0.ebuild b/dev-perl/Convert-Binary-C/Convert-Binary-C-0.750.0.ebuild new file mode 100644 index 000000000000..5d607eaa27ee --- /dev/null +++ b/dev-perl/Convert-Binary-C/Convert-Binary-C-0.750.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Convert-Binary-C/Convert-Binary-C-0.750.0.ebuild,v 1.1 2011/04/11 09:10:19 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=MHX +MODULE_VERSION=0.75 +inherit perl-module + +DESCRIPTION="Binary Data Conversion using C Types" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +MAKEOPTS+=" -j1" +SRC_TEST="do" |