fuzzyray    15/02/25 21:12:43

  Modified:             ChangeLog
  Added:                genlop-0.30.10-r1.ebuild
  Log:
  Revision bump to fix genlop -r with new portage sync code (Bug 540050).
  Remove uneeded patches.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0x6E1CBA7B)

Revision  Changes    Path
1.95                 app-portage/genlop/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/genlop/ChangeLog?rev=1.95&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/genlop/ChangeLog?rev=1.95&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/genlop/ChangeLog?r1=1.94&r2=1.95

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/genlop/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog   2 Jan 2015 22:32:49 -0000       1.94
+++ ChangeLog   25 Feb 2015 21:12:42 -0000      1.95
@@ -1,6 +1,14 @@
 # ChangeLog for app-portage/genlop
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/genlop/ChangeLog,v 1.94 
2015/01/02 22:32:49 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/genlop/ChangeLog,v 1.95 
2015/02/25 21:12:42 fuzzyray Exp $
+
+*genlop-0.30.10-r1 (25 Feb 2015)
+
+  25 Feb 2015; Paul Varner <[email protected]> +genlop-0.30.10-r1.ebuild,
+  -files/genlop-0.30.8-compiling-category.patch,
+  -files/genlop-0.30.8-version.patch, +files/genlop-0.30.10-sync.patch:
+  Revision bump to fix genlop -r with new portage sync code (Bug 540050).
+  Remove uneeded patches.
 
   02 Jan 2015; Michał Górny <[email protected]> -genlop-0.30.8-r2.ebuild,
   -genlop-0.30.9.ebuild:



1.1                  app-portage/genlop/genlop-0.30.10-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/genlop/genlop-0.30.10-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/genlop/genlop-0.30.10-r1.ebuild?rev=1.1&content-type=text/plain

Index: genlop-0.30.10-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-portage/genlop/genlop-0.30.10-r1.ebuild,v 1.1 
2015/02/25 21:12:42 fuzzyray Exp $

EAPI=5

inherit base bash-completion-r1

DESCRIPTION="A nice emerge.log parser"
HOMEPAGE="http://www.gentoo.org/proj/en/perl";
SRC_URI="http://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.gz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""

DEPEND="dev-lang/perl
         dev-perl/DateManip
         dev-perl/libwww-perl"
RDEPEND="${DEPEND}"

# Populate the patches array for any patches for -rX releases
PATCHES=( "${FILESDIR}"/${P}-sync.patch )

src_install() {
        dobin genlop
        dodoc README Changelog
        doman genlop.1
        newbashcomp genlop.bash-completion genlop
}




Reply via email to