diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-01-19 14:47:31 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-01-19 14:47:31 +0000 |
commit | 3482b715372f7a4cce6193325277a8873c3313b6 (patch) | |
tree | d10f98dfd7807bc06ed1c8eaaf4276e3274461f6 /x11-plugins/wmblob | |
parent | export CXX to call the correct one and not g++ directly, thanks again to Pave... (diff) | |
download | gentoo-2-3482b715372f7a4cce6193325277a8873c3313b6.tar.gz gentoo-2-3482b715372f7a4cce6193325277a8873c3313b6.tar.bz2 gentoo-2-3482b715372f7a4cce6193325277a8873c3313b6.zip |
Version bump.
(Portage version: 2.1.4)
Diffstat (limited to 'x11-plugins/wmblob')
-rw-r--r-- | x11-plugins/wmblob/ChangeLog | 9 | ||||
-rw-r--r-- | x11-plugins/wmblob/files/digest-wmblob-1.0.3 | 3 | ||||
-rw-r--r-- | x11-plugins/wmblob/wmblob-1.0.3.ebuild | 31 |
3 files changed, 41 insertions, 2 deletions
diff --git a/x11-plugins/wmblob/ChangeLog b/x11-plugins/wmblob/ChangeLog index 7b00a3609c4a..74cde91b9525 100644 --- a/x11-plugins/wmblob/ChangeLog +++ b/x11-plugins/wmblob/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-plugins/wmblob -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmblob/ChangeLog,v 1.10 2007/01/13 09:19:51 beandog Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmblob/ChangeLog,v 1.11 2008/01/19 14:47:31 drac Exp $ + +*wmblob-1.0.3 (19 Jan 2008) + + 19 Jan 2008; Samuli Suominen <drac@gentoo.org> +wmblob-1.0.3.ebuild: + Version bump. 13 Jan 2007; Steve Dibb <beandog@gentoo.org> wmblob-1.0.1.ebuild: Added ~amd64, bug 161748 diff --git a/x11-plugins/wmblob/files/digest-wmblob-1.0.3 b/x11-plugins/wmblob/files/digest-wmblob-1.0.3 new file mode 100644 index 000000000000..7b91e71c2c51 --- /dev/null +++ b/x11-plugins/wmblob/files/digest-wmblob-1.0.3 @@ -0,0 +1,3 @@ +MD5 c1edd3b275d8cdbf00d75d5d4bf8bcbe wmblob_1.0.3.orig.tar.gz 180039 +RMD160 b27b752a4484681a379f9f08f4d63769d10b574f wmblob_1.0.3.orig.tar.gz 180039 +SHA256 d26850fe15e444817ed9996663427bd933a74d4e5591008a5a7c39d21e2583b2 wmblob_1.0.3.orig.tar.gz 180039 diff --git a/x11-plugins/wmblob/wmblob-1.0.3.ebuild b/x11-plugins/wmblob/wmblob-1.0.3.ebuild new file mode 100644 index 000000000000..706ed7bde5bf --- /dev/null +++ b/x11-plugins/wmblob/wmblob-1.0.3.ebuild @@ -0,0 +1,31 @@ +# 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.1 2008/01/19 14:47:31 drac Exp $ + +DESCRIPTION="a fancy but useless dockapp with moving blobs." +HOMEPAGE="http://freshmeat.net/projects/wmblob" +SRC_URI="mirror://debian/pool/main/w/${PN}/${PN}_${PV}.orig.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND=">=x11-libs/gtk+-2 + x11-libs/libX11 + x11-libs/libXpm + x11-libs/libXext" +DEPEND="${RDEPEND} + dev-util/pkgconfig + x11-proto/xextproto + x11-libs/libXt" + +src_unpack() { + unpack ${A} + sed -i -e "s:-O2:${CFLAGS}:g" "${S}"/configure +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed." + dodoc AUTHORS ChangeLog NEWS README doc/how_it_works +} |