diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-04-08 14:57:39 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-04-08 14:57:39 +0000 |
commit | 12f04c963931ecc8486ae7a0c17307e7abc87cbc (patch) | |
tree | 61099a8efebb8e53df6afc2e48facc6ce5ff0d02 /app-portage | |
parent | Version bump and added a longdescription in metadata. (diff) | |
download | gentoo-2-12f04c963931ecc8486ae7a0c17307e7abc87cbc.tar.gz gentoo-2-12f04c963931ecc8486ae7a0c17307e7abc87cbc.tar.bz2 gentoo-2-12f04c963931ecc8486ae7a0c17307e7abc87cbc.zip |
Version bump of genlop, closes bug 119518, bug 120405, bug 137725, bug 93853, bug 136242, bug 157103, bug 162306
(Portage version: 2.1.2.3)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/genlop/ChangeLog | 9 | ||||
-rw-r--r-- | app-portage/genlop/files/digest-genlop-0.30.6 | 3 | ||||
-rw-r--r-- | app-portage/genlop/genlop-0.30.6.ebuild | 25 |
3 files changed, 36 insertions, 1 deletions
diff --git a/app-portage/genlop/ChangeLog b/app-portage/genlop/ChangeLog index c6ffc81a399a..f5e0aa7152d5 100644 --- a/app-portage/genlop/ChangeLog +++ b/app-portage/genlop/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-portage/genlop # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/genlop/ChangeLog,v 1.47 2007/03/07 19:56:40 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/genlop/ChangeLog,v 1.48 2007/04/08 14:57:39 mcummings Exp $ + +*genlop-0.30.6 (08 Apr 2007) + + 08 Apr 2007; Michael Cummings <mcummings@gentoo.org> + +genlop-0.30.6.ebuild: + Version bump of genlop, closes bug 119518, bug 120405, bug 137725, bug + 93853, bug 136242, bug 157103, bug 162306 07 Mar 2007; Michael Cummings <mcummings@gentoo.org> metadata.xml: Updating metadata diff --git a/app-portage/genlop/files/digest-genlop-0.30.6 b/app-portage/genlop/files/digest-genlop-0.30.6 new file mode 100644 index 000000000000..a43786c553dd --- /dev/null +++ b/app-portage/genlop/files/digest-genlop-0.30.6 @@ -0,0 +1,3 @@ +MD5 7431e5ec5268a76f741dfd44c6386465 genlop-0.30.6.tar.gz 20813 +RMD160 69da9ea196de108b4b68c6b3bb134682d1969639 genlop-0.30.6.tar.gz 20813 +SHA256 f6de612fb52c07ea8a82708e70bf58fc73baa4c6e02a2f1108eed640ed1d88ef genlop-0.30.6.tar.gz 20813 diff --git a/app-portage/genlop/genlop-0.30.6.ebuild b/app-portage/genlop/genlop-0.30.6.ebuild new file mode 100644 index 000000000000..121de42a8782 --- /dev/null +++ b/app-portage/genlop/genlop-0.30.6.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-portage/genlop/genlop-0.30.6.ebuild,v 1.1 2007/04/08 14:57:39 mcummings Exp $ + +inherit bash-completion + +DESCRIPTION="A nice emerge.log parser" +HOMEPAGE="http://pollycoke.org/genlop.html" +SRC_URI="http://gelo.dolcetta.net/software/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=dev-lang/perl-5.8.0-r12 + >=dev-perl/DateManip-5.40" +RDEPEND="${DEPEND}" + +src_install() { + dobin genlop || die + dodoc README Changelog + doman genlop.1 + dobashcompletion genlop.bash-completion genlop +} |