summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2012-08-04 22:24:01 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2012-08-04 22:24:01 +0000
commite197dbfa0b586c3c7d58fe5edf90da132655f228 (patch)
tree2c88f5b8c1a94adb5a2fc99d7074d6fee0d75b7a /sci-calculators/tilp2
parentkeyword amd64-linux, x86-linux (diff)
downloadhistorical-e197dbfa0b586c3c7d58fe5edf90da132655f228.tar.gz
historical-e197dbfa0b586c3c7d58fe5edf90da132655f228.tar.bz2
historical-e197dbfa0b586c3c7d58fe5edf90da132655f228.zip
keyword amd64-linux, x86-linux
Package-Manager: portage-2.2.01.20796-prefix/cvs/Linux x86_64
Diffstat (limited to 'sci-calculators/tilp2')
-rw-r--r--sci-calculators/tilp2/ChangeLog7
-rw-r--r--sci-calculators/tilp2/tilp2-1.14.ebuild47
-rw-r--r--sci-calculators/tilp2/tilp2-1.16.ebuild6
3 files changed, 7 insertions, 53 deletions
diff --git a/sci-calculators/tilp2/ChangeLog b/sci-calculators/tilp2/ChangeLog
index d83107bc29c8..0dc8facb1620 100644
--- a/sci-calculators/tilp2/ChangeLog
+++ b/sci-calculators/tilp2/ChangeLog
@@ -1,6 +1,10 @@
# 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.8 2012/05/04 06:52:08 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tilp2/ChangeLog,v 1.9 2012/08/04 22:14:46 bicatali Exp $
+
+ 04 Aug 2012; SĂ©bastien Fabbro <bicatali@gentoo.org> -tilp2-1.14.ebuild,
+ tilp2-1.16.ebuild:
+ keyword amd64-linux, x86-linux
04 May 2012; Jeff Horelick <jdhore@gentoo.org> tilp2-1.14.ebuild,
tilp2-1.16.ebuild:
@@ -60,4 +64,3 @@
15 Jun 2007; Christian Helbling <helch@gmx.ch> +tilp2-1.03.ebuild,
+metadata.xml:
New ebuild for bug 109220 thanks to Henning Schild
-
diff --git a/sci-calculators/tilp2/tilp2-1.14.ebuild b/sci-calculators/tilp2/tilp2-1.14.ebuild
deleted file mode 100644
index c8147ada542a..000000000000
--- a/sci-calculators/tilp2/tilp2-1.14.ebuild
+++ /dev/null
@@ -1,47 +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.14.ebuild,v 1.2 2012/05/04 06:52:08 jdhore Exp $
-
-EAPI="3"
-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.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="nls threads xinerama"
-
-RDEPEND="dev-libs/glib:2
- gnome-base/libglade:2.0
- x11-libs/gtk+:2
- >=sci-libs/libticalcs2-1.1.5
- >=sci-libs/libticables2-1.3.1
- >=sci-libs/libtifiles2-1.1.3
- >=sci-libs/libticonv-1.1.1
- 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() {
- emake install DESTDIR="${D}" || die "emake install failed"
- rm -f "${ED}"usr/share/${PN}/{Manpage.txt,COPYING,RELEASE,AUTHORS,LICENSES}
- dodoc README AUTHORS ChangeLog RELEASE TODO
- make_desktop_entry tilp "TiLP TI Linker" \
- "${EPREFIX}"/usr/share/${PN}/pixmaps/icon.xpm
-}
diff --git a/sci-calculators/tilp2/tilp2-1.16.ebuild b/sci-calculators/tilp2/tilp2-1.16.ebuild
index 8a6d799ae64b..658cf1e2f348 100644
--- a/sci-calculators/tilp2/tilp2-1.16.ebuild
+++ b/sci-calculators/tilp2/tilp2-1.16.ebuild
@@ -1,6 +1,6 @@
# 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.2 2012/05/04 06:52:08 jdhore Exp $
+# $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
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/tilp/tilp2-linux/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="nls threads xinerama"
RDEPEND="dev-libs/glib:2
@@ -40,9 +40,7 @@ src_configure() {
}
src_install() {
- emake install DESTDIR="${D}" || die
rm -f "${ED}"usr/share/${PN}/{Manpage.txt,COPYING,RELEASE,AUTHORS,LICENSES}
- dodoc README AUTHORS ChangeLog RELEASE TODO
make_desktop_entry tilp "TiLP TI Linker" \
"${EPREFIX}"/usr/share/${PN}/pixmaps/icon.xpm
}