summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2006-12-02 11:23:05 +0000
committerHans de Graaff <graaff@gentoo.org>2006-12-02 11:23:05 +0000
commitc61b4c0faef88c4c2ab54ac177dd7331ff7edb8a (patch)
treec6705a6fbdf31b612110a5c752c1f24049fff4fd /net-misc/drivel/drivel-2.0.3.ebuild
parentAdd blockers, thanks to Georgi Georgiev for reporting, bug 85610 (diff)
downloadgentoo-2-c61b4c0faef88c4c2ab54ac177dd7331ff7edb8a.tar.gz
gentoo-2-c61b4c0faef88c4c2ab54ac177dd7331ff7edb8a.tar.bz2
gentoo-2-c61b4c0faef88c4c2ab54ac177dd7331ff7edb8a.zip
Version bump; add myself as maintainer.
(Portage version: 2.1.1-r2)
Diffstat (limited to 'net-misc/drivel/drivel-2.0.3.ebuild')
-rw-r--r--net-misc/drivel/drivel-2.0.3.ebuild45
1 files changed, 45 insertions, 0 deletions
diff --git a/net-misc/drivel/drivel-2.0.3.ebuild b/net-misc/drivel/drivel-2.0.3.ebuild
new file mode 100644
index 000000000000..801cdf72303c
--- /dev/null
+++ b/net-misc/drivel/drivel-2.0.3.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/drivel/drivel-2.0.3.ebuild,v 1.1 2006/12/02 11:23:05 graaff Exp $
+
+inherit gnome2
+
+DESCRIPTION="Drivel is a desktop blogger with support for LiveJournal, Blogger,
+MoveableType, Wordpress and more."
+HOMEPAGE="http://www.dropline.net/drivel/"
+SRC_URI="mirror://sourceforge/drivel/${P}.tar.bz2"
+LICENSE="GPL-2"
+
+IUSE="dbus spell"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+
+RDEPEND=">=dev-libs/glib-2.4
+ >=x11-libs/gtk+-2.4
+ >=gnome-base/gconf-2
+ >=gnome-base/gnome-vfs-2.6
+ >=gnome-base/libgnomeui-2.0.3
+ >=gnome-base/libbonobo-2
+ >=gnome-base/libglade-2
+ >=dev-libs/libxml2-2
+ >=x11-libs/gtksourceview-1
+ >=net-misc/curl-7.12.0
+ spell? ( >=app-text/gtkspell-2.0 )
+ dbus? ( sys-apps/dbus )"
+
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.12.0
+ >=dev-util/intltool-0.21
+ >=app-text/scrollkeeper-0.3.5"
+
+DOCS="AUTHORS ChangeLog NEWS README TODO"
+
+G2CONF="${G2CONF} \
+ `use_with spell gtkspell` \
+ `use_with dbus` \
+ --disable-mime-update \
+ --disable-desktop-update
+ --localstatedir=${D}/var"
+
+USE_DESTDIR="1"
+