diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-02-19 13:49:32 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-02-19 13:49:32 +0000 |
commit | 5c3bfd2c783626dc296ac801a0474beb6ca695e8 (patch) | |
tree | f5f6c1daa6b8b621c625a2fd9ae8378d3b75da99 /sci-libs | |
parent | maintain (diff) | |
download | gentoo-2-5c3bfd2c783626dc296ac801a0474beb6ca695e8.tar.gz gentoo-2-5c3bfd2c783626dc296ac801a0474beb6ca695e8.tar.bz2 gentoo-2-5c3bfd2c783626dc296ac801a0474beb6ca695e8.zip |
Version bump, remove .la file, drop old
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/libticalcs2/ChangeLog | 10 | ||||
-rw-r--r-- | sci-libs/libticalcs2/libticalcs2-1.1.0.ebuild | 44 | ||||
-rw-r--r-- | sci-libs/libticalcs2/libticalcs2-1.1.3.ebuild | 44 | ||||
-rw-r--r-- | sci-libs/libticalcs2/libticalcs2-1.1.7.ebuild | 40 |
4 files changed, 48 insertions, 90 deletions
diff --git a/sci-libs/libticalcs2/ChangeLog b/sci-libs/libticalcs2/ChangeLog index 583178886ba5..1a573e9127e1 100644 --- a/sci-libs/libticalcs2/ChangeLog +++ b/sci-libs/libticalcs2/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-libs/libticalcs2 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libticalcs2/ChangeLog,v 1.5 2011/03/15 21:21:44 bicatali Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libticalcs2/ChangeLog,v 1.6 2012/02/19 13:49:32 xarthisius Exp $ + +*libticalcs2-1.1.7 (19 Feb 2012) + + 19 Feb 2012; Kacper Kowalik <xarthisius@gentoo.org> +libticalcs2-1.1.7.ebuild, + -libticalcs2-1.1.0.ebuild, -libticalcs2-1.1.3.ebuild: + Version bump, remove .la file, drop old *libticalcs2-1.1.5 (15 Mar 2011) diff --git a/sci-libs/libticalcs2/libticalcs2-1.1.0.ebuild b/sci-libs/libticalcs2/libticalcs2-1.1.0.ebuild deleted file mode 100644 index f9640c33b684..000000000000 --- a/sci-libs/libticalcs2/libticalcs2-1.1.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libticalcs2/libticalcs2-1.1.0.ebuild,v 1.2 2011/03/02 20:06:37 jlec Exp $ - -EAPI=2 -inherit eutils - -DESCRIPTION="Library for communication with TI calculators" -HOMEPAGE="http://lpg.ticalc.org/prj_tilp/" -SRC_URI="mirror://sourceforge/gtktiemu/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc nls threads" - -RDEPEND="dev-libs/glib:2 - >=sci-libs/libticables2-1.2.0 - >=sci-libs/libticonv-1.1.0 - >=sci-libs/libtifiles2-1.1.0 - nls? ( virtual/libintl )" - -DEPEND="${RDEPEND} - dev-util/pkgconfig - nls? ( sys-devel/gettext )" - -src_prepare() { - epatch "${FILESDIR}"/${P}-locale.patch -} - -src_configure() { - econf \ - --disable-rpath \ - $(use_enable nls) \ - $(use_enable threads) -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS LOGO NEWS README ChangeLog docs/api.txt - if use doc; then - dohtml docs/html/* - fi -} diff --git a/sci-libs/libticalcs2/libticalcs2-1.1.3.ebuild b/sci-libs/libticalcs2/libticalcs2-1.1.3.ebuild deleted file mode 100644 index adcc12a188f4..000000000000 --- a/sci-libs/libticalcs2/libticalcs2-1.1.3.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libticalcs2/libticalcs2-1.1.3.ebuild,v 1.3 2011/03/02 20:06:37 jlec Exp $ - -EAPI=2 -inherit eutils - -DESCRIPTION="Library for communication with TI calculators" -HOMEPAGE="http://lpg.ticalc.org/prj_tilp/" -SRC_URI="http://repo.calcforge.org/debian/source/${PN}_${PV}.orig.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="doc nls threads" - -RDEPEND="dev-libs/glib:2 - >=sci-libs/libticables2-1.2.0 - >=sci-libs/libticonv-1.1.0 - >=sci-libs/libtifiles2-1.1.0 - nls? ( virtual/libintl )" - -DEPEND="${RDEPEND} - dev-util/pkgconfig - nls? ( sys-devel/gettext )" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-1.1.0-locale.patch -} - -src_configure() { - econf \ - --disable-rpath \ - $(use_enable nls) \ - $(use_enable threads) -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS LOGO NEWS README ChangeLog docs/api.txt - if use doc; then - dohtml docs/html/* - fi -} diff --git a/sci-libs/libticalcs2/libticalcs2-1.1.7.ebuild b/sci-libs/libticalcs2/libticalcs2-1.1.7.ebuild new file mode 100644 index 000000000000..aec88b771005 --- /dev/null +++ b/sci-libs/libticalcs2/libticalcs2-1.1.7.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libticalcs2/libticalcs2-1.1.7.ebuild,v 1.1 2012/02/19 13:49:32 xarthisius Exp $ + +EAPI=4 + +inherit eutils multilib + +DESCRIPTION="Library for communication with TI calculators" +HOMEPAGE="http://lpg.ticalc.org/prj_tilp/" +SRC_URI="mirror://sourceforge/tilp/tilp2-linux/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="doc nls static-libs" + +RDEPEND="dev-libs/glib:2 + >=sci-libs/libticables2-1.3.3 + >=sci-libs/libticonv-1.1.3 + >=sci-libs/libtifiles2-1.1.5 + nls? ( virtual/libintl )" +DEPEND="${RDEPEND} + dev-util/pkgconfig + nls? ( sys-devel/gettext )" + +DOCS=( AUTHORS LOGO NEWS README ChangeLog docs/api.txt ) + +src_configure() { + econf \ + --disable-rpath \ + $(use_enable nls) \ + $(use_enable static-libs static) +} + +src_install() { + default + use doc && dohtml docs/html/* + use static-libs || rm "${D}"/usr/$(get_libdir)/${PN}.la +} |