summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-10 19:32:25 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-10 19:32:25 +0000
commitfe1a606c54813efe876de822709b790b47bea90e (patch)
tree99bc3bc9eb90e844ed486a6877f6423895b81f4f /net-im/linpopup
parentFix use invocation (Manifest recommit) (diff)
downloadgentoo-2-fe1a606c54813efe876de822709b790b47bea90e.tar.gz
gentoo-2-fe1a606c54813efe876de822709b790b47bea90e.tar.bz2
gentoo-2-fe1a606c54813efe876de822709b790b47bea90e.zip
Fix use invocation
Diffstat (limited to 'net-im/linpopup')
-rw-r--r--net-im/linpopup/ChangeLog6
-rw-r--r--net-im/linpopup/linpopup-2.0.2.ebuild4
-rw-r--r--net-im/linpopup/linpopup-2.0.3.ebuild4
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