public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emulation/x48: x48-0.6.3.ebuild metadata.xml ChangeLog x48-0.4.3.ebuild x48-0.6.1.ebuild
@ 2011-01-30 19:47 Diego Petteno (flameeyes)
  0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2011-01-30 19:47 UTC (permalink / raw
  To: gentoo-commits

flameeyes    11/01/30 19:47:28

  Modified:             metadata.xml ChangeLog
  Added:                x48-0.6.3.ebuild
  Removed:              x48-0.4.3.ebuild x48-0.6.1.ebuild
  Log:
  Proxy commit from Kevin McCarthy: version bump to 0.6.3: cleanup with EAPI=3, fix dependencies, don't install the ROM dumps as their license is unclear, fix buffer overflow, add readline USE flag and fix build with it disabled. Update metadata.
  
  (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  app-emulation/x48/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/x48/metadata.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/x48/metadata.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/x48/metadata.xml?r1=1.2&r2=1.3

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/x48/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml	25 Dec 2007 15:37:11 -0000	1.2
+++ metadata.xml	30 Jan 2011 19:47:27 -0000	1.3
@@ -1,8 +1,17 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>no-herd</herd>
-	<maintainer>
-		<email>maintainer-needed@gentoo.org</email>
-	</maintainer>
+  <herd>no-herd</herd>
+
+  <maintainer>
+    <email>signals42@gmail.com</email>
+    <name>Kevin McCarthy</name>
+    <description>Proxied maintainer, assign bugs to him</description>
+  </maintainer>
+
+  <maintainer>
+    <email>flameeyes@gentoo.org</email>
+    <name>Diego Elio Pettenò</name>
+    <description>Proxy maintainer, CC him on bugs</description>
+  </maintainer>
 </pkgmetadata>



1.18                 app-emulation/x48/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/x48/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/x48/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/x48/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/x48/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	22 Sep 2009 17:56:44 -0000	1.17
+++ ChangeLog	30 Jan 2011 19:47:27 -0000	1.18
@@ -1,6 +1,16 @@
 # ChangeLog for app-emulation/x48
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/x48/ChangeLog,v 1.17 2009/09/22 17:56:44 vostorga Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/x48/ChangeLog,v 1.18 2011/01/30 19:47:27 flameeyes Exp $
+
+*x48-0.6.3 (30 Jan 2011)
+
+  30 Jan 2011; Diego E. Pettenò <flameeyes@gentoo.org> -x48-0.4.3.ebuild,
+  -x48-0.6.1.ebuild, +x48-0.6.3.ebuild, +files/x48-0.6.3-no-readline.patch,
+  +files/x48-0.6.3-off-by-one.patch, metadata.xml:
+  Proxy commit from Kevin McCarthy: version bump to 0.6.3: cleanup with EAPI=3,
+  fix dependencies, don't install the ROM dumps as their license is unclear,
+  fix buffer overflow, add readline USE flag and fix build with it disabled.
+  Update metadata.
 
 *x48-0.6.1 (22 Sep 2009)
 



1.1                  app-emulation/x48/x48-0.6.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/x48/x48-0.6.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/x48/x48-0.6.3.ebuild?rev=1.1&content-type=text/plain

Index: x48-0.6.3.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/x48/x48-0.6.3.ebuild,v 1.1 2011/01/30 19:47:27 flameeyes Exp $

EAPI=3

inherit eutils autotools

DESCRIPTION="HP48 Calculator Emulator"
HOMEPAGE="http://x48.berlios.de/"
SRC_URI="mirror://berlios/x48/${P}.tar.gz"
LICENSE="GPL-3"

SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="readline"

RDEPEND="x11-libs/libX11
	x11-libs/libXext
	readline? ( sys-libs/readline )"

DEPEND="${RDEPEND}
	dev-util/pkgconfig
	x11-libs/libXt"

src_prepare() {
	epatch "${FILESDIR}/${P}-off-by-one.patch"
	epatch "${FILESDIR}/${P}-no-readline.patch"
	eautoreconf
}

src_configure() {
	econf $(use_enable readline)
}

src_install() {
	emake DESTDIR="${D}" install || die "install failed."
	dodoc AUTHORS README ChangeLog
}

pkg_postinst() {
	elog "The X48 emulator requires an HP48 ROM image to run."
	elog
	elog "If you own an HP-48 calculator, you can use the ROMDump utility"
	elog "included with this package to obtain this from your calculator."
	elog
	elog "Alternatively, HP has provided the ROM images for non-commercial"
	elog "use only."
	elog
	elog "Due to confusion over the legal status of these ROMs you must"
	elog "manually download one from http://www.hpcalc.org/hp48/pc/emulators/"
	elog
	elog "If you do not know which one to use, try 'HP 48GX Revision R ROM.'"
	elog
	elog "Once you have a ROM, you will need to install it by running:"
	elog
	elog "x48 -rom gxrom-r"
	elog
	elog "You will only have to do this the first time you run X48. The"
	elog "ROM will be stored in ~/.hp48/rom for future runs."
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-01-30 19:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-30 19:47 [gentoo-commits] gentoo-x86 commit in app-emulation/x48: x48-0.6.3.ebuild metadata.xml ChangeLog x48-0.4.3.ebuild x48-0.6.1.ebuild Diego Petteno (flameeyes)

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