diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 03:57:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 03:57:44 +0000 |
commit | 39d9abfd32a4c22ccf42b73eeadc1e9a117880f2 (patch) | |
tree | 92746ab83a029e1ff2a0355eafc10cd742e05d55 /app-misc/magicdev | |
parent | change glibc to libc and clean up other horribly ugly ebuilds (Manifest recom... (diff) | |
download | gentoo-2-39d9abfd32a4c22ccf42b73eeadc1e9a117880f2.tar.gz gentoo-2-39d9abfd32a4c22ccf42b73eeadc1e9a117880f2.tar.bz2 gentoo-2-39d9abfd32a4c22ccf42b73eeadc1e9a117880f2.zip |
change glibc to libc and clean up other horribly ugly ebuilds
Diffstat (limited to 'app-misc/magicdev')
-rw-r--r-- | app-misc/magicdev/magicdev-1.1.5.ebuild | 11 | ||||
-rw-r--r-- | app-misc/magicdev/magicdev-1.1.6.ebuild | 12 |
2 files changed, 12 insertions, 11 deletions
diff --git a/app-misc/magicdev/magicdev-1.1.5.ebuild b/app-misc/magicdev/magicdev-1.1.5.ebuild index db2a3dba22dd..2c5074d0dcf1 100644 --- a/app-misc/magicdev/magicdev-1.1.5.ebuild +++ b/app-misc/magicdev/magicdev-1.1.5.ebuild @@ -1,20 +1,21 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/magicdev/magicdev-1.1.5.ebuild,v 1.3 2004/06/24 22:23:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/magicdev/magicdev-1.1.5.ebuild,v 1.4 2004/06/28 03:57:44 vapier Exp $ inherit gnome2 -DESCRIPTION="A GNOME tool to automount/unmount removable media." +DESCRIPTION="A GNOME tool to automount/unmount removable media" HOMEPAGE="http://www.gnome.org/" -LICENSE="GPL-2" +LICENSE="GPL-2" SLOT="0" -IUSE="" KEYWORDS="x86" +IUSE="" + DEPEND=">=gnome-base/libgnomeui-2.1.5 >=gnome-base/libglade-2 >=x11-libs/gtk+-2 >=gnome-base/gconf-2 sys-devel/gettext" -DOCS="AUTHORS ChangeLog COPYING README" +DOCS="AUTHORS ChangeLog README" diff --git a/app-misc/magicdev/magicdev-1.1.6.ebuild b/app-misc/magicdev/magicdev-1.1.6.ebuild index 27c7007f7d2d..13bc4c2dc4ec 100644 --- a/app-misc/magicdev/magicdev-1.1.6.ebuild +++ b/app-misc/magicdev/magicdev-1.1.6.ebuild @@ -1,23 +1,23 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/magicdev/magicdev-1.1.6.ebuild,v 1.3 2004/06/24 22:23:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/magicdev/magicdev-1.1.6.ebuild,v 1.4 2004/06/28 03:57:44 vapier Exp $ inherit gnome2 -DESCRIPTION="A GNOME tool to automount/unmount removable media." +DESCRIPTION="A GNOME tool to automount/unmount removable media" HOMEPAGE="http://www.gnome.org/" -LICENSE="GPL-2" +LICENSE="GPL-2" SLOT="0" -IUSE="" KEYWORDS="x86" +IUSE="" + RDEPEND=">=gnome-base/libgnomeui-2.1.5 >=gnome-base/libglade-2 >=x11-libs/gtk+-2 >=gnome-base/gconf-2" - DEPEND="${RDEPEND} dev-util/pkgconfig dev-util/intltool" -DOCS="AUTHORS ChangeLog COPYING README" +DOCS="AUTHORS ChangeLog README" |