diff options
author | Christian Hartmann <ian@gentoo.org> | 2006-07-05 13:10:40 +0000 |
---|---|---|
committer | Christian Hartmann <ian@gentoo.org> | 2006-07-05 13:10:40 +0000 |
commit | 24cb160589122a41ffa678781f9a836a26ce3b31 (patch) | |
tree | 3bfeff00777f3aa33cfedba275e09acf5a5cf785 /dev-perl/VCP-autrijus | |
parent | Fixed RDEPEND wrt bug #134781; fixed header (diff) | |
download | historical-24cb160589122a41ffa678781f9a836a26ce3b31.tar.gz historical-24cb160589122a41ffa678781f9a836a26ce3b31.tar.bz2 historical-24cb160589122a41ffa678781f9a836a26ce3b31.zip |
Fixed RDEPEND wrt bug #134781
Package-Manager: portage-2.1.1_pre2-r2
Diffstat (limited to 'dev-perl/VCP-autrijus')
-rw-r--r-- | dev-perl/VCP-autrijus/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/VCP-autrijus/VCP-autrijus-0.9_p20050110-r1.ebuild | 5 | ||||
-rw-r--r-- | dev-perl/VCP-autrijus/VCP-autrijus-0.9_p20050110.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/dev-perl/VCP-autrijus/ChangeLog b/dev-perl/VCP-autrijus/ChangeLog index f5d4f8b137a0..5b433c902c46 100644 --- a/dev-perl/VCP-autrijus/ChangeLog +++ b/dev-perl/VCP-autrijus/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/VCP-autrijus # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/VCP-autrijus/ChangeLog,v 1.6 2006/07/03 00:30:04 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/VCP-autrijus/ChangeLog,v 1.7 2006/07/05 12:56:17 ian Exp $ + + 05 Jul 2006; Christian Hartmann <ian@gentoo.org> + VCP-autrijus-0.9_p20050110.ebuild, VCP-autrijus-0.9_p20050110-r1.ebuild: + Fixed RDEPEND wrt bug #134781 03 Jul 2006; Michael Cummings <mcummings@gentoo.org> VCP-autrijus-0.9_p20050110-r1.ebuild: diff --git a/dev-perl/VCP-autrijus/VCP-autrijus-0.9_p20050110-r1.ebuild b/dev-perl/VCP-autrijus/VCP-autrijus-0.9_p20050110-r1.ebuild index 6e295217c6f3..ec76aefb0eb3 100644 --- a/dev-perl/VCP-autrijus/VCP-autrijus-0.9_p20050110-r1.ebuild +++ b/dev-perl/VCP-autrijus/VCP-autrijus-0.9_p20050110-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/VCP-autrijus/VCP-autrijus-0.9_p20050110-r1.ebuild,v 1.4 2006/07/03 00:30:04 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/VCP-autrijus/VCP-autrijus-0.9_p20050110-r1.ebuild,v 1.5 2006/07/05 12:56:17 ian Exp $ inherit perl-module @@ -18,6 +18,7 @@ DEPEND="dev-perl/Text-Diff dev-perl/HTML-Tree dev-perl/IPC-Run3 dev-perl/PodToHTML" +RDEPEND="${DEPEND}" S="${WORKDIR}/VCP-autrijus-snapshot-0.9-20050110" @@ -25,4 +26,4 @@ S="${WORKDIR}/VCP-autrijus-snapshot-0.9-20050110" # and lots of them seem to be related to p4d (perforce server) # there may be other (more relevant) errors, but they're hard to track # down by such a lot of dump in stdout. -- trapni/2005-04-09. -#SRC_TEST="do" +#SRC_TEST="do"
\ No newline at end of file diff --git a/dev-perl/VCP-autrijus/VCP-autrijus-0.9_p20050110.ebuild b/dev-perl/VCP-autrijus/VCP-autrijus-0.9_p20050110.ebuild index 0319fd73f56d..4f44be4211a1 100644 --- a/dev-perl/VCP-autrijus/VCP-autrijus-0.9_p20050110.ebuild +++ b/dev-perl/VCP-autrijus/VCP-autrijus-0.9_p20050110.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/VCP-autrijus/VCP-autrijus-0.9_p20050110.ebuild,v 1.4 2006/06/12 16:57:07 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/VCP-autrijus/VCP-autrijus-0.9_p20050110.ebuild,v 1.5 2006/07/05 12:56:17 ian Exp $ inherit perl-module @@ -16,6 +16,7 @@ DEPEND="dev-perl/Text-Diff dev-perl/XML-AutoWriter dev-perl/HTML-Tree dev-perl/IPC-Run3" +RDEPEND="${DEPEND}" S="${WORKDIR}/VCP-autrijus-snapshot-0.9-20050110" @@ -23,4 +24,4 @@ S="${WORKDIR}/VCP-autrijus-snapshot-0.9-20050110" # and lots of them seem to be related to p4d (perforce server) # there may be other (more relevant) errors, but they're hard to track # down by such a lot of dump in stdout. -- trapni/2005-04-09. -#SRC_TEST="do" +#SRC_TEST="do"
\ No newline at end of file |