summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-11-29 12:01:14 +0000
committerJustin Lecher <jlec@gentoo.org>2012-11-29 12:01:14 +0000
commitd3bf35a07e7d9d457fb53556aa3b6351d4ecc040 (patch)
treeb6865d0039b25fdf55503387bb27c88727d9829a /sci-calculators/tilp2
parentRemove old. (diff)
downloadgentoo-2-d3bf35a07e7d9d457fb53556aa3b6351d4ecc040.tar.gz
gentoo-2-d3bf35a07e7d9d457fb53556aa3b6351d4ecc040.tar.bz2
gentoo-2-d3bf35a07e7d9d457fb53556aa3b6351d4ecc040.zip
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)
Diffstat (limited to 'sci-calculators/tilp2')
-rw-r--r--sci-calculators/tilp2/ChangeLog8
-rw-r--r--sci-calculators/tilp2/metadata.xml4
-rw-r--r--sci-calculators/tilp2/tilp2-1.16-r1.ebuild (renamed from sci-calculators/tilp2/tilp2-1.16.ebuild)8
3 files changed, 13 insertions, 7 deletions
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 <jlec@gentoo.org> -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 <bicatali@gentoo.org> -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 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci</herd>
-<longdescription lang="en">
+ <herd>sci</herd>
+ <longdescription lang="en">
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.ebuild b/sci-calculators/tilp2/tilp2-1.16-r1.ebuild
index 658cf1e2f348..acfe530ef7d0 100644
--- a/sci-calculators/tilp2/tilp2-1.16.ebuild
+++ b/sci-calculators/tilp2/tilp2-1.16-r1.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.3 2012/08/04 22:14:46 bicatali Exp $
+# $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
@@ -15,7 +15,8 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="nls threads xinerama"
-RDEPEND="dev-libs/glib:2
+RDEPEND="
+ dev-libs/glib:2
gnome-base/libglade:2.0
x11-libs/gtk+:2
>=sci-libs/libticalcs2-1.1.7
@@ -40,7 +41,6 @@ src_configure() {
}
src_install() {
+ default
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
}