summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-01-19 17:54:09 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-01-19 17:54:09 +0000
commit8d4fd3d490b49ad566198acaac37b084502bb110 (patch)
tree5386eaacba4b9ed9b126ac912cba45aaa42ccdd3 /dev-perl/YAML-Parser-Syck
parentversion bump (diff)
downloadhistorical-8d4fd3d490b49ad566198acaac37b084502bb110.tar.gz
historical-8d4fd3d490b49ad566198acaac37b084502bb110.tar.bz2
historical-8d4fd3d490b49ad566198acaac37b084502bb110.zip
Ebuild maintenance
Package-Manager: portage-2.1.2_rc4-r8
Diffstat (limited to 'dev-perl/YAML-Parser-Syck')
-rw-r--r--dev-perl/YAML-Parser-Syck/ChangeLog8
-rw-r--r--dev-perl/YAML-Parser-Syck/YAML-Parser-Syck-0.01.ebuild8
2 files changed, 9 insertions, 7 deletions
diff --git a/dev-perl/YAML-Parser-Syck/ChangeLog b/dev-perl/YAML-Parser-Syck/ChangeLog
index 8cf5b0e41795..d6ee7558ac58 100644
--- a/dev-perl/YAML-Parser-Syck/ChangeLog
+++ b/dev-perl/YAML-Parser-Syck/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/YAML-Parser-Syck
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/YAML-Parser-Syck/ChangeLog,v 1.7 2006/11/29 12:21:29 yuval Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/YAML-Parser-Syck/ChangeLog,v 1.8 2007/01/19 17:53:28 mcummings Exp $
+
+ 19 Jan 2007; Michael Cummings <mcummings@gentoo.org>
+ YAML-Parser-Syck-0.01.ebuild:
+ Ebuild maintenance
29 Nov 2006; Yuval Yaari <yuval@gentoo.org> YAML-Parser-Syck-0.01.ebuild:
Removed wrong dep on ruby, bug #152048
diff --git a/dev-perl/YAML-Parser-Syck/YAML-Parser-Syck-0.01.ebuild b/dev-perl/YAML-Parser-Syck/YAML-Parser-Syck-0.01.ebuild
index b8d65dc99b40..5fdc72267ecf 100644
--- a/dev-perl/YAML-Parser-Syck/YAML-Parser-Syck-0.01.ebuild
+++ b/dev-perl/YAML-Parser-Syck/YAML-Parser-Syck-0.01.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/YAML-Parser-Syck/YAML-Parser-Syck-0.01.ebuild,v 1.7 2006/11/29 12:21:29 yuval Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/YAML-Parser-Syck/YAML-Parser-Syck-0.01.ebuild,v 1.8 2007/01/19 17:53:28 mcummings Exp $
inherit perl-module
DESCRIPTION="Perl Wrapper for the YAML Parser Extension: libsyck"
-HOMEPAGE="http://search.cpan.org/~ingy/${P}/"
+HOMEPAGE="http://search.cpan.org/~ingy/"
SRC_URI="mirror://cpan/authors/id/I/IN/INGY/${P}.tar.gz"
LICENSE="Artistic"
@@ -17,5 +17,3 @@ SRC_TEST="do"
DEPEND="dev-libs/syck
dev-lang/perl"
-RDEPEND="${DEPEND}"
-