diff options
-rw-r--r-- | net-im/linpopup/ChangeLog | 7 | ||||
-rw-r--r-- | net-im/linpopup/files/digest-linpopup-2.0.4-r1 | 2 | ||||
-rw-r--r-- | net-im/linpopup/linpopup-2.0.4-r1.ebuild | 7 |
3 files changed, 12 insertions, 4 deletions
diff --git a/net-im/linpopup/ChangeLog b/net-im/linpopup/ChangeLog index 978fe32bb16f..612273f9db8a 100644 --- a/net-im/linpopup/ChangeLog +++ b/net-im/linpopup/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-im/linpopup # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/linpopup/ChangeLog,v 1.13 2006/10/09 21:28:49 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/linpopup/ChangeLog,v 1.14 2006/12/01 23:47:43 masterdriverz Exp $ + + 01 Dec 2006; Charlie Shepherd <masterdriverz@gentoo.org> + linpopup-2.0.4-r1.ebuild: + Add x11-libs/libXmu to DEPEND, thanks to Patrick Lauer for reporting, bug + 152531 09 Oct 2006; Olivier Crête <tester@gentoo.org> -linpopup-2.0.2.ebuild: Remove old versions affected by GLSA 200501-01, bug #140489 diff --git a/net-im/linpopup/files/digest-linpopup-2.0.4-r1 b/net-im/linpopup/files/digest-linpopup-2.0.4-r1 index b0ef7a658d38..f21b0d49af96 100644 --- a/net-im/linpopup/files/digest-linpopup-2.0.4-r1 +++ b/net-im/linpopup/files/digest-linpopup-2.0.4-r1 @@ -1 +1,3 @@ MD5 9465b1fdbe0661380d8acdb55fe6202d linpopup-2.0.4.tar.bz2 128450 +RMD160 5219d22c9fdc1e3ff80d67d90d589377b7557a12 linpopup-2.0.4.tar.bz2 128450 +SHA256 899038798f60672880456fa46723c235367a27c422ce70d01120ea7ffee70dd4 linpopup-2.0.4.tar.bz2 128450 diff --git a/net-im/linpopup/linpopup-2.0.4-r1.ebuild b/net-im/linpopup/linpopup-2.0.4-r1.ebuild index b09eec8ae8b9..38b4533b39ad 100644 --- a/net-im/linpopup/linpopup-2.0.4-r1.ebuild +++ b/net-im/linpopup/linpopup-2.0.4-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/linpopup/linpopup-2.0.4-r1.ebuild,v 1.1 2005/01/01 22:14:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/linpopup/linpopup-2.0.4-r1.ebuild,v 1.2 2006/12/01 23:47:43 masterdriverz Exp $ inherit gnome2 eutils @@ -17,7 +17,8 @@ RDEPEND=">=x11-libs/gtk+-2 >=dev-libs/glib-2 >=net-fs/samba-2.2.8a" DEPEND="${RDEPEND} - dev-util/pkgconfig" + dev-util/pkgconfig + x11-libs/libXmu" DOCS="AUTHORS BUGS ChangeLog INSTALL MANUAL NEWS README THANKS TODO" |