summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2012-08-04 22:11:04 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2012-08-04 22:11:04 +0000
commita165cb22e59939619b65f1129048ea20998db5c4 (patch)
tree82a5019f1809976cdfc9eefda86042e8f1783cc1 /sci-calculators
parentkeyword amd64-linux, x86-linux (diff)
downloadgentoo-2-a165cb22e59939619b65f1129048ea20998db5c4.tar.gz
gentoo-2-a165cb22e59939619b65f1129048ea20998db5c4.tar.bz2
gentoo-2-a165cb22e59939619b65f1129048ea20998db5c4.zip
keyword amd64-linux, x86-linux
(Portage version: 2.2.01.20796-prefix/cvs/Linux x86_64)
Diffstat (limited to 'sci-calculators')
-rw-r--r--sci-calculators/tiemu/ChangeLog6
-rw-r--r--sci-calculators/tiemu/tiemu-3.03.ebuild16
2 files changed, 12 insertions, 10 deletions
diff --git a/sci-calculators/tiemu/ChangeLog b/sci-calculators/tiemu/ChangeLog
index 858779c26da1..805f679167a5 100644
--- a/sci-calculators/tiemu/ChangeLog
+++ b/sci-calculators/tiemu/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-calculators/tiemu
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tiemu/ChangeLog,v 1.9 2012/08/04 22:11:04 bicatali Exp $
+
+ 04 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> tiemu-3.03.ebuild:
+ keyword amd64-linux, x86-linux
04 May 2012; Jeff Horelick <jdhore@gentoo.org> tiemu-3.03.ebuild:
dev-util/pkgconfig -> virtual/pkgconfig
@@ -42,4 +45,3 @@
+tiemu-3.02.ebuild:
Version bump and transfer upstream's renaming (was sci-calculators/tiemu3).
Bug is still #112985.
-
diff --git a/sci-calculators/tiemu/tiemu-3.03.ebuild b/sci-calculators/tiemu/tiemu-3.03.ebuild
index 94d47b18fadd..d52c14294802 100644
--- a/sci-calculators/tiemu/tiemu-3.03.ebuild
+++ b/sci-calculators/tiemu/tiemu-3.03.ebuild
@@ -1,8 +1,8 @@
# 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.7 2012/05/04 06:52:08 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tiemu/tiemu-3.03.ebuild,v 1.8 2012/08/04 22:11:04 bicatali Exp $
-EAPI=2
+EAPI=4
inherit eutils
DESCRIPTION="Texas Instruments hand-helds emulator"
@@ -11,7 +11,7 @@ SRC_URI="http://repo.calcforge.org/debian/source/${PN}_${PV}.orig.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="dbus nls sdl threads xinerama"
RDEPEND="sci-libs/libticables2
@@ -31,7 +31,8 @@ DEPEND="${RDEPEND}
xinerama? ( x11-proto/xineramaproto )"
src_prepare() {
- epatch "${FILESDIR}"/${P}-remove_depreciated_gtk_calls.patch \
+ epatch \
+ "${FILESDIR}"/${P}-remove_depreciated_gtk_calls.patch \
"${FILESDIR}"/${P}-r2820.patch
# Don't use GTK_DISABLE_DEPRECATED flags
@@ -53,9 +54,8 @@ src_configure() {
}
src_install() {
- emake DESTDIR="${D}" install || die
- rm -f "${D}"usr/share/tiemu/{Manpage.txt,COPYING,RELEASE,AUTHORS,LICENSES}
- dodoc AUTHORS NEWS README README.linux RELEASE TODO
+ deault
+ rm -f "${ED}"usr/share/tiemu/{Manpage.txt,COPYING,RELEASE,AUTHORS,LICENSES}
make_desktop_entry tiemu "TiEmu Calculator" \
- /usr/share/tiemu/pixmaps/icon.xpm
+ "${EPREFIX}"/usr/share/tiemu/pixmaps/icon.xpm
}