summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2008-04-20 16:22:43 +0000
committerMarkus Meier <maekke@gentoo.org>2008-04-20 16:22:43 +0000
commit69e9393c97de58bc7372e6e51c0b1de4e1a33cc3 (patch)
treebcfbfffec50ff119cd498861ce87eb2e995caa5c /x11-plugins
parentremove old (diff)
downloadgentoo-2-69e9393c97de58bc7372e6e51c0b1de4e1a33cc3.tar.gz
gentoo-2-69e9393c97de58bc7372e6e51c0b1de4e1a33cc3.tar.bz2
gentoo-2-69e9393c97de58bc7372e6e51c0b1de4e1a33cc3.zip
x86 stable and remove old, bug #217802
(Portage version: 2.1.5_rc5)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmblob/ChangeLog6
-rw-r--r--x11-plugins/wmblob/wmblob-1.0.1.ebuild43
-rw-r--r--x11-plugins/wmblob/wmblob-1.0.3.ebuild4
3 files changed, 7 insertions, 46 deletions
diff --git a/x11-plugins/wmblob/ChangeLog b/x11-plugins/wmblob/ChangeLog
index 38212ee2a968..6fe703fcc37b 100644
--- a/x11-plugins/wmblob/ChangeLog
+++ b/x11-plugins/wmblob/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/wmblob
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmblob/ChangeLog,v 1.14 2008/04/19 14:23:59 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmblob/ChangeLog,v 1.15 2008/04/20 16:22:43 maekke Exp $
+
+ 20 Apr 2008; Markus Meier <maekke@gentoo.org> -wmblob-1.0.1.ebuild,
+ wmblob-1.0.3.ebuild:
+ x86 stable and remove old, bug #217802
19 Apr 2008; nixnut <nixnut@gentoo.org> wmblob-1.0.3.ebuild:
Stable on ppc wrt bug 217802
diff --git a/x11-plugins/wmblob/wmblob-1.0.1.ebuild b/x11-plugins/wmblob/wmblob-1.0.1.ebuild
deleted file mode 100644
index 1870db1405a5..000000000000
--- a/x11-plugins/wmblob/wmblob-1.0.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmblob/wmblob-1.0.1.ebuild,v 1.10 2007/01/13 09:19:51 beandog Exp $
-
-inherit eutils
-
-IUSE=""
-
-DESCRIPTION="wmblob shows some blobs moving around"
-SRC_URI="http://dockapps.org/download.php/id/440/${P}.tar.bz2"
-HOMEPAGE="http://dockapps.org/file.php/id/155"
-
-DEPEND=">=x11-libs/pango-1.4.0
- >=x11-libs/gtk+-2.4.1
- >=dev-util/pkgconfig-0.15.0
- x11-libs/libXpm"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ppc ~sparc x86"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- # We patch the ./configure script to make it honour Gentoo CFLAGS and the
- # X11 location
- epatch ${FILESDIR}/${PN}-configure-fixes.patch
-}
-
-src_compile() {
- econf --with-x --prefix=/usr GENTOO_CFLAGS="${CFLAGS}" \
- || die "configuration failed"
- emake || die "Compilation failed"
-}
-
-src_install() {
- einstall || die "Installation failed"
-
- dodoc README AUTHORS ChangeLog doc/how_it_works
-
- insinto /usr/share/applications
- doins ${FILESDIR}/${PN}.desktop
-}
diff --git a/x11-plugins/wmblob/wmblob-1.0.3.ebuild b/x11-plugins/wmblob/wmblob-1.0.3.ebuild
index 1227ab15ebb9..998678ffd3c4 100644
--- a/x11-plugins/wmblob/wmblob-1.0.3.ebuild
+++ b/x11-plugins/wmblob/wmblob-1.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmblob/wmblob-1.0.3.ebuild,v 1.4 2008/04/19 14:23:59 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmblob/wmblob-1.0.3.ebuild,v 1.5 2008/04/20 16:22:43 maekke Exp $
inherit autotools multilib
@@ -10,7 +10,7 @@ SRC_URI="mirror://debian/pool/main/w/${PN}/${PN}_${PV}.orig.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ppc ~sparc ~x86"
+KEYWORDS="amd64 ppc ~sparc x86"
IUSE=""
RDEPEND=">=x11-libs/gtk+-2