diff options
author | 2004-09-18 14:08:31 +0000 | |
---|---|---|
committer | 2004-09-18 14:08:31 +0000 | |
commit | 659ad56cf09b10c66a8aa3c04fca260ec427ac88 (patch) | |
tree | cdf4dbf1716125a5179a0c927b0c88303f89ee79 /app-misc/magicdev/magicdev-1.1.7.ebuild | |
parent | Stable on sparc. (Manifest recommit) (diff) | |
download | gentoo-2-659ad56cf09b10c66a8aa3c04fca260ec427ac88.tar.gz gentoo-2-659ad56cf09b10c66a8aa3c04fca260ec427ac88.tar.bz2 gentoo-2-659ad56cf09b10c66a8aa3c04fca260ec427ac88.zip |
New release (1.1.7)
Diffstat (limited to 'app-misc/magicdev/magicdev-1.1.7.ebuild')
-rw-r--r-- | app-misc/magicdev/magicdev-1.1.7.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app-misc/magicdev/magicdev-1.1.7.ebuild b/app-misc/magicdev/magicdev-1.1.7.ebuild new file mode 100644 index 000000000000..b420b2991b3d --- /dev/null +++ b/app-misc/magicdev/magicdev-1.1.7.ebuild @@ -0,0 +1,22 @@ +# 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.7.ebuild,v 1.1 2004/09/18 14:08:31 leonardop Exp $ + +inherit gnome2 + +DESCRIPTION="A GNOME tool to automount/unmount removable media" +HOMEPAGE="http://www.gnome.org/" +LICENSE="GPL-2" +SLOT="0" +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 README" |