public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-calculators/tiemu: ChangeLog tiemu-3.03.ebuild
@ 2009-03-24 12:22 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2009-03-24 12:22 UTC (permalink / raw
  To: gentoo-commits

bicatali    09/03/24 12:22:37

  Modified:             ChangeLog
  Added:                tiemu-3.03.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc26/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sci-calculators/tiemu/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/tiemu/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/tiemu/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/tiemu/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-calculators/tiemu/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	3 Feb 2009 15:49:54 -0000	1.1
+++ ChangeLog	24 Mar 2009 12:22:37 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for sci-calculators/tiemu
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tiemu/ChangeLog,v 1.1 2009/02/03 15:49:54 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tiemu/ChangeLog,v 1.2 2009/03/24 12:22:37 bicatali Exp $
+
+*tiemu-3.03 (24 Mar 2009)
+
+  24 Mar 2009; Sébastien Fabbro <bicatali@gentoo.org> +tiemu-3.03.ebuild:
+  Version bump
 
 *tiemu-3.02 (03 Feb 2009)
 



1.1                  sci-calculators/tiemu/tiemu-3.03.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/tiemu/tiemu-3.03.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/tiemu/tiemu-3.03.ebuild?rev=1.1&content-type=text/plain

Index: tiemu-3.03.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tiemu/tiemu-3.03.ebuild,v 1.1 2009/03/24 12:22:37 bicatali Exp $

EAPI=2
inherit eutils kde-functions

DESCRIPTION="Texas Instruments hand-helds emulator"
HOMEPAGE="http://lpg.ticalc.org/prj_tiemu/"
SRC_URI="http://repo.calcforge.org/debian/source/${PN}_${PV}.orig.tar.gz"
LICENSE="GPL-2"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="dbus kde nls sdl threads xinerama"

RDEPEND="sci-libs/libticables2
	sci-libs/libticalcs2
	sci-libs/libtifiles2
	sci-libs/libticonv
	>=gnome-base/libglade-2.4.0
	>=x11-libs/gtk+-2.6.0
	dbus? ( >=dev-libs/dbus-glib-0.60 )
	kde? ( kde-base/kdelibs:3.5 )
	nls? ( virtual/libintl )
	sdl? ( media-libs/libsdl )
	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 \
		--disable-debugger \
		--disable-gdb \
		$(use_enable nls) \
		$(use_enable sdl sound) \
		$(use_enable threads) \
		$(use_enable threads threading) \
		$(use_with dbus) \
		$(use_with kde) \
		$(use_with xinerama)
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	rm -f "${D}"usr/share/tiemu/{Manpage.txt,COPYING,RELEASE,AUTHORS,LICENSES}
	dodoc AUTHORS NEWS README README.linux RELEASE THANKS TODO *.txt
	make_desktop_entry tiemu "TiEmu Calculator" \
		/usr/share/tiemu/pixmaps/icon.xpm
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-calculators/tiemu: ChangeLog tiemu-3.03.ebuild
@ 2012-05-04  6:52 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-05-04  6:52 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/05/04 06:52:08

  Modified:             ChangeLog tiemu-3.03.ebuild
  Log:
  dev-util/pkgconfig -> virtual/pkgconfig
  
  (Portage version: 2.2.0_alpha101/cvs/Linux i686)

Revision  Changes    Path
1.8                  sci-calculators/tiemu/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/tiemu/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/tiemu/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/tiemu/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-calculators/tiemu/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	13 Apr 2011 06:21:23 -0000	1.7
+++ ChangeLog	4 May 2012 06:52:08 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for sci-calculators/tiemu
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tiemu/ChangeLog,v 1.7 2011/04/13 06:21:23 xarthisius Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tiemu/ChangeLog,v 1.8 2012/05/04 06:52:08 jdhore Exp $
+
+  04 May 2012; Jeff Horelick <jdhore@gentoo.org> tiemu-3.03.ebuild:
+  dev-util/pkgconfig -> virtual/pkgconfig
 
   13 Apr 2011; Kacper Kowalik <xarthisius@gentoo.org> tiemu-3.03.ebuild,
   +files/tiemu-3.03-r2820.patch:



1.7                  sci-calculators/tiemu/tiemu-3.03.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/tiemu/tiemu-3.03.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/tiemu/tiemu-3.03.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/tiemu/tiemu-3.03.ebuild?r1=1.6&r2=1.7

Index: tiemu-3.03.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-calculators/tiemu/tiemu-3.03.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- tiemu-3.03.ebuild	13 Apr 2011 06:21:23 -0000	1.6
+++ tiemu-3.03.ebuild	4 May 2012 06:52:08 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tiemu/tiemu-3.03.ebuild,v 1.6 2011/04/13 06:21:23 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tiemu/tiemu-3.03.ebuild,v 1.7 2012/05/04 06:52:08 jdhore Exp $
 
 EAPI=2
 inherit eutils
@@ -26,7 +26,7 @@
 	xinerama? ( x11-libs/libXinerama )"
 
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig
+	virtual/pkgconfig
 	nls? ( sys-devel/gettext )
 	xinerama? ( x11-proto/xineramaproto )"
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-04  6:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-04  6:52 [gentoo-commits] gentoo-x86 commit in sci-calculators/tiemu: ChangeLog tiemu-3.03.ebuild Jeff Horelick (jdhore)
  -- strict thread matches above, loose matches on Subject: below --
2009-03-24 12:22 Sebastien Fabbro (bicatali)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox