Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Andrey Kislyuk (weaver)" <weaver@g.o>
|
|
Subject:
|
gentoo-x86 commit in dev-perl/Convert-Binary-C: ChangeLog Convert-Binary-C-0.73.ebuild Convert-Binary-C-0.71.ebuild
|
|
Date:
|
Wed, 08 Apr 2009 16:12:17 +0000
|
|
weaver 09/04/08 16:12:17
Modified: ChangeLog
Added: Convert-Binary-C-0.73.ebuild
Removed: Convert-Binary-C-0.71.ebuild
Log:
New package, dependency of sci-biology/bioperl
(Portage version: 2.2_rc20/cvs/Linux 2.6.26-gentoo-r4 x86_64)
Revision Changes Path
1.2 dev-perl/Convert-Binary-C/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Convert-Binary-C/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Convert-Binary-C/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Convert-Binary-C/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Convert-Binary-C/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 8 Apr 2009 16:07:08 -0000 1.1
+++ ChangeLog 8 Apr 2009 16:12:17 -0000 1.2
@@ -1,10 +1,10 @@
# 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.1 2009/04/08 16:07:08 weaver Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Convert-Binary-C/ChangeLog,v 1.2 2009/04/08 16:12:17 weaver Exp $
-*Convert-Binary-C-0.71 (08 Apr 2009)
+*Convert-Binary-C-0.73 (08 Apr 2009)
- 08 Apr 2009; Andrey Kislyuk <weaver@g.o> +metadata.xml,
- +Convert-Binary-C-0.71.ebuild:
+ 08 Apr 2009; Andrey Kislyuk <weaver@g.o>
+ -Convert-Binary-C-0.71.ebuild, +Convert-Binary-C-0.73.ebuild:
New package, dependency of sci-biology/bioperl. Ebuild written by me.
1.1 dev-perl/Convert-Binary-C/Convert-Binary-C-0.73.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Convert-Binary-C/Convert-Binary-C-0.73.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Convert-Binary-C/Convert-Binary-C-0.73.ebuild?rev=1.1&content-type=text/plain
Index: Convert-Binary-C-0.73.ebuild
===================================================================
# Copyright 1999-2009 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.73.ebuild,v 1.1 2009/04/08 16:12:17 weaver Exp $
EAPI=2
MODULE_AUTHOR=MHX
inherit perl-module
DESCRIPTION="Binary Data Conversion using C Types"
HOMEPAGE="http://search.cpan.org/~mhx/Convert-Binary-C-0.71/lib/Convert/Binary/C.pm"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
SRC_TEST="do"
DEPEND=""
RDEPEND=""
|
|