# ChangeLog for dev-perl/yaml
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/ChangeLog,v 1.43 2006/07/10 23:50:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/ChangeLog,v 1.44 2006/08/06 03:16:36 mcummings Exp $
+
+ 06 Aug 2006; Michael Cummings <mcummings@gentoo.org> yaml-0.35.ebuild,
+ yaml-0.36.ebuild, yaml-0.39.ebuild, yaml-0.51.ebuild, yaml-0.53.ebuild,
+ yaml-0.58.ebuild, yaml-0.60.ebuild, yaml-0.62.ebuild:
+ Adding perl dep; fixed header; fixed DEPEND
10 Jul 2006; Aron Griffis <agriffis@gentoo.org> yaml-0.58.ebuild:
Mark 0.58 stable on ia64
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.35.ebuild,v 1.18 2005/03/18 23:48:42 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.35.ebuild,v 1.19 2006/08/06 03:16:36 mcummings Exp $
inherit perl-module
src_compile() {
echo "" | perl-module_src_compile
}
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.36.ebuild,v 1.11 2005/09/08 21:38:46 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.36.ebuild,v 1.12 2006/08/06 03:16:36 mcummings Exp $
inherit perl-module
src_compile() {
echo "" | perl-module_src_compile
}
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.39.ebuild,v 1.10 2006/03/17 20:35:30 chriswhite Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.39.ebuild,v 1.11 2006/08/06 03:16:36 mcummings Exp $
inherit perl-module
KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
IUSE=""
-DEPEND=">=virtual/perl-Test-Simple-0.54"
+DEPEND=">=virtual/perl-Test-Simple-0.54
+ dev-lang/perl"
+RDEPEND="${DEPEND}"
SRC_TEST="do"
src_compile() {
echo "" | perl-module_src_compile
}
+
+
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.51.ebuild,v 1.5 2006/06/12 17:02:38 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.51.ebuild,v 1.6 2006/08/06 03:16:36 mcummings Exp $
inherit perl-module
IUSE=""
DEPEND=">=virtual/perl-Test-Simple-0.62
- >=dev-perl/Test-Base-0.46
+ >=dev-perl/Test-Base-0.46
>=dev-perl/Spiffy-0.26
>=dev-lang/perl-5.6.1"
+RDEPEND="${DEPEND}"
SRC_TEST="do"
src_compile() {
echo "" | perl-module_src_compile
}
+
+
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.53.ebuild,v 1.4 2006/06/12 17:02:38 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.53.ebuild,v 1.5 2006/08/06 03:16:36 mcummings Exp $
inherit perl-module
IUSE=""
DEPEND=">=virtual/perl-Test-Simple-0.62
- >=dev-perl/Test-Base-0.47
+ >=dev-perl/Test-Base-0.47
>=dev-perl/Class-Spiffy-0.12
>=dev-lang/perl-5.6.1"
+RDEPEND="${DEPEND}"
SRC_TEST="do"
src_compile() {
echo "" | perl-module_src_compile
}
+
+
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.58.ebuild,v 1.10 2006/07/10 23:50:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.58.ebuild,v 1.11 2006/08/06 03:16:36 mcummings Exp $
inherit perl-module
KEYWORDS="~alpha ~amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~x86-fbsd"
IUSE="test"
-DEPEND="test? ( >=dev-perl/Test-Base-0.49 ) "
+DEPEND="test? ( >=dev-perl/Test-Base-0.49 )
+ dev-lang/perl"
+RDEPEND="dev-lang/perl"
SRC_TEST="do"
src_compile() {
echo "" | perl-module_src_compile
}
+
+
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.60.ebuild,v 1.2 2006/07/03 01:34:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.60.ebuild,v 1.3 2006/08/06 03:16:36 mcummings Exp $
inherit perl-module
src_compile() {
echo "" | perl-module_src_compile
}
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.62.ebuild,v 1.1 2006/07/05 13:12:50 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.62.ebuild,v 1.2 2006/08/06 03:16:36 mcummings Exp $
inherit perl-module
src_compile() {
echo "" | perl-module_src_compile
}
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"