diff options
author | 2012-12-06 06:50:07 +0000 | |
---|---|---|
committer | 2012-12-06 06:50:07 +0000 | |
commit | ebf28033fefbde199c23531188560d8986cbc88a (patch) | |
tree | e086eaae40d175f2db49190fb0ed0713a6067a0d /app-text/gtkspell | |
parent | Add x32 profile so eselect can find it. (diff) | |
download | gentoo-2-ebf28033fefbde199c23531188560d8986cbc88a.tar.gz gentoo-2-ebf28033fefbde199c23531188560d8986cbc88a.tar.bz2 gentoo-2-ebf28033fefbde199c23531188560d8986cbc88a.zip |
Version bump to 3.0.0 official release; remove prerelease snapshot (bug #444802, thanks to Jack). Remove useless doc USE flag.
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'app-text/gtkspell')
-rw-r--r-- | app-text/gtkspell/ChangeLog | 10 | ||||
-rw-r--r-- | app-text/gtkspell/gtkspell-2.0.16.ebuild | 18 | ||||
-rw-r--r-- | app-text/gtkspell/gtkspell-3.0.0.ebuild (renamed from app-text/gtkspell/gtkspell-3.0.0_pre20110814-r1.ebuild) | 35 |
3 files changed, 36 insertions, 27 deletions
diff --git a/app-text/gtkspell/ChangeLog b/app-text/gtkspell/ChangeLog index 28e123dad60f..cac6b3c7fc62 100644 --- a/app-text/gtkspell/ChangeLog +++ b/app-text/gtkspell/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-text/gtkspell # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v 1.91 2012/05/04 03:33:17 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v 1.92 2012/12/06 06:50:07 tetromino Exp $ + +*gtkspell-3.0.0 (06 Dec 2012) + + 06 Dec 2012; Alexandre Rostovtsev <tetromino@gentoo.org> + gtkspell-2.0.16.ebuild, -gtkspell-3.0.0_pre20110814-r1.ebuild, + +gtkspell-3.0.0.ebuild: + Version bump to 3.0.0 official release; remove prerelease snapshot (bug + #444802, thanks to Jack). Remove useless doc USE flag. 04 May 2012; Jeff Horelick <jdhore@gentoo.org> gtkspell-2.0.16.ebuild, gtkspell-3.0.0_pre20110814-r1.ebuild: diff --git a/app-text/gtkspell/gtkspell-2.0.16.ebuild b/app-text/gtkspell/gtkspell-2.0.16.ebuild index c52e08b250a6..96088ad090f9 100644 --- a/app-text/gtkspell/gtkspell-2.0.16.ebuild +++ b/app-text/gtkspell/gtkspell-2.0.16.ebuild @@ -1,25 +1,27 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.16.ebuild,v 1.12 2012/05/04 03:33:17 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.16.ebuild,v 1.13 2012/12/06 06:50:07 tetromino Exp $ EAPI=4 +inherit eutils + DESCRIPTION="Spell checking widget for GTK" HOMEPAGE="http://gtkspell.sourceforge.net/" # gtkspell doesn't use sourceforge mirroring system it seems. SRC_URI="http://${PN}.sourceforge.net/download/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="2" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" -IUSE="doc" +IUSE="" RDEPEND="x11-libs/gtk+:2 >=app-text/enchant-1.1.6" DEPEND="${RDEPEND} - virtual/pkgconfig + dev-util/gtk-doc-am >=dev-util/intltool-0.35.0 - doc? ( dev-util/gtk-doc app-text/docbook-xml-dtd:4.2 )" + virtual/pkgconfig" DOCS=( AUTHORS ChangeLog README ) # NEWS file is empty @@ -29,12 +31,10 @@ src_prepare() { } src_configure() { - econf \ - --disable-static \ - $(use_enable doc gtk-doc) + econf --disable-static } src_install() { default - find "${ED}" -name '*.la' -exec rm -f {} + + prune_libtool_files } diff --git a/app-text/gtkspell/gtkspell-3.0.0_pre20110814-r1.ebuild b/app-text/gtkspell/gtkspell-3.0.0.ebuild index 9ebfeff8743c..2673e001c674 100644 --- a/app-text/gtkspell/gtkspell-3.0.0_pre20110814-r1.ebuild +++ b/app-text/gtkspell/gtkspell-3.0.0.ebuild @@ -1,39 +1,40 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-3.0.0_pre20110814-r1.ebuild,v 1.3 2012/05/04 03:33:17 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-3.0.0.ebuild,v 1.1 2012/12/06 06:50:07 tetromino Exp $ -EAPI="4" +EAPI="5" + +inherit eutils DESCRIPTION="Spell checking widget for GTK" HOMEPAGE="http://gtkspell.sourceforge.net/" -# gtkspell doesn't use sourceforge mirroring system it seems. -#SRC_URI="http://${PN}.sourceforge.net/download/${PN}-2.0.16.tar.gz" -# Prerelease snapshot -SRC_URI="mirror://gentoo/${P}.tar.bz2" +MY_P="${PN}3-${PV}" +SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${MY_P}.tar.gz" -LICENSE="GPL-2" -SLOT="3" +LICENSE="GPL-2+" +SLOT="3/0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" -IUSE="doc" +IUSE="+introspection" RDEPEND=">=app-text/enchant-1.1.6 - x11-libs/gtk+:3 - >=x11-libs/pango-1.8.0" + dev-libs/glib:2 + x11-libs/gtk+:3[introspection?] + >=x11-libs/pango-1.8.0[introspection?] + introspection? ( >=dev-libs/gobject-introspection-1.30 )" DEPEND="${RDEPEND} - virtual/pkgconfig + >=dev-util/gtk-doc-am-1.17 >=dev-util/intltool-0.35.0 + virtual/pkgconfig" - doc? ( >=dev-util/gtk-doc-1.17 app-text/docbook-xml-dtd:4.2 )" - -DOCS=( AUTHORS ChangeLog README ) # NEWS file is empty +S="${WORKDIR}/${MY_P}" src_configure() { econf \ --disable-static \ - $(use_enable doc gtk-doc) + $(use_enable introspection) } src_install() { default - find "${ED}" -name '*.la' -exec rm -f {} + + prune_libtool_files } |