Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-calculators/tilp2: metadata.xml ChangeLog tilp2-1.16-r1.ebuild tilp2-1.16.ebuild
Date: Thu, 29 Nov 2012 12:01:26
Message-Id: 20121129120114.CF49E20C65@flycatcher.gentoo.org
1 jlec 12/11/29 12:01:14
2
3 Modified: metadata.xml ChangeLog
4 Added: tilp2-1.16-r1.ebuild
5 Removed: tilp2-1.16.ebuild
6 Log:
7 sci-calculators/tilp2: Call default phase function for src_install, #445101
8
9 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
10
11 Revision Changes Path
12 1.2 sci-calculators/tilp2/metadata.xml
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/tilp2/metadata.xml?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/tilp2/metadata.xml?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/tilp2/metadata.xml?r1=1.1&r2=1.2
17
18 Index: metadata.xml
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sci-calculators/tilp2/metadata.xml,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- metadata.xml 3 Feb 2009 15:52:59 -0000 1.1
25 +++ metadata.xml 29 Nov 2012 12:01:14 -0000 1.2
26 @@ -1,8 +1,8 @@
27 <?xml version="1.0" encoding="UTF-8"?>
28 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
29 <pkgmetadata>
30 -<herd>sci</herd>
31 -<longdescription lang="en">
32 + <herd>sci</herd>
33 + <longdescription lang="en">
34 TiLP is a linking program for Texas Instruments' graphing
35 calculators. It can handle any TI calculator (from TI73 to V200) with
36 any link cable. TiLP has all the functions of a linking program and
37
38
39
40 1.10 sci-calculators/tilp2/ChangeLog
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/tilp2/ChangeLog?rev=1.10&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/tilp2/ChangeLog?rev=1.10&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/tilp2/ChangeLog?r1=1.9&r2=1.10
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sci-calculators/tilp2/ChangeLog,v
49 retrieving revision 1.9
50 retrieving revision 1.10
51 diff -u -r1.9 -r1.10
52 --- ChangeLog 4 Aug 2012 22:14:46 -0000 1.9
53 +++ ChangeLog 29 Nov 2012 12:01:14 -0000 1.10
54 @@ -1,6 +1,12 @@
55 # ChangeLog for sci-calculators/tilp2
56 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tilp2/ChangeLog,v 1.9 2012/08/04 22:14:46 bicatali Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tilp2/ChangeLog,v 1.10 2012/11/29 12:01:14 jlec Exp $
59 +
60 +*tilp2-1.16-r1 (29 Nov 2012)
61 +
62 + 29 Nov 2012; Justin Lecher <jlec@g.o> -tilp2-1.16.ebuild,
63 + +tilp2-1.16-r1.ebuild, metadata.xml:
64 + Call default phase function for src_install, #445101
65
66 04 Aug 2012; Sébastien Fabbro <bicatali@g.o> -tilp2-1.14.ebuild,
67 tilp2-1.16.ebuild:
68
69
70
71 1.1 sci-calculators/tilp2/tilp2-1.16-r1.ebuild
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/tilp2/tilp2-1.16-r1.ebuild?rev=1.1&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/tilp2/tilp2-1.16-r1.ebuild?rev=1.1&content-type=text/plain
75
76 Index: tilp2-1.16-r1.ebuild
77 ===================================================================
78 # Copyright 1999-2012 Gentoo Foundation
79 # Distributed under the terms of the GNU General Public License v2
80 # $Header: /var/cvsroot/gentoo-x86/sci-calculators/tilp2/tilp2-1.16-r1.ebuild,v 1.1 2012/11/29 12:01:14 jlec Exp $
81
82 EAPI=4
83
84 inherit eutils
85
86 DESCRIPTION="Communication program for Texas Instruments calculators "
87 HOMEPAGE="http://lpg.ticalc.org/prj_tilp"
88 SRC_URI="mirror://sourceforge/tilp/tilp2-linux/${P}.tar.bz2"
89
90 LICENSE="GPL-2"
91 SLOT="0"
92 KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
93 IUSE="nls threads xinerama"
94
95 RDEPEND="
96 dev-libs/glib:2
97 gnome-base/libglade:2.0
98 x11-libs/gtk+:2
99 >=sci-libs/libticalcs2-1.1.7
100 >=sci-libs/libticables2-1.3.3
101 >=sci-libs/libtifiles2-1.1.5
102 >=sci-libs/libticonv-1.1.3
103 nls? ( virtual/libintl )
104 xinerama? ( x11-libs/libXinerama )"
105 DEPEND="${RDEPEND}
106 virtual/pkgconfig
107 nls? ( sys-devel/gettext )
108 xinerama? ( x11-proto/xineramaproto )"
109
110 src_configure() {
111 # kde seems to be kde3 only
112 econf \
113 --disable-rpath \
114 --without-kde \
115 $(use_enable nls) \
116 $(use_enable threads threading) \
117 $(use_with xinerama)
118 }
119
120 src_install() {
121 default
122 rm -f "${ED}"usr/share/${PN}/{Manpage.txt,COPYING,RELEASE,AUTHORS,LICENSES}
123 }