commit: 9c7c40265c938b586b2bdefa7b3d81a248b14fbf Author: Daniel Westermann-Clark <dwc <AT> pobox <DOT> com> AuthorDate: Wed Jul 8 15:43:12 2009 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Thu Jul 2 01:22:25 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=9c7c4026
[rebase-filter: dwc/Apache-LogRegex] Add remaning ebuilds from my perl-other overlay dev-perl/Apache-LogRegex/Apache-LogRegex-1.5.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/dev-perl/Apache-LogRegex/Apache-LogRegex-1.5.ebuild b/dev-perl/Apache-LogRegex/Apache-LogRegex-1.5.ebuild new file mode 100644 index 0000000..e0f60f7 --- /dev/null +++ b/dev-perl/Apache-LogRegex/Apache-LogRegex-1.5.ebuild @@ -0,0 +1,19 @@ +# Copyright Daniel Westermann-Clark <daniel at acceleration dot net> +# Distributed under the terms of the GNU General Public License v2 +# $Header$ + +inherit perl-module + +DESCRIPTION="Parse a line from an Apache logfile into a hash" +HOMEPAGE="http://search.cpan.org/dist/${PN}/" +SRC_URI="mirror://cpan/authors/id/P/PE/PETERHI/${P}.tar.gz" +LICENSE="|| ( Artistic GPL-2 )" + +SLOT="0" +KEYWORDS="amd64 x86" +RESTRICT="nomirror" +SRC_TEST="do" + +IUSE="" +RDEPEND="dev-lang/perl" +DEPEND="${RDEPEND}"