diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-04-26 06:02:40 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-04-26 06:02:40 +0000 |
commit | caf01bb8653f272fb0f2c05b709f9f571fb2c319 (patch) | |
tree | 17f46e14c90f7b7d19ba164f2003f73199082833 /dev-vcs/gitg | |
parent | Add support for Rails 4.1. (diff) | |
download | gentoo-2-caf01bb8653f272fb0f2c05b709f9f571fb2c319.tar.gz gentoo-2-caf01bb8653f272fb0f2c05b709f9f571fb2c319.tar.bz2 gentoo-2-caf01bb8653f272fb0f2c05b709f9f571fb2c319.zip |
drop old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-vcs/gitg')
-rw-r--r-- | dev-vcs/gitg/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/gitg/gitg-0.2.6.ebuild | 61 |
2 files changed, 4 insertions, 62 deletions
diff --git a/dev-vcs/gitg/ChangeLog b/dev-vcs/gitg/ChangeLog index d18e732ea51d..b8605d4c977d 100644 --- a/dev-vcs/gitg/ChangeLog +++ b/dev-vcs/gitg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/gitg # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/ChangeLog,v 1.28 2014/04/05 20:49:13 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/ChangeLog,v 1.29 2014/04/26 06:02:40 pacho Exp $ + + 26 Apr 2014; Pacho Ramos <pacho@gentoo.org> -gitg-0.2.6.ebuild: + drop old 05 Apr 2014; Mike Auty <ikelos@gentoo.org> -gitg-0.0.6.ebuild, -gitg-0.1.2.ebuild, gitg-0.2.6.ebuild, gitg-0.2.7.ebuild, gitg-0.3.2.ebuild: diff --git a/dev-vcs/gitg/gitg-0.2.6.ebuild b/dev-vcs/gitg/gitg-0.2.6.ebuild deleted file mode 100644 index 372082e98ed2..000000000000 --- a/dev-vcs/gitg/gitg-0.2.6.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/gitg-0.2.6.ebuild,v 1.4 2014/04/05 20:49:13 ikelos Exp $ - -EAPI=5 - -GCONF_DEBUG="no" -inherit base eutils gnome2 - -DESCRIPTION="git repository viewer for GNOME" -HOMEPAGE="http://git.gnome.org/browse/gitg/" - -LICENSE="|| ( GPL-2 GPL-3 )" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -# FIXME: debug changes CFLAGS -IUSE="debug glade" - -RDEPEND=">=dev-libs/glib-2.26:2 - <dev-libs/glib-2.36.0:2 - >=x11-libs/gtk+-3.0.0:3 - <x11-libs/gtk+-3.8.0:3 - >=x11-libs/gtksourceview-3.1.3:3.0 - >=gnome-base/gconf-2.10:2 - >=gnome-base/gsettings-desktop-schemas-0.1.1 - dev-vcs/git - glade? ( >=dev-util/glade-3.2:3.10 ) -" -DEPEND="${RDEPEND} - gnome-base/gnome-common - >=sys-devel/gettext-0.17 - virtual/pkgconfig - >=dev-util/intltool-0.40" - -PATCHES=( - "${FILESDIR}/${PN}-0.2.6-fix-libreoffice.patch" -) - -DOCS="AUTHORS ChangeLog NEWS README" - -src_prepare() { - base_src_prepare - gnome2_src_prepare -} - -src_configure() { - # Disable maintainer to get rid of -Werror (bug #363009) - G2CONF="${G2CONF} - --disable-static - --disable-deprecations - --disable-dependency-tracking - --disable-maintainer-mode - $(use_enable debug) - $(use_enable glade glade-catalog)" - - gnome2_src_configure -} - -src_test() { - default -} |