diff options
author | 2009-10-03 08:18:23 +0000 | |
---|---|---|
committer | 2009-10-03 08:18:23 +0000 | |
commit | e8a4dfaba5e1a25d5c492678328fcdec6d303ce8 (patch) | |
tree | a6ad19c636ae96972785f1af2a1e41285cdb2da8 /net-misc/drivel/drivel-3.0.0.ebuild | |
parent | version bump, fixes #285978 (diff) | |
download | historical-e8a4dfaba5e1a25d5c492678328fcdec6d303ce8.tar.gz historical-e8a4dfaba5e1a25d5c492678328fcdec6d303ce8.tar.bz2 historical-e8a4dfaba5e1a25d5c492678328fcdec6d303ce8.zip |
Version bump.
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'net-misc/drivel/drivel-3.0.0.ebuild')
-rw-r--r-- | net-misc/drivel/drivel-3.0.0.ebuild | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/net-misc/drivel/drivel-3.0.0.ebuild b/net-misc/drivel/drivel-3.0.0.ebuild new file mode 100644 index 000000000000..ebbead068f1c --- /dev/null +++ b/net-misc/drivel/drivel-3.0.0.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/drivel/drivel-3.0.0.ebuild,v 1.1 2009/10/03 08:18:23 graaff Exp $ + +inherit gnome2 + +DESCRIPTION="Drivel is a desktop blogger with support for LiveJournal, Blogger, +MoveableType, Wordpress and more." +HOMEPAGE="http://drivel.sourceforge.net/" +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.16.6 + >=x11-libs/gtk+-2.16.5 + >=gnome-base/gconf-2 + >=gnome-base/gnome-vfs-2.6 + >=x11-libs/gtksourceview-2.2.2 + >=net-libs/libsoup-2.4.1 + >=dev-libs/libxml2-2.4.0 + spell? ( >=app-text/gtkspell-2.0.10 ) + dbus? ( >=dev-libs/dbus-glib-0.78 )" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0 + >=app-text/gnome-doc-utils-0.3.2 + >=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" |