diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-07-09 15:41:04 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-07-09 15:41:04 +0000 |
commit | b40067f1b3d252c24a16e2a4535fc7e8e340c6af (patch) | |
tree | ab676ebac15dd877663dccb9b3361e5c5e363e71 | |
parent | dep cleanup (diff) | |
download | historical-b40067f1b3d252c24a16e2a4535fc7e8e340c6af.tar.gz historical-b40067f1b3d252c24a16e2a4535fc7e8e340c6af.tar.bz2 historical-b40067f1b3d252c24a16e2a4535fc7e8e340c6af.zip |
dep cleanup
-rw-r--r-- | gnome-extra/apotheke/ChangeLog | 9 | ||||
-rw-r--r-- | gnome-extra/apotheke/Manifest | 6 | ||||
-rw-r--r-- | gnome-extra/apotheke/apotheke-0.1.ebuild | 21 | ||||
-rw-r--r-- | gnome-extra/apotheke/apotheke-0.2.ebuild | 21 |
4 files changed, 44 insertions, 13 deletions
diff --git a/gnome-extra/apotheke/ChangeLog b/gnome-extra/apotheke/ChangeLog index 9ce17a48dea9..a752a41b491a 100644 --- a/gnome-extra/apotheke/ChangeLog +++ b/gnome-extra/apotheke/ChangeLog @@ -1,7 +1,12 @@ # ChangeLog for gnome-extra/apotheke # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# Author: José Alberto Suárez López <bass@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/apotheke/ChangeLog,v 1.6 2003/02/12 06:51:36 vapier Exp $ +# Author: José Alberto Suárez López <bass@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/apotheke/ChangeLog,v 1.7 2003/07/09 15:40:55 liquidx Exp $ + + 09 Jul 2003; Alastair Tse <liquidx@gentoo.org> apotheke-0.1.ebuild, + apotheke-0.2.ebuild: + dep cleanups + 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/gnome-extra/apotheke/Manifest b/gnome-extra/apotheke/Manifest index ad50c3eada80..80caf939c7bb 100644 --- a/gnome-extra/apotheke/Manifest +++ b/gnome-extra/apotheke/Manifest @@ -1,6 +1,6 @@ -MD5 9af32759c3a134f5c339c8089cda359a ChangeLog 711 -MD5 ac9ea3bf8ac27b6a885eecf2b8099b9a apotheke-0.1.ebuild 602 -MD5 8c4691057ab2dd13e3f2147c923ac703 apotheke-0.2.ebuild 602 +MD5 f9b078d3a219580e4f42c11b6ebfa4d8 ChangeLog 825 +MD5 c465fbf3f84c4be8870971f1f03ee16b apotheke-0.1.ebuild 831 +MD5 d9463c9f184cafdda3928eb73a144b2d apotheke-0.2.ebuild 831 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 3531a797fd64c1c1b7195ebc2f8207fa files/digest-apotheke-0.1 63 MD5 6d44017d329e82a160f7c492fe795454 files/digest-apotheke-0.2 64 diff --git a/gnome-extra/apotheke/apotheke-0.1.ebuild b/gnome-extra/apotheke/apotheke-0.1.ebuild index 456b33d18c61..f1a6e245b864 100644 --- a/gnome-extra/apotheke/apotheke-0.1.ebuild +++ b/gnome-extra/apotheke/apotheke-0.1.ebuild @@ -1,17 +1,30 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/apotheke/apotheke-0.1.ebuild,v 1.8 2003/02/13 12:15:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/apotheke/apotheke-0.1.ebuild,v 1.9 2003/07/09 15:40:55 liquidx Exp $ inherit gnome2 -S="${WORKDIR}/${P}" IUSE="" DESCRIPTION="A seperate Nautilus view, which gives you detailed information about CVS managed directories." SRC_URI="ftp://ftp.berlios.de/pub/apotheke/${P}.tar.gz" HOMEPAGE="http://apotheke.berlios.de/" + LICENSE="GPL-2" -DEPEND=">=nautilus-2" SLOT="0" -KEYWORDS="x86 sparc " +KEYWORDS="x86 sparc" + +RDEPEND=">=x11-libs/gtk+-2 + >=dev-libs/glib-2 + >=gnome-base/gnome-vfs-2 + >=gnome-base/libgnome-2 + >=gnome-base/gconf-2 + >=gnome-base/libglade-2 + >=gnome-base/nautilus-2 + app-admin/fam-oss" + +DEPEND="${RDEPEND} + sys-devel/gettext + dev-util/intltool + dev-util/pkgconfig" DOCS="AUTHORS ChangeLog COPYING INSTALL NEWS README" diff --git a/gnome-extra/apotheke/apotheke-0.2.ebuild b/gnome-extra/apotheke/apotheke-0.2.ebuild index b8043de4ec92..37e24f3c367f 100644 --- a/gnome-extra/apotheke/apotheke-0.2.ebuild +++ b/gnome-extra/apotheke/apotheke-0.2.ebuild @@ -1,17 +1,30 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/apotheke/apotheke-0.2.ebuild,v 1.3 2003/02/13 12:15:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/apotheke/apotheke-0.2.ebuild,v 1.4 2003/07/09 15:40:55 liquidx Exp $ inherit gnome2 -S="${WORKDIR}/${P}" IUSE="" DESCRIPTION="A seperate Nautilus view, which gives you detailed information about CVS managed directories." SRC_URI="ftp://ftp.berlios.de/pub/apotheke/${P}.tar.gz" HOMEPAGE="http://apotheke.berlios.de/" + LICENSE="GPL-2" -DEPEND=">=nautilus-2" SLOT="0" -KEYWORDS="x86 sparc " +KEYWORDS="x86 sparc" + +RDEPEND=">=x11-libs/gtk+-2 + >=dev-libs/glib-2 + >=gnome-base/gnome-vfs-2 + >=gnome-base/libgnome-2 + >=gnome-base/gconf-2 + >=gnome-base/libglade-2 + >=gnome-base/nautilus-2 + app-admin/fam-oss" + +DEPEND="${RDEPEND} + sys-devel/gettext + dev-util/intltool + dev-util/pkgconfig" DOCS="AUTHORS ChangeLog COPYING INSTALL NEWS README" |