diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2008-11-26 05:59:05 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2008-11-26 05:59:05 +0000 |
commit | 2a0fe3ed3f5742e248145c3ee02abf5ae65dc011 (patch) | |
tree | bce4eabf510895b87f2269d70137f18cecd5351d /x11-plugins/wmfire | |
parent | version bump (diff) | |
download | historical-2a0fe3ed3f5742e248145c3ee02abf5ae65dc011.tar.gz historical-2a0fe3ed3f5742e248145c3ee02abf5ae65dc011.tar.bz2 historical-2a0fe3ed3f5742e248145c3ee02abf5ae65dc011.zip |
old
Package-Manager: portage-2.2_rc15/cvs/Linux 2.6.27-gentoo-r3 i686
Diffstat (limited to 'x11-plugins/wmfire')
-rw-r--r-- | x11-plugins/wmfire/Manifest | 12 | ||||
-rw-r--r-- | x11-plugins/wmfire/wmfire-0.0.3.9_pre4.ebuild | 42 |
2 files changed, 0 insertions, 54 deletions
diff --git a/x11-plugins/wmfire/Manifest b/x11-plugins/wmfire/Manifest index 8c979252674e..c10170378f2d 100644 --- a/x11-plugins/wmfire/Manifest +++ b/x11-plugins/wmfire/Manifest @@ -1,17 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - AUX wmfire-1.2.3-stringh.patch 352 RMD160 f73e89b652caad5a306c955af25a96e524aba036 SHA1 6c386924c343844e1647cd17c1acef6cefcc0441 SHA256 e3058bfc7c44584a405e16232747559e264153800e3b04309931ac5ce4cd1991 -DIST wmfire-0.0.3.9pre4.tar.gz 69853 RMD160 d9f8cfbf96678b13a2ab19802e94f5eca0335063 SHA1 9304816484bb11fa0ab4a2a41b9af6dfea809341 SHA256 b698bfff22821ba71f68f96fc1f3fa558f085d7c773a817cda9989b080b2b2e2 DIST wmfire-1.2.3.tar.gz 90979 RMD160 af3e38cb2fbf7f5dfe5e0776d43ca3b8117fc813 SHA1 a0e296c454571dd650abd7d830a311c2c84e9339 SHA256 a254ca65b1df302c35dc5cdabd1d991889816389fb3e92084469c27a090559ba -EBUILD wmfire-0.0.3.9_pre4.ebuild 915 RMD160 41677c7c176f46de0f75e6d1374a1820be6f8664 SHA1 600137812ac81f49028663aa9c551477662d0f0f SHA256 04d93b49658b0fe5f81df087250ea3cb196776958323cbac8d45cb36e4dc7fd5 EBUILD wmfire-1.2.3.ebuild 956 RMD160 4d16fef88155d0bb7e72f61dc59bc2eb522cf838 SHA1 875a0265580e865de022ae209db764eb4f46e3d9 SHA256 97fd35984fd26e1d682781ea9eee38861f912eed2d22ec9ceec74be6ec9a95cd MISC ChangeLog 1564 RMD160 3aaf14a7836fb97a94c2adc2c5468c75a0b25a0d SHA1 bcb82f23d8d4a4d667d8e3f3d7478b5ffc780b65 SHA256 3a4ca23cba12e4e5b012342478a9d84a4c8a3b03599b7168c9c30387c864cc4a MISC metadata.xml 421 RMD160 d9a5c39a31136c612f1518921057d32bb57c53e3 SHA1 77c979a18412dc528fde2ae8fa1c25f24724bc6d SHA256 98ce3884e560229475281ea34d58758df80ec962f9730e0f58a634694220865c ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.9 (GNU/Linux) - -iEYEARECAAYFAkhl4R4ACgkQkKaRLQcq0GLEQwCdFdIiJLq51EgqNLzHMVBGKoDH -8kEAn1zVL1upxMUv3fDwVIoR/Hc4fMYF -=amne ------END PGP SIGNATURE----- diff --git a/x11-plugins/wmfire/wmfire-0.0.3.9_pre4.ebuild b/x11-plugins/wmfire/wmfire-0.0.3.9_pre4.ebuild deleted file mode 100644 index 19b60ad0ff8f..000000000000 --- a/x11-plugins/wmfire/wmfire-0.0.3.9_pre4.ebuild +++ /dev/null @@ -1,42 +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/wmfire/wmfire-0.0.3.9_pre4.ebuild,v 1.11 2007/07/22 05:09:22 dberkholz Exp $ - -IUSE="" - -MY_P="${P/_/}" -S=${WORKDIR}/${MY_P} - -DESCRIPTION="WindowMaker dockapp that displays cpu usage as a dancing flame" -SRC_URI="http://staff.xmms.org/zinx/misc/${MY_P}.tar.gz" -HOMEPAGE="http://staff.xmms.org/zinx/misc" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm" -DEPEND="${RDEPEND} - x11-proto/xextproto" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 amd64 ppc ~sparc" - -src_compile() { - - local myconf="--with-x"; - econf ${myconf} || die "configure failed" - - emake CFLAGS="$CFLAGS" || die "parallel make faile" - -} - -src_install () { - - make install \ - prefix=${D}/usr \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/lib || die - - dodoc AUTHORS CREDITS NEWS README - -} |