diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2014-04-07 20:00:30 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2014-04-07 20:00:30 +0000 |
commit | 83fa68ea4023e0d5adb2989daa8df0c37d735782 (patch) | |
tree | 73626a2fe33ca95572bb5f9bd1beecaaacf400b5 /x11-plugins | |
parent | Use EAPI5 instead of EAPI1. (diff) | |
download | gentoo-2-83fa68ea4023e0d5adb2989daa8df0c37d735782.tar.gz gentoo-2-83fa68ea4023e0d5adb2989daa8df0c37d735782.tar.bz2 gentoo-2-83fa68ea4023e0d5adb2989daa8df0c37d735782.zip |
old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmfire/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmfire/wmfire-1.2.3.ebuild | 41 | ||||
-rw-r--r-- | x11-plugins/wmfire/wmfire-1.2.4-r1.ebuild | 41 |
3 files changed, 6 insertions, 84 deletions
diff --git a/x11-plugins/wmfire/ChangeLog b/x11-plugins/wmfire/ChangeLog index fad15cd741ec..57e341ecf063 100644 --- a/x11-plugins/wmfire/ChangeLog +++ b/x11-plugins/wmfire/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmfire -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfire/ChangeLog,v 1.25 2012/07/29 18:37:19 armin76 Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfire/ChangeLog,v 1.26 2014/04/07 20:00:29 ssuominen Exp $ + + 07 Apr 2014; Samuli Suominen <ssuominen@gentoo.org> -wmfire-1.2.3.ebuild, + -wmfire-1.2.4-r1.ebuild: + old 29 Jul 2012; Raúl Porcel <armin76@gentoo.org> wmfire-1.2.3.ebuild, wmfire-1.2.4-r1.ebuild, wmfire-1.2.4-r2.ebuild: diff --git a/x11-plugins/wmfire/wmfire-1.2.3.ebuild b/x11-plugins/wmfire/wmfire-1.2.3.ebuild deleted file mode 100644 index c8eaa50e050e..000000000000 --- a/x11-plugins/wmfire/wmfire-1.2.3.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfire/wmfire-1.2.3.ebuild,v 1.8 2012/07/29 18:37:19 armin76 Exp $ - -EAPI="1" - -inherit eutils - -DESCRIPTION="Load monitoring dockapp displaying dancing flame." -HOMEPAGE="http://www.swanson.ukfsn.org/#wmfire" -SRC_URI="http://www.swanson.ukfsn.org/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="session" - -RDEPEND="x11-libs/gtk+:2 - >=gnome-base/libgtop-2 - x11-libs/libX11 - x11-libs/libXext - session? ( x11-libs/libSM - x11-libs/libICE )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-stringh.patch -} - -src_compile() { - econf $(use_enable session) - emake || die "emake failed." -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc ALL_I_GET_IS_A_GREY_BOX AUTHORS ChangeLog NEWS README -} diff --git a/x11-plugins/wmfire/wmfire-1.2.4-r1.ebuild b/x11-plugins/wmfire/wmfire-1.2.4-r1.ebuild deleted file mode 100644 index 51248be2dbcd..000000000000 --- a/x11-plugins/wmfire/wmfire-1.2.4-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfire/wmfire-1.2.4-r1.ebuild,v 1.6 2012/07/29 18:37:19 armin76 Exp $ - -EAPI=2 -inherit autotools eutils - -DESCRIPTION="Load monitoring dockapp displaying dancing flame." -HOMEPAGE="http://www.swanson.ukfsn.org/#wmfire" -SRC_URI="http://www.swanson.ukfsn.org/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="session" - -RDEPEND="x11-libs/gtk+:2 - gnome-base/libgtop:2 - x11-libs/libX11 - x11-libs/libXext - session? ( x11-libs/libSM - x11-libs/libICE )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-1.2.3-stringh.patch - epatch "${FILESDIR}"/${P}-no_display.patch - eautoreconf -} - -src_configure() { - econf \ - --disable-dependency-tracking \ - $(use_enable session) -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc ALL_I_GET_IS_A_GREY_BOX AUTHORS ChangeLog NEWS README -} |