diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-23 10:21:28 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-23 10:21:28 +0000 |
commit | 8ddc53bf2593e3b459a1818bb295869b9e77c037 (patch) | |
tree | fe2f40520822467b3dac1e2d3aa642cc7d0c4697 /net-im | |
parent | Initial import; see bug #36173 (diff) | |
download | historical-8ddc53bf2593e3b459a1818bb295869b9e77c037.tar.gz historical-8ddc53bf2593e3b459a1818bb295869b9e77c037.tar.bz2 historical-8ddc53bf2593e3b459a1818bb295869b9e77c037.zip |
Unmask and other fixes.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/linpopup/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/linpopup/Manifest | 10 | ||||
-rw-r--r-- | net-im/linpopup/linpopup-2.0.2.ebuild | 10 |
3 files changed, 13 insertions, 12 deletions
diff --git a/net-im/linpopup/ChangeLog b/net-im/linpopup/ChangeLog index 2a295b3a0d97..6bd264db9061 100644 --- a/net-im/linpopup/ChangeLog +++ b/net-im/linpopup/ChangeLog @@ -1,6 +1,9 @@ # 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.6 2004/03/24 16:44:43 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/linpopup/ChangeLog,v 1.7 2004/04/23 10:21:27 aliz Exp $ + + 23 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> linpopup-2.0.2.ebuild: + Unmask on x86, added IUSE and removed S= *linpopup-2.0.3 (24 Mar 2004) diff --git a/net-im/linpopup/Manifest b/net-im/linpopup/Manifest index 387c29fe0bc6..c7f478f0e438 100644 --- a/net-im/linpopup/Manifest +++ b/net-im/linpopup/Manifest @@ -1,8 +1,8 @@ -MD5 f43d01c82f73619d1e883759dcb40bab linpopup-1.2.0.ebuild 1809 -MD5 60fe09bef8971bb071ee37beb3c14ea3 linpopup-2.0.2.ebuild 1544 -MD5 301177700495eebbfdd48e72fd6865ef ChangeLog 786 MD5 ce31d9f09cc660ced0f3d599fc17c7eb linpopup-2.0.3.ebuild 1532 -MD5 9826f5d77f45e163e2dd389dc327da37 files/digest-linpopup-2.0.3 67 +MD5 698dce32facc51728dafa02d147e85dd linpopup-2.0.2.ebuild 1528 +MD5 f43d01c82f73619d1e883759dcb40bab linpopup-1.2.0.ebuild 1809 +MD5 375143832d827705ca1775754fda8671 ChangeLog 898 MD5 64959795c47be33ab1bf172f96c02371 files/linpopup.desktop 188 -MD5 cc6067f86d972179bff61a52dbec66fa files/digest-linpopup-2.0.2 67 MD5 535a60b1905be6c3c0349c488220e30c files/digest-linpopup-1.2.0 70 +MD5 cc6067f86d972179bff61a52dbec66fa files/digest-linpopup-2.0.2 67 +MD5 9826f5d77f45e163e2dd389dc327da37 files/digest-linpopup-2.0.3 67 diff --git a/net-im/linpopup/linpopup-2.0.2.ebuild b/net-im/linpopup/linpopup-2.0.2.ebuild index 649282e56de0..9aa1ed5744c4 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-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/net-im/linpopup/linpopup-2.0.2.ebuild,v 1.1 2003/09/24 20:23:27 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/linpopup/linpopup-2.0.2.ebuild,v 1.2 2004/04/23 10:21:28 aliz Exp $ inherit gnome2 @@ -11,7 +11,7 @@ HOMEPAGE="http://linpopup2.sourceforge.net/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" RDEPEND=">=x11-libs/gtk+-2 >=dev-libs/glib-2 @@ -21,11 +21,9 @@ RDEPEND=">=x11-libs/gtk+-2 DEPEND="${RDEPEND} dev-util/pkgconfig" - +IUSE="" 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 |