diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-30 17:06:07 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-30 17:06:07 +0000 |
commit | 8ef624e569df5e62fca5f53d3536c0e9d62dc72f (patch) | |
tree | e1e96a83831b108575acaffb9862fb6ef1ed6004 /net-misc/drivel | |
parent | Clean up old revision. (diff) | |
download | gentoo-2-8ef624e569df5e62fca5f53d3536c0e9d62dc72f.tar.gz gentoo-2-8ef624e569df5e62fca5f53d3536c0e9d62dc72f.tar.bz2 gentoo-2-8ef624e569df5e62fca5f53d3536c0e9d62dc72f.zip |
Clean up old revisions.
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'net-misc/drivel')
-rw-r--r-- | net-misc/drivel/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/drivel/drivel-3.0.0.ebuild | 51 | ||||
-rw-r--r-- | net-misc/drivel/files/drivel-3.0.0-compile-warnings.patch | 25 |
3 files changed, 6 insertions, 78 deletions
diff --git a/net-misc/drivel/ChangeLog b/net-misc/drivel/ChangeLog index 5762f7c059af..81a7bf2ff44c 100644 --- a/net-misc/drivel/ChangeLog +++ b/net-misc/drivel/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/drivel -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/drivel/ChangeLog,v 1.54 2012/05/05 03:20:39 jdhore Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/drivel/ChangeLog,v 1.55 2013/03/30 17:06:07 eva Exp $ + + 30 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> -drivel-3.0.0.ebuild, + -files/drivel-3.0.0-compile-warnings.patch: + Clean up old revisions. 05 May 2012; Jeff Horelick <jdhore@gentoo.org> drivel-3.0.0.ebuild, drivel-3.0.3.ebuild: diff --git a/net-misc/drivel/drivel-3.0.0.ebuild b/net-misc/drivel/drivel-3.0.0.ebuild deleted file mode 100644 index 4f64587f0ffa..000000000000 --- a/net-misc/drivel/drivel-3.0.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2012 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.10 2012/05/05 03:20:39 jdhore Exp $ - -EAPI="2" - -inherit autotools eutils 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:2 - >=x11-libs/gtk+-2.16.5:2 - >=gnome-base/gconf-2:2 - >=gnome-base/gnome-vfs-2.6:2 - >=x11-libs/gtksourceview-2.2.2:2.0 - >=net-libs/libsoup-2.4.1:2.4 - >=dev-libs/libxml2-2.4.0:2 - spell? ( >=app-text/gtkspell-2.0.10:2 ) - dbus? ( >=dev-libs/dbus-glib-0.78 )" - -DEPEND="${RDEPEND} - virtual/pkgconfig - >=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" - -pkg_setup() { - G2CONF="${G2CONF} - $(use_with spell gtkspell) - $(use_with dbus) - --disable-mime-update - --disable-desktop-update - --disable-error-on-warning - --disable-compile-warnings - --localstatedir=${D}/var" -} -src_prepare() { - epatch "${FILESDIR}/${P}-compile-warnings.patch" - - intltoolize --automake --copy --force || die "intltoolize failed" - eautoreconf -} diff --git a/net-misc/drivel/files/drivel-3.0.0-compile-warnings.patch b/net-misc/drivel/files/drivel-3.0.0-compile-warnings.patch deleted file mode 100644 index 0d691241dc12..000000000000 --- a/net-misc/drivel/files/drivel-3.0.0-compile-warnings.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 0aad8e2d49567c78f0c0bd43ecc2547a7a9f3e7e Mon Sep 17 00:00:00 2001 -From: Romain Perier <mrpouet@gentoo.org> -Date: Tue, 6 Oct 2009 11:41:11 +0200 -Subject: [PATCH] Fix compile-warnings automagic support, which caused compilation to fail (-Werror) - ---- - configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/configure.ac b/configure.ac -index 4d83014..8500f3b 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -238,7 +238,7 @@ set_compile_warnings=no - AC_ARG_ENABLE(compile-warnings, - [ --enable-compile-warnings - Enable verbose compiler warnings], -- set_compile_warnings=yes) -+ set_compile_warnings=$enableval, set_compile_warnings=yes) - - if test "$GCC" = "yes" -a "$set_compile_warnings" != "no"; then - WARN_CFLAGS="$WARN_CFLAGS -Wcast-align -Wsign-compare \ --- -1.6.5.rc2 - |