diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-08-15 12:09:30 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-08-15 12:09:30 +0000 |
commit | b00afc40dd53950b8b4b17041538102f6243426b (patch) | |
tree | aadbf8115a8295cd199769a516a84f5dfb073bde | |
parent | fix (diff) | |
download | gentoo-2-b00afc40dd53950b8b4b17041538102f6243426b.tar.gz gentoo-2-b00afc40dd53950b8b4b17041538102f6243426b.tar.bz2 gentoo-2-b00afc40dd53950b8b4b17041538102f6243426b.zip |
moved genlop from app-admin to app-portage
-rw-r--r-- | app-portage/genlop/ChangeLog | 15 | ||||
-rw-r--r-- | app-portage/genlop/Manifest | 3 | ||||
-rw-r--r-- | app-portage/genlop/files/digest-genlop-0.16.1 | 1 | ||||
-rw-r--r-- | app-portage/genlop/genlop-0.16.1.ebuild | 23 |
4 files changed, 42 insertions, 0 deletions
diff --git a/app-portage/genlop/ChangeLog b/app-portage/genlop/ChangeLog new file mode 100644 index 000000000000..ba158dcc553a --- /dev/null +++ b/app-portage/genlop/ChangeLog @@ -0,0 +1,15 @@ +# ChangeLog for app-admin/genlop +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-portage/genlop/ChangeLog,v 1.1 2003/08/15 12:09:30 lanius Exp $ + +*genlop-0.16.1 (15 Aug 2003) + + 15 Aug 2003; Heinrich Wendel <lanius@gentoo.org> genlop-0.16.1.ebuild: + moved from app-admin to app-portage + +*genlop-0.16.1 (14 Jul 2003) + + 14 Jul 2003; Michael Cummings <mcummings@gentoo.org> genlop-0.16.1.ebuild: + Ebuild submitted in bug 21970 by Antonio Dolcetta (zagarna@yahoo.com), tool + written by giorgio@pollycoke.org + diff --git a/app-portage/genlop/Manifest b/app-portage/genlop/Manifest new file mode 100644 index 000000000000..44f5b0def72f --- /dev/null +++ b/app-portage/genlop/Manifest @@ -0,0 +1,3 @@ +MD5 cb2e502fcfd95eef84a07486db31664c genlop-0.16.1.ebuild 584 +MD5 dd82aaea390984f5563bcb8314eeb6d4 ChangeLog 580 +MD5 1addca123f468770ccbfecb020ee0849 files/digest-genlop-0.16.1 64 diff --git a/app-portage/genlop/files/digest-genlop-0.16.1 b/app-portage/genlop/files/digest-genlop-0.16.1 new file mode 100644 index 000000000000..a155409bf371 --- /dev/null +++ b/app-portage/genlop/files/digest-genlop-0.16.1 @@ -0,0 +1 @@ +MD5 36a6bf1f0a58f9a65b0f2fafc23f894d genlop-0.16.1.tar.gz 10085 diff --git a/app-portage/genlop/genlop-0.16.1.ebuild b/app-portage/genlop/genlop-0.16.1.ebuild new file mode 100644 index 000000000000..1a81ebdaa3f8 --- /dev/null +++ b/app-portage/genlop/genlop-0.16.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-portage/genlop/genlop-0.16.1.ebuild,v 1.1 2003/08/15 12:09:30 lanius Exp $ + +DESCRIPTION="A nice emerge.log parser" +HOMEPAGE="http://freshmeat.net/projects/genlop/" + +SRC_URI="http://pollycoke.org/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~sparc ~alpha ~ppc" +S=${WORKDIR}/${P} + +DEPEND="sys-apps/tar + sys-apps/gzip" +RDEPEND=">=dev-lang/perl-5.8.0-r10" + +RESTRICT="nostrip" + +src_install() { + dobin genlop + dodoc README +} |