diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-19 04:17:36 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-19 04:17:36 +0000 |
commit | c4fb000bdbc15023a401203b47368257ced0a74e (patch) | |
tree | 5bb6fdbc423bed74e9e0cc7b4c5421243dad5f34 /x11-plugins/wmcliphist | |
parent | version bump; ebuild cleanups; stable on x86 (Manifest recommit) (diff) | |
download | gentoo-2-c4fb000bdbc15023a401203b47368257ced0a74e.tar.gz gentoo-2-c4fb000bdbc15023a401203b47368257ced0a74e.tar.bz2 gentoo-2-c4fb000bdbc15023a401203b47368257ced0a74e.zip |
QA - Add IUSE, use default src_compile.
Diffstat (limited to 'x11-plugins/wmcliphist')
-rw-r--r-- | x11-plugins/wmcliphist/wmcliphist-0.3.ebuild | 9 | ||||
-rw-r--r-- | x11-plugins/wmcliphist/wmcliphist-0.5.ebuild | 6 |
2 files changed, 4 insertions, 11 deletions
diff --git a/x11-plugins/wmcliphist/wmcliphist-0.3.ebuild b/x11-plugins/wmcliphist/wmcliphist-0.3.ebuild index 9597904a3c51..e5672ae6fcd3 100644 --- a/x11-plugins/wmcliphist/wmcliphist-0.3.ebuild +++ b/x11-plugins/wmcliphist/wmcliphist-0.3.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/wmcliphist-0.3.ebuild,v 1.3 2004/04/30 22:25:21 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/wmcliphist-0.3.ebuild,v 1.4 2004/06/19 04:15:09 kloeri Exp $ +IUSE="" DESCRIPTION="Dockable clipboard history application for Window Maker" HOMEPAGE="http://linux.nawebu.cz/wmcliphist/" SRC_URI="http://linux.nawebu.cz/wmcliphist/${P}.tar.gz" @@ -11,10 +12,6 @@ SLOT="0" DEPEND="virtual/x11" -src_compile() { - emake || die -} - src_install() { dobin wmcliphist dodoc ChangeLog README diff --git a/x11-plugins/wmcliphist/wmcliphist-0.5.ebuild b/x11-plugins/wmcliphist/wmcliphist-0.5.ebuild index 259010c95649..6c0601474566 100644 --- a/x11-plugins/wmcliphist/wmcliphist-0.5.ebuild +++ b/x11-plugins/wmcliphist/wmcliphist-0.5.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/wmcliphist/wmcliphist-0.5.ebuild,v 1.5 2004/04/30 22:25:21 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/wmcliphist-0.5.ebuild,v 1.6 2004/06/19 04:15:09 kloeri Exp $ IUSE="" DESCRIPTION="Dockable clipboard history application for Window Maker" @@ -12,10 +12,6 @@ SLOT="0" DEPEND="=x11-libs/gtk+-1.2*" -src_compile() { - emake || die -} - src_install() { dobin wmcliphist dodoc ChangeLog README |