diff options
-rw-r--r-- | net-dialup/gtk-imonc/ChangeLog | 7 | ||||
-rw-r--r-- | net-dialup/gtk-imonc/gtk-imonc-0.6.4.1.ebuild | 11 |
2 files changed, 10 insertions, 8 deletions
diff --git a/net-dialup/gtk-imonc/ChangeLog b/net-dialup/gtk-imonc/ChangeLog index 895e63cabb33..d84e3a622fb5 100644 --- a/net-dialup/gtk-imonc/ChangeLog +++ b/net-dialup/gtk-imonc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/gtk-imonc -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/gtk-imonc/ChangeLog,v 1.7 2005/06/12 16:03:10 hansmi Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/gtk-imonc/ChangeLog,v 1.8 2006/03/12 13:19:11 mrness Exp $ + + 12 Mar 2006; Alin Nastac <mrness@gentoo.org> gtk-imonc-0.6.4.1.ebuild: + Remove virtual/libc dependency. Quote $D. 12 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> -gtk-imonc-0.6.3.ebuild, gtk-imonc-0.6.4.1.ebuild: diff --git a/net-dialup/gtk-imonc/gtk-imonc-0.6.4.1.ebuild b/net-dialup/gtk-imonc/gtk-imonc-0.6.4.1.ebuild index 2ee3b06e8e3e..edea95ff6bfe 100644 --- a/net-dialup/gtk-imonc/gtk-imonc-0.6.4.1.ebuild +++ b/net-dialup/gtk-imonc/gtk-imonc-0.6.4.1.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-dialup/gtk-imonc/gtk-imonc-0.6.4.1.ebuild,v 1.4 2005/06/12 16:03:10 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/gtk-imonc/gtk-imonc-0.6.4.1.ebuild,v 1.5 2006/03/12 13:19:11 mrness Exp $ inherit eutils @@ -8,17 +8,16 @@ DESCRIPTION="A GTK+-2 based imond client for fli4l" SRC_URI="http://userpage.fu-berlin.de/~zeank/gtk-imonc/download/${P}${V}.tar.gz" HOMEPAGE="http://userpage.fu-berlin.de/~zeank/gtk-imonc/" -KEYWORDS="x86 ppc amd64" +KEYWORDS="amd64 ppc x86" SLOT="0" LICENSE="GPL-2" IUSE="" -RDEPEND=">=x11-libs/gtk+-2.4.0 - virtual/libc" +RDEPEND=">=x11-libs/gtk+-2.4.0" DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12" src_install() { - make DESTDIR=${D} install || die "install problem" + make DESTDIR="${D}" install || die "install problem" domenu gtk-imonc.desktop } |