diff options
author | 2010-02-24 22:30:41 +0000 | |
---|---|---|
committer | 2010-02-24 22:30:41 +0000 | |
commit | 86b2e7535c8e203d4631c7b2bf8f2512a890984b (patch) | |
tree | 339082e5f9de425bb6d7f035dbb2596cf51e2bb4 /x11-libs/gtksourceview | |
parent | Version bump, bug #297480. Add translations, support for X.{5.7,5.8,6}. Drop ... (diff) | |
download | gentoo-2-86b2e7535c8e203d4631c7b2bf8f2512a890984b.tar.gz gentoo-2-86b2e7535c8e203d4631c7b2bf8f2512a890984b.tar.bz2 gentoo-2-86b2e7535c8e203d4631c7b2bf8f2512a890984b.zip |
Clean up old revisions.
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/gtksourceview')
-rw-r--r-- | x11-libs/gtksourceview/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild | 31 | ||||
-rw-r--r-- | x11-libs/gtksourceview/gtksourceview-2.8.1.ebuild | 35 |
3 files changed, 5 insertions, 67 deletions
diff --git a/x11-libs/gtksourceview/ChangeLog b/x11-libs/gtksourceview/ChangeLog index b5c11c270acc..bcaf60bc6662 100644 --- a/x11-libs/gtksourceview/ChangeLog +++ b/x11-libs/gtksourceview/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/gtksourceview # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.172 2010/01/17 23:29:44 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.173 2010/02/24 22:30:41 eva Exp $ + + 24 Feb 2010; Gilles Dartiguelongue <eva@gentoo.org> + -gtksourceview-2.4.2.ebuild, -gtksourceview-2.8.1.ebuild: + Clean up old revisions. 17 Jan 2010; Jeroen Roovers <jer@gentoo.org> gtksourceview-2.6.2.ebuild: Stable for HPPA (bug #281427). diff --git a/x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild b/x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild deleted file mode 100644 index b42d25683583..000000000000 --- a/x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild,v 1.10 2009/04/28 11:02:51 armin76 Exp $ - -inherit gnome2 - -DESCRIPTION="A text widget implementing syntax highlighting and other features" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="GPL-2" -SLOT="2.0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="doc" - -RDEPEND=">=x11-libs/gtk+-2.12 - >=dev-libs/libxml2-2.5 - >=dev-libs/glib-2.14" -DEPEND="${RDEPEND} - sys-devel/gettext - >=dev-util/intltool-0.40 - >=dev-util/pkgconfig-0.9 - doc? ( >=dev-util/gtk-doc-1 )" - -DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README" - -src_install() { - gnome2_src_install - - insinto /usr/share/${PN}-2.0/language-specs - doins "${FILESDIR}"/2.0/gentoo.lang -} diff --git a/x11-libs/gtksourceview/gtksourceview-2.8.1.ebuild b/x11-libs/gtksourceview/gtksourceview-2.8.1.ebuild deleted file mode 100644 index fcd89c6a9711..000000000000 --- a/x11-libs/gtksourceview/gtksourceview-2.8.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.8.1.ebuild,v 1.1 2009/10/29 21:28:21 eva Exp $ - -GCONF_DEBUG="no" - -inherit gnome2 - -DESCRIPTION="A text widget implementing syntax highlighting and other features" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="GPL-2" -SLOT="2.0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="doc" - -RDEPEND=">=x11-libs/gtk+-2.12 - >=dev-libs/libxml2-2.5 - >=dev-libs/glib-2.14" -DEPEND="${RDEPEND} - sys-devel/gettext - >=dev-util/intltool-0.40 - >=dev-util/pkgconfig-0.9 - doc? ( >=dev-util/gtk-doc-1 )" - -DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README" - -src_install() { - gnome2_src_install - - find "${D}" -name "*.la" -delete || die "remove of la files failed" - - insinto /usr/share/${PN}-2.0/language-specs - doins "${FILESDIR}"/2.0/gentoo.lang || die "doins failed" -} |