* [gentoo-commits] gentoo-x86 commit in sci-calculators/tilp2: ChangeLog tilp2-1.12.ebuild
@ 2009-03-24 12:18 Sebastien Fabbro (bicatali)
0 siblings, 0 replies; 3+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2009-03-24 12:18 UTC (permalink / raw
To: gentoo-commits
bicatali 09/03/24 12:18:04
Modified: ChangeLog
Added: tilp2-1.12.ebuild
Log:
Version bump
(Portage version: 2.2_rc26/cvs/Linux x86_64)
Revision Changes Path
1.2 sci-calculators/tilp2/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/tilp2/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/tilp2/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/tilp2/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-calculators/tilp2/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 3 Feb 2009 15:52:59 -0000 1.1
+++ ChangeLog 24 Mar 2009 12:18:04 -0000 1.2
@@ -1,6 +1,11 @@
# ChangeLog for sci-calculators/tilp2
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tilp2/ChangeLog,v 1.1 2009/02/03 15:52:59 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tilp2/ChangeLog,v 1.2 2009/03/24 12:18:04 bicatali Exp $
+
+*tilp2-1.12 (24 Mar 2009)
+
+ 24 Mar 2009; Sébastien Fabbro <bicatali@gentoo.org> +tilp2-1.12.ebuild:
+ Version bump
*tilp2-1.11 (03 Feb 2009)
1.1 sci-calculators/tilp2/tilp2-1.12.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/tilp2/tilp2-1.12.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/tilp2/tilp2-1.12.ebuild?rev=1.1&content-type=text/plain
Index: tilp2-1.12.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tilp2/tilp2-1.12.ebuild,v 1.1 2009/03/24 12:18:04 bicatali Exp $
EAPI="2"
inherit eutils kde-functions
DESCRIPTION="Communication program for Texas Instruments 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 ~x86"
IUSE="kde nls threads xinerama"
RDEPEND="sci-libs/libticalcs2
sci-libs/libticables2
sci-libs/libtifiles2
sci-libs/libticonv
!sci-calculators/tilp
>=x11-libs/gtk+-2.6.0
>=dev-libs/glib-2.6.0
>=gnome-base/libglade-2
kde? ( kde-base/kdelibs:3.5 )
nls? ( virtual/libintl )
xinerama? ( x11-libs/libXinerama )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
nls? ( sys-devel/gettext )
xinerama? ( x11-proto/xineramaproto )"
src_configure() {
use kde && set-kdedir 3
econf \
--disable-rpath \
$(use_enable threads) \
$(use_enable threads threading) \
$(use_with kde) \
$(use_with xinerama)
}
src_install() {
emake install DESTDIR="${D}" || die "emake install failed"
rm -f "${D}"usr/share/tiemu/{Manpage.txt,COPYING,RELEASE,AUTHORS,LICENSES}
dodoc README AUTHORS ChangeLog RELEASE TODO *.txt
make_desktop_entry tilp "TILP2 TI Linker" \
/usr/share/tilp2/pixmaps/icon.xpm
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-calculators/tilp2: ChangeLog tilp2-1.12.ebuild
@ 2009-03-24 23:11 Joseph Jezak (josejx)
0 siblings, 0 replies; 3+ messages in thread
From: Joseph Jezak (josejx) @ 2009-03-24 23:11 UTC (permalink / raw
To: gentoo-commits
josejx 09/03/24 23:11:02
Modified: ChangeLog tilp2-1.12.ebuild
Log:
Marked ~ppc for bug #263593.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Revision Changes Path
1.3 sci-calculators/tilp2/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/tilp2/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/tilp2/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/tilp2/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-calculators/tilp2/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 24 Mar 2009 12:18:04 -0000 1.2
+++ ChangeLog 24 Mar 2009 23:11:02 -0000 1.3
@@ -1,6 +1,9 @@
# ChangeLog for sci-calculators/tilp2
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tilp2/ChangeLog,v 1.2 2009/03/24 12:18:04 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tilp2/ChangeLog,v 1.3 2009/03/24 23:11:02 josejx Exp $
+
+ 24 Mar 2009; Joseph Jezak <josejx@gentoo.org> tilp2-1.12.ebuild:
+ Marked ~ppc for bug #263593.
*tilp2-1.12 (24 Mar 2009)
1.2 sci-calculators/tilp2/tilp2-1.12.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/tilp2/tilp2-1.12.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/tilp2/tilp2-1.12.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/tilp2/tilp2-1.12.ebuild?r1=1.1&r2=1.2
Index: tilp2-1.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-calculators/tilp2/tilp2-1.12.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tilp2-1.12.ebuild 24 Mar 2009 12:18:04 -0000 1.1
+++ tilp2-1.12.ebuild 24 Mar 2009 23:11:02 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tilp2/tilp2-1.12.ebuild,v 1.1 2009/03/24 12:18:04 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tilp2/tilp2-1.12.ebuild,v 1.2 2009/03/24 23:11:02 josejx Exp $
EAPI="2"
inherit eutils kde-functions
@@ -11,7 +11,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE="kde nls threads xinerama"
RDEPEND="sci-libs/libticalcs2
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-calculators/tilp2: ChangeLog tilp2-1.12.ebuild
@ 2011-03-02 13:32 Justin Lecher (jlec)
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher (jlec) @ 2011-03-02 13:32 UTC (permalink / raw
To: gentoo-commits
jlec 11/03/02 13:32:26
Modified: ChangeLog tilp2-1.12.ebuild
Log:
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Revision Changes Path
1.5 sci-calculators/tilp2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/tilp2/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/tilp2/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/tilp2/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-calculators/tilp2/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 11 Nov 2009 19:33:16 -0000 1.4
+++ ChangeLog 2 Mar 2011 13:32:26 -0000 1.5
@@ -1,6 +1,9 @@
# ChangeLog for sci-calculators/tilp2
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tilp2/ChangeLog,v 1.4 2009/11/11 19:33:16 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tilp2/ChangeLog,v 1.5 2011/03/02 13:32:26 jlec Exp $
+
+ 02 Mar 2011; Justin Lecher <jlec@gentoo.org> tilp2-1.12.ebuild:
+ Correct Slots for gtk 3 introduction to tree
11 Nov 2009; Samuli Suominen <ssuominen@gentoo.org> tilp2-1.12.ebuild:
Remove kde-base/kdelibs:3.5 support.
1.4 sci-calculators/tilp2/tilp2-1.12.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/tilp2/tilp2-1.12.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/tilp2/tilp2-1.12.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/tilp2/tilp2-1.12.ebuild?r1=1.3&r2=1.4
Index: tilp2-1.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-calculators/tilp2/tilp2-1.12.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tilp2-1.12.ebuild 11 Nov 2009 19:33:16 -0000 1.3
+++ tilp2-1.12.ebuild 2 Mar 2011 13:32:26 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tilp2/tilp2-1.12.ebuild,v 1.3 2009/11/11 19:33:16 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tilp2/tilp2-1.12.ebuild,v 1.4 2011/03/02 13:32:26 jlec Exp $
EAPI="2"
inherit eutils
@@ -14,14 +14,15 @@
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="nls threads xinerama"
-RDEPEND="sci-libs/libticalcs2
+RDEPEND="
+ sci-libs/libticalcs2
sci-libs/libticables2
sci-libs/libtifiles2
sci-libs/libticonv
!sci-calculators/tilp
- >=x11-libs/gtk+-2.6.0
- >=dev-libs/glib-2.6.0
- >=gnome-base/libglade-2
+ x11-libs/gtk+:2
+ dev-libs/glib:2
+ gnome-base/libglade:2.0
nls? ( virtual/libintl )
xinerama? ( x11-libs/libXinerama )"
DEPEND="${RDEPEND}
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-03-02 13:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-24 12:18 [gentoo-commits] gentoo-x86 commit in sci-calculators/tilp2: ChangeLog tilp2-1.12.ebuild Sebastien Fabbro (bicatali)
-- strict thread matches above, loose matches on Subject: below --
2009-03-24 23:11 Joseph Jezak (josejx)
2011-03-02 13:32 Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox