jlec 15/02/20 14:54:08 Modified: metadata.xml ChangeLog Added: viewglob-2.0.4-r1.ebuild Log: Bump to EAPI=5 and fix underlinking problem, #512478 & #540802 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.3 x11-misc/viewglob/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/viewglob/metadata.xml?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/viewglob/metadata.xml?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/viewglob/metadata.xml?r1=1.2&r2=1.3 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/viewglob/metadata.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- metadata.xml 14 Jun 2007 14:16:02 -0000 1.2 +++ metadata.xml 20 Feb 2015 14:54:08 -0000 1.3 @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>shell-tools</herd> - <longdescription lang="en"> + <herd>shell-tools</herd> + <longdescription lang="en"> Viewglob is a package that graphically displays the results of a shell glob, helping beginners of shell usage become acclimitised to filename generation. In addition, it acts as a basic replacement for ls, by @@ -10,4 +10,3 @@ and helper files and documentation are provided. </longdescription> </pkgmetadata> - 1.19 x11-misc/viewglob/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/viewglob/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/viewglob/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/viewglob/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/viewglob/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 5 May 2012 04:53:54 -0000 1.18 +++ ChangeLog 20 Feb 2015 14:54:08 -0000 1.19 @@ -1,6 +1,13 @@ # ChangeLog for x11-misc/viewglob -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/viewglob/ChangeLog,v 1.18 2012/05/05 04:53:54 jdhore Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/viewglob/ChangeLog,v 1.19 2015/02/20 14:54:08 jlec Exp $ + +*viewglob-2.0.4-r1 (20 Feb 2015) + + 20 Feb 2015; Justin Lecher <[email protected]> +files/README.gentoo, + +files/viewglob-2.0.4-underlinking.patch, +viewglob-2.0.4-r1.ebuild, + metadata.xml: + Bump to EAPI=5 and fix underlinking problem, #512478 & #540802 05 May 2012; Jeff Horelick <[email protected]> viewglob-2.0.4.ebuild: dev-util/pkgconfig -> virtual/pkgconfig @@ -61,4 +68,3 @@ +viewglob-2.0.2.ebuild: Initial import, resolves bug 63484. Thanks to Stephen Bach <[email protected]> for the submission. - 1.1 x11-misc/viewglob/viewglob-2.0.4-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/viewglob/viewglob-2.0.4-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/viewglob/viewglob-2.0.4-r1.ebuild?rev=1.1&content-type=text/plain Index: viewglob-2.0.4-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/viewglob/viewglob-2.0.4-r1.ebuild,v 1.1 2015/02/20 14:54:08 jlec Exp $ EAPI=5 AUTOTOOLS_AUTORECONF=yes inherit autotools-utils readme.gentoo DESCRIPTION="Graphical display of directories and globs referenced at the shell prompt" HOMEPAGE="http://viewglob.sourceforge.net/" SRC_URI="mirror://sourceforge/viewglob/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" RDEPEND=" dev-libs/glib x11-libs/gtk+:2 || ( app-shells/bash app-shells/zsh )" DEPEND="${RDEPEND} virtual/pkgconfig" PATCHES=( "${FILESDIR}"/${P}-underlinking.patch ) src_install() { autotools-utils_src_install readme.gentoo_src_install }
