summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Nigbur <pyrania@gentoo.org>2004-07-03 13:28:56 +0000
committerMarkus Nigbur <pyrania@gentoo.org>2004-07-03 13:28:56 +0000
commit7abc197b3b4f7eb0fc7550f7dd1da028bc71500a (patch)
tree9683f2bc0114e69ad422b9568f1c2ebca634157e /x11-misc/uf-view/uf-view-2.4.ebuild
parentFixed BUG #50255. Waiting for lisa's approval to go for unconditional patch. ... (diff)
downloadgentoo-2-7abc197b3b4f7eb0fc7550f7dd1da028bc71500a.tar.gz
gentoo-2-7abc197b3b4f7eb0fc7550f7dd1da028bc71500a.tar.bz2
gentoo-2-7abc197b3b4f7eb0fc7550f7dd1da028bc71500a.zip
Version bump. Closing bug #54627.
Diffstat (limited to 'x11-misc/uf-view/uf-view-2.4.ebuild')
-rw-r--r--x11-misc/uf-view/uf-view-2.4.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-misc/uf-view/uf-view-2.4.ebuild b/x11-misc/uf-view/uf-view-2.4.ebuild
new file mode 100644
index 000000000000..490933799d99
--- /dev/null
+++ b/x11-misc/uf-view/uf-view-2.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/uf-view/uf-view-2.4.ebuild,v 1.1 2004/07/03 13:28:56 pyrania Exp $
+
+inherit gnome2
+
+DESCRIPTION="UF-View is a Gnome viewer for the UserFriendly comic"
+HOMEPAGE="http://www.hadess.net/misc-code.php3"
+SRC_URI="http://www.hadess.net/files/software/uf-view/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.0
+ >=x11-libs/gtk+-2
+ >=gnome-base/libgnomeui-2
+ >=gnome-base/libglade-2"
+
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+DOCS="AUTHORS ChangeLog COPYING README INSTALL NEWS TODO"