diff options
author | Torsten Veller <tove@gentoo.org> | 2009-03-13 22:10:51 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-03-13 22:10:51 +0000 |
commit | fe748cb753ed2f80e30147024cbd7bf236c88a1f (patch) | |
tree | 408a7f1e39a45cb5e4486543541bd9393e4b9e8b /perl-core/Sys-Syslog | |
parent | Marked ppc stable for bug #255573. (diff) | |
download | historical-fe748cb753ed2f80e30147024cbd7bf236c88a1f.tar.gz historical-fe748cb753ed2f80e30147024cbd7bf236c88a1f.tar.bz2 historical-fe748cb753ed2f80e30147024cbd7bf236c88a1f.zip |
Cleanup
Package-Manager: portage-2.2_rc24/cvs/Linux i686
Diffstat (limited to 'perl-core/Sys-Syslog')
-rw-r--r-- | perl-core/Sys-Syslog/ChangeLog | 8 | ||||
-rw-r--r-- | perl-core/Sys-Syslog/Sys-Syslog-0.13.ebuild | 18 | ||||
-rw-r--r-- | perl-core/Sys-Syslog/Sys-Syslog-0.17.ebuild | 19 | ||||
-rw-r--r-- | perl-core/Sys-Syslog/Sys-Syslog-0.26.ebuild | 18 |
4 files changed, 6 insertions, 57 deletions
diff --git a/perl-core/Sys-Syslog/ChangeLog b/perl-core/Sys-Syslog/ChangeLog index 077233cfaf5a..6efefdbf27c3 100644 --- a/perl-core/Sys-Syslog/ChangeLog +++ b/perl-core/Sys-Syslog/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/Sys-Syslog -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Sys-Syslog/ChangeLog,v 1.26 2008/10/11 08:17:59 tove Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Sys-Syslog/ChangeLog,v 1.27 2009/03/13 21:48:38 tove Exp $ + + 13 Mar 2009; Torsten Veller <tove@gentoo.org> -Sys-Syslog-0.13.ebuild, + -Sys-Syslog-0.17.ebuild, -Sys-Syslog-0.26.ebuild: + Cleanup *Sys-Syslog-0.27 (11 Oct 2008) diff --git a/perl-core/Sys-Syslog/Sys-Syslog-0.13.ebuild b/perl-core/Sys-Syslog/Sys-Syslog-0.13.ebuild deleted file mode 100644 index fb66a477f0c7..000000000000 --- a/perl-core/Sys-Syslog/Sys-Syslog-0.13.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Sys-Syslog/Sys-Syslog-0.13.ebuild,v 1.5 2006/08/04 13:31:15 mcummings Exp $ - -inherit perl-module - -DESCRIPTION="Provides same functionality as BSD syslog" -HOMEPAGE="http://search.cpan.org/search?query=${PN}" -SRC_URI="mirror://cpan/authors/id/S/SA/SAPER/${P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="ppc sparc ~x86" -IUSE="" - -SRC_TEST="do" - -DEPEND="dev-lang/perl" diff --git a/perl-core/Sys-Syslog/Sys-Syslog-0.17.ebuild b/perl-core/Sys-Syslog/Sys-Syslog-0.17.ebuild deleted file mode 100644 index 2c441f2ec25a..000000000000 --- a/perl-core/Sys-Syslog/Sys-Syslog-0.17.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Sys-Syslog/Sys-Syslog-0.17.ebuild,v 1.7 2006/10/01 20:05:54 jer Exp $ - -inherit perl-module - -DESCRIPTION="Provides same functionality as BSD syslog" -HOMEPAGE="http://search.cpan.org/search?query=${PN}" -SRC_URI="mirror://cpan/authors/id/S/SA/SAPER/${P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~mips ~ppc ~ppc64 sparc ~x86" -IUSE="" - -# Tests disabled - they attempt to verify on the live system -#SRC_TEST="do" - -DEPEND="dev-lang/perl" diff --git a/perl-core/Sys-Syslog/Sys-Syslog-0.26.ebuild b/perl-core/Sys-Syslog/Sys-Syslog-0.26.ebuild deleted file mode 100644 index d9957d8ee332..000000000000 --- a/perl-core/Sys-Syslog/Sys-Syslog-0.26.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Sys-Syslog/Sys-Syslog-0.26.ebuild,v 1.1 2008/08/24 08:02:00 tove Exp $ - -MODULE_AUTHOR=SAPER -inherit perl-module - -DESCRIPTION="Provides same functionality as BSD syslog" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" -IUSE="" - -DEPEND="dev-lang/perl" - -# Tests disabled - they attempt to verify on the live system -#SRC_TEST="do" |