diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-10-15 19:01:10 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-10-15 19:01:10 +0000 |
commit | e53306a3d8f76c42cb67037b93f4d6865c315ca8 (patch) | |
tree | 93b44de863ef5cb1dfdf4303b8feaafe3a90dc4d /x11-misc | |
parent | Version bump, and pulseaudio plugins are now in gst-plugins-good, fixes bug #... (diff) | |
download | historical-e53306a3d8f76c42cb67037b93f4d6865c315ca8.tar.gz historical-e53306a3d8f76c42cb67037b93f4d6865c315ca8.tar.bz2 historical-e53306a3d8f76c42cb67037b93f4d6865c315ca8.zip |
Add new revision respecting CFLAGS and LDFLAGS properly (rewriting the Makefile).
Package-Manager: portage-2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xsimpsons/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/xsimpsons/Manifest | 13 | ||||
-rw-r--r-- | x11-misc/xsimpsons/xsimpsons-0.1-r1.ebuild | 41 |
3 files changed, 61 insertions, 2 deletions
diff --git a/x11-misc/xsimpsons/ChangeLog b/x11-misc/xsimpsons/ChangeLog index c3cb93d6d6ef..6d6e3219e750 100644 --- a/x11-misc/xsimpsons/ChangeLog +++ b/x11-misc/xsimpsons/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-misc/xsimpsons # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsimpsons/ChangeLog,v 1.15 2008/05/31 23:06:49 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsimpsons/ChangeLog,v 1.16 2008/10/15 19:01:10 flameeyes Exp $ + +*xsimpsons-0.1-r1 (15 Oct 2008) + + 15 Oct 2008; Diego Pettenò <flameeyes@gentoo.org> + +xsimpsons-0.1-r1.ebuild: + Add new revision respecting CFLAGS and LDFLAGS properly (rewriting the + Makefile). 31 May 2008; Santiago M. Mola <coldwind@gentoo.org> xsimpsons-0.1.ebuild: amd64 stable and install docs diff --git a/x11-misc/xsimpsons/Manifest b/x11-misc/xsimpsons/Manifest index 35130fed12b2..6873d8770b62 100644 --- a/x11-misc/xsimpsons/Manifest +++ b/x11-misc/xsimpsons/Manifest @@ -1,4 +1,15 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + DIST xsimpsons-0.1.tar.gz 141399 RMD160 5b4b777b532ff69c15d81b5d186b48b9e75be2c5 SHA1 5ebf837cca2a610be042598b0f5c224964220a48 SHA256 caf47a41447d0634d1f8a94eb211aae38fb8f70fbd9da760549f42295776d608 +EBUILD xsimpsons-0.1-r1.ebuild 1054 RMD160 16223b9f585902463625bf540d55e7d22528b962 SHA1 52d5885b911512cf3ec86b298bed33740cf6005d SHA256 5c24e3a94799ea9682e8692573ce2f8b86ca56746f9c114c2f89d8bb2c36c200 EBUILD xsimpsons-0.1.ebuild 810 RMD160 f23b67652b474c839f67a98f88b0a5313a1f6d89 SHA1 ab04f4ed3f6d277e8da57dae258359b767088425 SHA256 3c64a4903b8c770fa5f0573cba6a29ac2a55e087fe7c1d56c5ac4e319dd13925 -MISC ChangeLog 1758 RMD160 c6cbc33e7f6c02f30e0903314e5c1f99137c55a8 SHA1 62530a237b4988f0b65f726a9ba25024d232c8d4 SHA256 cb0403873156d284047d4c703bddb9620ef177b67106e2bf2969f439ab514290 +MISC ChangeLog 1960 RMD160 1dc0c1e331c4615335755f09af52e554d0a76578 SHA1 378554e354dff7270f4134a5c4ced011f06f1253 SHA256 968a626797e082dce81b4e6e2e4829e285072cf121e2050d337d0a039cdce352 MISC metadata.xml 166 RMD160 7b80226659bf40e97050b1ffce1858d5f20b3c60 SHA1 e6c6436c304a65b4a012a5b7be7ee264b228a645 SHA256 8e7de0a7f7c15840474de373a3ce36adcc5dd658b2e4d18366fcb63b964a0826 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.9 (GNU/Linux) + +iEYEARECAAYFAkj2PfwACgkQAiZjviIA2XjctACgsNNre5DLs70oK2tq3E4JMKEt +0zwAoJTqfVPMgtgZRl8j8VcIw2G+DW/y +=UI4B +-----END PGP SIGNATURE----- diff --git a/x11-misc/xsimpsons/xsimpsons-0.1-r1.ebuild b/x11-misc/xsimpsons/xsimpsons-0.1-r1.ebuild new file mode 100644 index 000000000000..3dbfbb7b0d2f --- /dev/null +++ b/x11-misc/xsimpsons/xsimpsons-0.1-r1.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsimpsons/xsimpsons-0.1-r1.ebuild,v 1.1 2008/10/15 19:01:10 flameeyes Exp $ +inherit toolchain-funcs + +DESCRIPTION="The Simpsons walking along the tops of your windows." +HOMEPAGE="http://netzverschmutzer.net/~sbeyer/programming/projects/?dir=extensions#xpenguins" +SRC_URI="http://netzverschmutzer.net/~sbeyer/programming/projects/extensions/xpenguins/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND="x11-libs/libX11 + x11-libs/libXext + x11-libs/libXt + x11-libs/libXpm" +DEPEND="${RDEPEND} + x11-proto/xproto + x11-proto/xextproto" + +src_unpack() { + unpack ${A} + cd "${S}" + + # Replace Makefile, easier than patching it out! + cat - > Makefile <<EOF +${PN}: xsimpsons.o toon.o + \$(CC) \$(LDFLAGS) -o \$@ \$^ -lX11 -lXpm -lXext +EOF +} + +src_compile() { + emake CC="$(tc-getCC)" || die "emake failed" +} + +src_install() { + dobin xsimpsons || die "dobin failed" + dodoc AUTHORS README +} |