diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:16:56 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:16:56 +0000 |
commit | 4581e1f41690f6c5a0abe54ce5ea7dea1be6faa8 (patch) | |
tree | 9d25c6dec07433d11ebc61673d9f696af1abaf11 /net-im/linpopup | |
parent | sync IUSE (missing) (diff) | |
download | historical-4581e1f41690f6c5a0abe54ce5ea7dea1be6faa8.tar.gz historical-4581e1f41690f6c5a0abe54ce5ea7dea1be6faa8.tar.bz2 historical-4581e1f41690f6c5a0abe54ce5ea7dea1be6faa8.zip |
sync IUSE (+gnome), don't assign S=${WORKDIR}/${P}, trim trailing whitespace
Diffstat (limited to 'net-im/linpopup')
-rw-r--r-- | net-im/linpopup/linpopup-1.2.0.ebuild | 3 | ||||
-rw-r--r-- | net-im/linpopup/linpopup-2.0.2.ebuild | 4 | ||||
-rw-r--r-- | net-im/linpopup/linpopup-2.0.3.ebuild | 5 |
3 files changed, 5 insertions, 7 deletions
diff --git a/net-im/linpopup/linpopup-1.2.0.ebuild b/net-im/linpopup/linpopup-1.2.0.ebuild index e13347acbf72..3e7d64838daa 100644 --- a/net-im/linpopup/linpopup-1.2.0.ebuild +++ b/net-im/linpopup/linpopup-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/linpopup/linpopup-1.2.0.ebuild,v 1.5 2004/06/24 22:56:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/linpopup/linpopup-1.2.0.ebuild,v 1.6 2004/07/15 00:16:56 agriffis Exp $ MY_P=LinPopUp-${PV} DESCRIPTION="LinPopUp, for sending/receiving WinPopup messages via Samba" @@ -58,4 +58,3 @@ pkg_postinst() { einfo "/usr/share/doc/${P}/INSTALL" echo } - diff --git a/net-im/linpopup/linpopup-2.0.2.ebuild b/net-im/linpopup/linpopup-2.0.2.ebuild index 0058265224fb..8cf7e5fd9b9d 100644 --- a/net-im/linpopup/linpopup-2.0.2.ebuild +++ b/net-im/linpopup/linpopup-2.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/linpopup/linpopup-2.0.2.ebuild,v 1.4 2004/06/24 22:56:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/linpopup/linpopup-2.0.2.ebuild,v 1.5 2004/07/15 00:16:56 agriffis Exp $ inherit gnome2 @@ -21,7 +21,7 @@ RDEPEND=">=x11-libs/gtk+-2 DEPEND="${RDEPEND} dev-util/pkgconfig" -IUSE="" +IUSE="gnome" DOCS="AUTHORS BUGS COPYING ChangeLog INSTALL MANUAL NEWS README THANKS TODO" src_install() { diff --git a/net-im/linpopup/linpopup-2.0.3.ebuild b/net-im/linpopup/linpopup-2.0.3.ebuild index 83e913949157..cc44ea609078 100644 --- a/net-im/linpopup/linpopup-2.0.3.ebuild +++ b/net-im/linpopup/linpopup-2.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/linpopup/linpopup-2.0.3.ebuild,v 1.4 2004/06/24 22:56:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/linpopup/linpopup-2.0.3.ebuild,v 1.5 2004/07/15 00:16:56 agriffis Exp $ inherit gnome2 @@ -13,6 +13,7 @@ RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc" +IUSE="gnome" RDEPEND=">=x11-libs/gtk+-2 >=dev-libs/glib-2 @@ -23,8 +24,6 @@ DEPEND="${RDEPEND} DOCS="AUTHORS BUGS COPYING ChangeLog INSTALL MANUAL NEWS README THANKS TODO" -S=${WORKDIR}/${P} - src_install() { # Install icon and .desktop for menu entry if use gnome ; then |