diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-05 22:55:24 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-05 22:55:24 +0000 |
commit | 5e9d8abaadc5b50ee724ee4de0223215790aa18d (patch) | |
tree | 630c99771559ead345fef1adbd223142236e5974 /app-dicts/gnome-dictionary | |
parent | Clean up old revision. (diff) | |
download | gentoo-2-5e9d8abaadc5b50ee724ee4de0223215790aa18d.tar.gz gentoo-2-5e9d8abaadc5b50ee724ee4de0223215790aa18d.tar.bz2 gentoo-2-5e9d8abaadc5b50ee724ee4de0223215790aa18d.zip |
Clean up old revision.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'app-dicts/gnome-dictionary')
-rw-r--r-- | app-dicts/gnome-dictionary/ChangeLog | 8 | ||||
-rw-r--r-- | app-dicts/gnome-dictionary/gnome-dictionary-3.4.0.ebuild | 38 |
2 files changed, 6 insertions, 40 deletions
diff --git a/app-dicts/gnome-dictionary/ChangeLog b/app-dicts/gnome-dictionary/ChangeLog index 815c374aa7ce..c7372c43fed7 100644 --- a/app-dicts/gnome-dictionary/ChangeLog +++ b/app-dicts/gnome-dictionary/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-dicts/gnome-dictionary -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/gnome-dictionary/ChangeLog,v 1.3 2012/12/16 19:29:28 tetromino Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gnome-dictionary/ChangeLog,v 1.4 2013/03/05 22:55:24 eva Exp $ + + 05 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> + -gnome-dictionary-3.4.0.ebuild: + Clean up old revision. 16 Dec 2012; Alexandre Rostovtsev <tetromino@gentoo.org> gnome-dictionary-3.4.0.ebuild, gnome-dictionary-3.6.0.ebuild: diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-3.4.0.ebuild b/app-dicts/gnome-dictionary/gnome-dictionary-3.4.0.ebuild deleted file mode 100644 index a2a23c987d23..000000000000 --- a/app-dicts/gnome-dictionary/gnome-dictionary-3.4.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/gnome-dictionary/gnome-dictionary-3.4.0.ebuild,v 1.2 2012/12/16 19:29:28 tetromino Exp $ - -EAPI="4" -GNOME2_LA_PUNT="yes" - -inherit gnome2 - -DESCRIPTION="Dictionary utility for GNOME 3" -HOMEPAGE="https://live.gnome.org/GnomeUtils" - -LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+" -SLOT="0" -IUSE="doc ipv6" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" - -COMMON_DEPEND=">=dev-libs/glib-2.28.0:2 - x11-libs/cairo - >=x11-libs/gtk+-3.0.0:3 - x11-libs/pango" -RDEPEND="${COMMON_DEPEND} - gnome-base/gsettings-desktop-schemas - !<gnome-extra/gnome-utils-3.4" -# ${PN} was part of gnome-utils before 3.4 -DEPEND="${COMMON_DEPEND} - app-text/gnome-doc-utils - >=dev-util/intltool-0.40 - >=sys-devel/gettext-0.17 - virtual/pkgconfig - doc? ( >=dev-util/gtk-doc-1.15 )" - -pkg_setup() { - DOCS="AUTHORS NEWS README TODO" - G2CONF="${G2CONF} - --disable-schemas-compile - $(use_enable ipv6)" -} |