From d3bf35a07e7d9d457fb53556aa3b6351d4ecc040 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Thu, 29 Nov 2012 12:01:14 +0000 Subject: sci-calculators/tilp2: Call default phase function for src_install, #445101 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 70EB7916) --- sci-calculators/tilp2/ChangeLog | 8 +++++- sci-calculators/tilp2/metadata.xml | 4 +-- sci-calculators/tilp2/tilp2-1.16-r1.ebuild | 46 ++++++++++++++++++++++++++++++ sci-calculators/tilp2/tilp2-1.16.ebuild | 46 ------------------------------ 4 files changed, 55 insertions(+), 49 deletions(-) create mode 100644 sci-calculators/tilp2/tilp2-1.16-r1.ebuild delete mode 100644 sci-calculators/tilp2/tilp2-1.16.ebuild (limited to 'sci-calculators/tilp2') diff --git a/sci-calculators/tilp2/ChangeLog b/sci-calculators/tilp2/ChangeLog index 0dc8facb1620..9781d2592de7 100644 --- a/sci-calculators/tilp2/ChangeLog +++ b/sci-calculators/tilp2/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-calculators/tilp2 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tilp2/ChangeLog,v 1.9 2012/08/04 22:14:46 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tilp2/ChangeLog,v 1.10 2012/11/29 12:01:14 jlec Exp $ + +*tilp2-1.16-r1 (29 Nov 2012) + + 29 Nov 2012; Justin Lecher -tilp2-1.16.ebuild, + +tilp2-1.16-r1.ebuild, metadata.xml: + Call default phase function for src_install, #445101 04 Aug 2012; Sébastien Fabbro -tilp2-1.14.ebuild, tilp2-1.16.ebuild: diff --git a/sci-calculators/tilp2/metadata.xml b/sci-calculators/tilp2/metadata.xml index 16c5f62032f5..e891795ef959 100644 --- a/sci-calculators/tilp2/metadata.xml +++ b/sci-calculators/tilp2/metadata.xml @@ -1,8 +1,8 @@ -sci - + sci + TiLP is a linking program for Texas Instruments' graphing calculators. It can handle any TI calculator (from TI73 to V200) with any link cable. TiLP has all the functions of a linking program and diff --git a/sci-calculators/tilp2/tilp2-1.16-r1.ebuild b/sci-calculators/tilp2/tilp2-1.16-r1.ebuild new file mode 100644 index 000000000000..acfe530ef7d0 --- /dev/null +++ b/sci-calculators/tilp2/tilp2-1.16-r1.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tilp2/tilp2-1.16-r1.ebuild,v 1.1 2012/11/29 12:01:14 jlec Exp $ + +EAPI=4 + +inherit eutils + +DESCRIPTION="Communication program for Texas Instruments 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 ~amd64-linux ~x86-linux" +IUSE="nls threads xinerama" + +RDEPEND=" + dev-libs/glib:2 + gnome-base/libglade:2.0 + x11-libs/gtk+:2 + >=sci-libs/libticalcs2-1.1.7 + >=sci-libs/libticables2-1.3.3 + >=sci-libs/libtifiles2-1.1.5 + >=sci-libs/libticonv-1.1.3 + nls? ( virtual/libintl ) + xinerama? ( x11-libs/libXinerama )" +DEPEND="${RDEPEND} + virtual/pkgconfig + nls? ( sys-devel/gettext ) + xinerama? ( x11-proto/xineramaproto )" + +src_configure() { + # kde seems to be kde3 only + econf \ + --disable-rpath \ + --without-kde \ + $(use_enable nls) \ + $(use_enable threads threading) \ + $(use_with xinerama) +} + +src_install() { + default + rm -f "${ED}"usr/share/${PN}/{Manpage.txt,COPYING,RELEASE,AUTHORS,LICENSES} +} diff --git a/sci-calculators/tilp2/tilp2-1.16.ebuild b/sci-calculators/tilp2/tilp2-1.16.ebuild deleted file mode 100644 index 658cf1e2f348..000000000000 --- a/sci-calculators/tilp2/tilp2-1.16.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tilp2/tilp2-1.16.ebuild,v 1.3 2012/08/04 22:14:46 bicatali Exp $ - -EAPI=4 - -inherit eutils - -DESCRIPTION="Communication program for Texas Instruments 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 ~amd64-linux ~x86-linux" -IUSE="nls threads xinerama" - -RDEPEND="dev-libs/glib:2 - gnome-base/libglade:2.0 - x11-libs/gtk+:2 - >=sci-libs/libticalcs2-1.1.7 - >=sci-libs/libticables2-1.3.3 - >=sci-libs/libtifiles2-1.1.5 - >=sci-libs/libticonv-1.1.3 - nls? ( virtual/libintl ) - xinerama? ( x11-libs/libXinerama )" -DEPEND="${RDEPEND} - virtual/pkgconfig - nls? ( sys-devel/gettext ) - xinerama? ( x11-proto/xineramaproto )" - -src_configure() { - # kde seems to be kde3 only - econf \ - --disable-rpath \ - --without-kde \ - $(use_enable nls) \ - $(use_enable threads threading) \ - $(use_with xinerama) -} - -src_install() { - rm -f "${ED}"usr/share/${PN}/{Manpage.txt,COPYING,RELEASE,AUTHORS,LICENSES} - make_desktop_entry tilp "TiLP TI Linker" \ - "${EPREFIX}"/usr/share/${PN}/pixmaps/icon.xpm -} -- cgit v1.2.3-65-gdbad