ssuominen 14/04/07 19:45:04
Modified: fsviewer-0.2.5.ebuild fsviewer-0.2.6.ebuild
ChangeLog
Log:
Use EAPI5 instead of EAPI1.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
4868F14D)
Revision Changes Path
1.14 x11-plugins/fsviewer/fsviewer-0.2.5.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/fsviewer/fsviewer-0.2.5.ebuild?rev=1.14&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/fsviewer/fsviewer-0.2.5.ebuild?rev=1.14&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/fsviewer/fsviewer-0.2.5.ebuild?r1=1.13&r2=1.14
Index: fsviewer-0.2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/fsviewer/fsviewer-0.2.5.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- fsviewer-0.2.5.ebuild 11 Jul 2012 22:06:05 -0000 1.13
+++ fsviewer-0.2.5.ebuild 7 Apr 2014 19:45:04 -0000 1.14
@@ -1,9 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/x11-plugins/fsviewer/fsviewer-0.2.5.ebuild,v 1.13
2012/07/11 22:06:05 voyageur Exp $
-
-EAPI=1
+# $Header:
/var/cvsroot/gentoo-x86/x11-plugins/fsviewer/fsviewer-0.2.5.ebuild,v 1.14
2014/04/07 19:45:04 ssuominen Exp $
+EAPI=5
inherit eutils
MY_PN=FSViewer
@@ -17,15 +16,14 @@
KEYWORDS="amd64 ppc x86"
IUSE=""
-DEPEND="
- dev-libs/expat
+RDEPEND="dev-libs/expat
media-libs/tiff:0
media-libs/giflib
media-libs/libpng:0
media-libs/fontconfig
media-libs/freetype
sys-libs/zlib
- virtual/jpeg
+ virtual/jpeg:0
x11-libs/libproplist
x11-libs/libSM
x11-libs/libICE
@@ -41,22 +39,18 @@
x11-proto/xextproto
x11-proto/xproto
<x11-wm/windowmaker-0.95.0"
-RDEPEND=${DEPEND}
+DEPEND=${RDEPEND}
S=${WORKDIR}/${MY_PN}.app-${PV}
-src_unpack() {
- unpack ${A}
- cd "${S}"
+DOCS=""
+
+src_prepare() {
epatch "${FILESDIR}"/${P}-windowmaker.patch
}
-src_compile() {
- econf --with-appspath=/usr/lib/GNUstep \
+src_configure() {
+ econf \
+ --with-appspath=/usr/lib/GNUstep \
--with-extralibs=-lXft
- emake || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
}
1.3 x11-plugins/fsviewer/fsviewer-0.2.6.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/fsviewer/fsviewer-0.2.6.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/fsviewer/fsviewer-0.2.6.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/fsviewer/fsviewer-0.2.6.ebuild?r1=1.2&r2=1.3
Index: fsviewer-0.2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/fsviewer/fsviewer-0.2.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fsviewer-0.2.6.ebuild 11 Jul 2012 22:06:05 -0000 1.2
+++ fsviewer-0.2.6.ebuild 7 Apr 2014 19:45:04 -0000 1.3
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/x11-plugins/fsviewer/fsviewer-0.2.6.ebuild,v 1.2
2012/07/11 22:06:05 voyageur Exp $
+# $Header:
/var/cvsroot/gentoo-x86/x11-plugins/fsviewer/fsviewer-0.2.6.ebuild,v 1.3
2014/04/07 19:45:04 ssuominen Exp $
-EAPI=4
+EAPI=5
inherit autotools eutils multilib
MY_P=${PN}-app-${PV}
@@ -26,6 +26,8 @@
S=${WORKDIR}/${MY_P}
+DOCS="AUTHORS ChangeLog NEWS README"
+
src_prepare() {
epatch "${FILESDIR}"/${P}-wmaker-0.95_support.patch
eautoreconf
@@ -38,7 +40,6 @@
}
src_install() {
- emake DESTDIR="${D}" install
+ default
dosym /usr/$(get_libdir)/GNUstep/FSViewer.app/FSViewer /usr/bin/FSViewer
- dodoc AUTHORS ChangeLog NEWS README
}
1.22 x11-plugins/fsviewer/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/fsviewer/ChangeLog?rev=1.22&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/fsviewer/ChangeLog?rev=1.22&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/fsviewer/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/fsviewer/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 11 Jul 2012 22:06:05 -0000 1.21
+++ ChangeLog 7 Apr 2014 19:45:04 -0000 1.22
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/fsviewer
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/fsviewer/ChangeLog,v 1.21
2012/07/11 22:06:05 voyageur Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/fsviewer/ChangeLog,v 1.22
2014/04/07 19:45:04 ssuominen Exp $
+
+ 07 Apr 2014; Samuli Suominen <[email protected]> fsviewer-0.2.5.ebuild,
+ fsviewer-0.2.6.ebuild:
+ Use EAPI5 instead of EAPI1.
11 Jul 2012; Bernard Cafarelli <[email protected]> fsviewer-0.2.5.ebuild,
fsviewer-0.2.6.ebuild, +files/fsviewer-0.2.6-wmaker-0.95_support.patch: