diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-10 19:32:25 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-10 19:32:25 +0000 |
commit | aa53f6902660111a4904f4090257818e1c3151c9 (patch) | |
tree | 4dcabfa57b1455992a51d84d27ce6b68c2ad6d6a /net-im/linpopup | |
parent | stablize on x86/ppc (diff) | |
download | historical-aa53f6902660111a4904f4090257818e1c3151c9.tar.gz historical-aa53f6902660111a4904f4090257818e1c3151c9.tar.bz2 historical-aa53f6902660111a4904f4090257818e1c3151c9.zip |
Fix use invocation
Diffstat (limited to 'net-im/linpopup')
-rw-r--r-- | net-im/linpopup/ChangeLog | 6 | ||||
-rw-r--r-- | net-im/linpopup/linpopup-2.0.2.ebuild | 4 | ||||
-rw-r--r-- | net-im/linpopup/linpopup-2.0.3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-im/linpopup/ChangeLog b/net-im/linpopup/ChangeLog index 46cb9affc8ef..12719c7e7e6d 100644 --- a/net-im/linpopup/ChangeLog +++ b/net-im/linpopup/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/linpopup # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/linpopup/ChangeLog,v 1.8 2004/05/09 11:30:58 sejo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/linpopup/ChangeLog,v 1.9 2004/06/10 19:28:03 agriffis Exp $ + + 10 Jun 2004; Aron Griffis <agriffis@gentoo.org> linpopup-2.0.2.ebuild, + linpopup-2.0.3.ebuild: + Fix use invocation 09 May 2004; <SeJo@gentoo.org> linpopup-2.0.3.ebuild: added ~ppc keyword diff --git a/net-im/linpopup/linpopup-2.0.2.ebuild b/net-im/linpopup/linpopup-2.0.2.ebuild index 9aa1ed5744c4..15d47cad7ade 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 Technologies, Inc. # 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.2 2004/04/23 10:21:28 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/linpopup/linpopup-2.0.2.ebuild,v 1.3 2004/06/10 19:28:03 agriffis Exp $ inherit gnome2 @@ -26,7 +26,7 @@ DOCS="AUTHORS BUGS COPYING ChangeLog INSTALL MANUAL NEWS README THANKS TODO" src_install() { # Install icon and .desktop for menu entry - if [ `use gnome` ] ; then + if use gnome ; then insinto /usr/share/pixmaps newins ${S}/pixmaps/icon_256.xpm linpopup.xpm insinto /usr/share/applications diff --git a/net-im/linpopup/linpopup-2.0.3.ebuild b/net-im/linpopup/linpopup-2.0.3.ebuild index 3c10c035a1ee..393710e8cf22 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 Technologies, Inc. # 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.2 2004/05/09 11:30:58 sejo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/linpopup/linpopup-2.0.3.ebuild,v 1.3 2004/06/10 19:28:03 agriffis Exp $ inherit gnome2 @@ -27,7 +27,7 @@ S=${WORKDIR}/${P} src_install() { # Install icon and .desktop for menu entry - if [ `use gnome` ] ; then + if use gnome ; then insinto /usr/share/pixmaps newins ${S}/pixmaps/icon_256.xpm linpopup.xpm insinto /usr/share/applications |