diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-19 04:19:09 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-19 04:19:09 +0000 |
commit | 1d223712aa96365d8def90ffe64dbebe8d3c4ba1 (patch) | |
tree | 74070df5aaee4584dd3a82e06886e806f73ac95a /x11-plugins | |
parent | QA - Add IUSE, use default src_compile. (diff) | |
download | historical-1d223712aa96365d8def90ffe64dbebe8d3c4ba1.tar.gz historical-1d223712aa96365d8def90ffe64dbebe8d3c4ba1.tar.bz2 historical-1d223712aa96365d8def90ffe64dbebe8d3c4ba1.zip |
QA - Add IUSE.
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/asbutton/Manifest | 8 | ||||
-rw-r--r-- | x11-plugins/wmbiff/wmbiff-0.4.15.ebuild | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11-plugins/asbutton/Manifest b/x11-plugins/asbutton/Manifest index a9d387c170b0..539a2d4d83ac 100644 --- a/x11-plugins/asbutton/Manifest +++ b/x11-plugins/asbutton/Manifest @@ -1,7 +1,7 @@ -MD5 ce0950f8ab444c8d5ac88547e8637ea2 ChangeLog 845 -MD5 0adbe31c93241dd3cb9ae2fabd5acc0f asbutton-0.3-r1.ebuild 815 -MD5 aca98487947726907459832b29c2c2ed asbutton-0.3.ebuild 775 -MD5 fdf751b1bc524954a5ad14c19e3eeccc files/asbutton-0.3-gentoo.patch 520 +MD5 d256aa3b98fbcf5e59d77423dd7b69c2 asbutton-0.3.ebuild 714 +MD5 950c3d1343bf4cc79b73ef644a85e2f7 asbutton-0.3-r1.ebuild 764 +MD5 88851b91bc1661c35a28ad3b6d6517e6 ChangeLog 844 MD5 fdf751b1bc524954a5ad14c19e3eeccc files/asbutton-0.3-r1-gentoo.patch 520 MD5 43c35a2adc1d4b41bdb9a1dd199d3666 files/digest-asbutton-0.3 64 +MD5 fdf751b1bc524954a5ad14c19e3eeccc files/asbutton-0.3-gentoo.patch 520 MD5 43c35a2adc1d4b41bdb9a1dd199d3666 files/digest-asbutton-0.3-r1 64 diff --git a/x11-plugins/wmbiff/wmbiff-0.4.15.ebuild b/x11-plugins/wmbiff/wmbiff-0.4.15.ebuild index 11f52647e2b4..12a49ea67618 100644 --- a/x11-plugins/wmbiff/wmbiff-0.4.15.ebuild +++ b/x11-plugins/wmbiff/wmbiff-0.4.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.15.ebuild,v 1.8 2004/04/30 22:14:07 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.15.ebuild,v 1.9 2004/06/19 04:19:09 kloeri Exp $ DESCRIPTION="WMBiff is a dock applet for WindowMaker which can monitor up to 5 mailboxes." SRC_URI="mirror://sourceforge/wmbiff/${P}.tar.gz" @@ -11,7 +11,7 @@ DEPEND="virtual/x11" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc amd64 ppc" - +IUSE="" src_compile() { cd ${S} |