summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé María Alonso <nimiux@gentoo.org>2013-01-21 19:30:38 +0000
committerJosé María Alonso <nimiux@gentoo.org>2013-01-21 19:30:38 +0000
commitbff00cc87770814511e2210cd310a77cbe5a76bd (patch)
treec39f8156181e24c2730b0300fae6d2fcfb48a45e /app-emulation
parentStable for HPPA (bug #445602). (diff)
downloadgentoo-2-bff00cc87770814511e2210cd310a77cbe5a76bd.tar.gz
gentoo-2-bff00cc87770814511e2210cd310a77cbe5a76bd.tar.bz2
gentoo-2-bff00cc87770814511e2210cd310a77cbe5a76bd.zip
Drop old version
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/free42/ChangeLog5
-rw-r--r--app-emulation/free42/free42-1.4.74.ebuild43
2 files changed, 4 insertions, 44 deletions
diff --git a/app-emulation/free42/ChangeLog b/app-emulation/free42/ChangeLog
index bc063d88d8db..76bae8c07bd9 100644
--- a/app-emulation/free42/ChangeLog
+++ b/app-emulation/free42/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/free42
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/free42/ChangeLog,v 1.13 2013/01/21 19:10:55 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/free42/ChangeLog,v 1.14 2013/01/21 19:30:38 nimiux Exp $
+
+ 21 Jan 2013; Chema Alonso <nimiux@gentoo.org> -free42-1.4.74.ebuild:
+ Drop old version
*free42-1.4.77 (21 Jan 2013)
diff --git a/app-emulation/free42/free42-1.4.74.ebuild b/app-emulation/free42/free42-1.4.74.ebuild
deleted file mode 100644
index 430171f3f66f..000000000000
--- a/app-emulation/free42/free42-1.4.74.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/free42/free42-1.4.74.ebuild,v 1.6 2012/07/05 16:06:12 nimiux Exp $
-
-EAPI=4
-
-inherit toolchain-funcs
-
-DESCRIPTION="An HP-42S Calculator Simulator"
-HOMEPAGE="http://thomasokken.com/free42/"
-SRC_URI="mirror://gentoo/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="dev-libs/atk
- x11-libs/cairo
- x11-libs/gdk-pixbuf
- x11-libs/gtk+:2
- x11-libs/pango"
-
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- sed -i -e '/^CXXFLAGS :=/{s/-g //;s/$/ \$\{CXXFLAGS\}/}' \
- "${S}/gtk/Makefile" || die
- sed -i -e '/^LDFLAGS =/{s/=/:=/;s/$/ \$\{LDFLAGS\}/}' \
- "${S}/gtk/Makefile" || die
- sed -i -e '/^LDFLAGS +=/d' "${S}/gtk/Makefile" || die
-}
-
-src_compile() {
- emake -j1 CXX="$(tc-getCXX)" -C "${S}/gtk"
-}
-
-src_install() {
- dodoc CREDITS HISTORY README TODO
- dobin gtk/free42bin
-}