public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-arcade/xbill: ChangeLog xbill-2.1-r2.ebuild
@ 2007-12-05 22:52 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 2+ messages in thread
From: Alfredo Tupone (tupone) @ 2007-12-05 22:52 UTC (permalink / raw
  To: gentoo-commits

tupone      07/12/05 22:52:44

  Modified:             ChangeLog
  Added:                xbill-2.1-r2.ebuild
  Log:
  Patched to use gtk-2. Bug #201214
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.14                 games-arcade/xbill/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/xbill/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/xbill/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/xbill/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/xbill/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	7 Aug 2007 23:45:32 -0000	1.13
+++ ChangeLog	5 Dec 2007 22:52:43 -0000	1.14
@@ -1,6 +1,12 @@
 # ChangeLog for games-arcade/xbill
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbill/ChangeLog,v 1.13 2007/08/07 23:45:32 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbill/ChangeLog,v 1.14 2007/12/05 22:52:43 tupone Exp $
+
+*xbill-2.1-r2 (05 Dec 2007)
+
+  05 Dec 2007; Tupone Alfredo <tupone@gentoo.org>
+  +files/xbill-2.1-gtk2.patch, +xbill-2.1-r2.ebuild:
+  Patched to use gtk-2. Bug #201214 by yury fedorchenko
 
   07 Aug 2007; Tristan Heaven <nyhm@gentoo.org> xbill-2.1-r1.ebuild:
   Add gtk USE flag, bug #186807 by Pacho Ramos



1.1                  games-arcade/xbill/xbill-2.1-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/xbill/xbill-2.1-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/xbill/xbill-2.1-r2.ebuild?rev=1.1&content-type=text/plain

Index: xbill-2.1-r2.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbill/xbill-2.1-r2.ebuild,v 1.1 2007/12/05 22:52:43 tupone Exp $

inherit eutils autotools games

DESCRIPTION="A game about an evil hacker called Bill!"
HOMEPAGE="http://www.xbill.org/"
SRC_URI="http://www.xbill.org/download/${P}.tar.gz"

LICENSE="GPL-1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~x86"
IUSE="gtk"

DEPEND="gtk? ( =x11-libs/gtk+-2* )
	!gtk? ( x11-libs/libXaw )"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}"/${P}-gtk2.patch
	eautoreconf
}

src_compile() {
	egamesconf \
		--disable-motif \
		$(use_enable gtk) \
		$(use_enable !gtk athena) \
		|| die
	emake || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	newicon pixmaps/icon.xpm ${PN}.xpm
	make_desktop_entry ${PN} XBill ${PN}.xpm
	dodoc ChangeLog README
	prepgamesdirs
}



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in games-arcade/xbill: ChangeLog xbill-2.1-r2.ebuild
@ 2012-05-04  4:22 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-05-04  4:22 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/05/04 04:22:28

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

Revision  Changes    Path
1.22                 games-arcade/xbill/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xbill/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xbill/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xbill/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/xbill/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	28 Feb 2011 23:55:42 -0000	1.21
+++ ChangeLog	4 May 2012 04:22:28 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/xbill
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbill/ChangeLog,v 1.21 2011/02/28 23:55:42 mr_bones_ Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbill/ChangeLog,v 1.22 2012/05/04 04:22:28 jdhore Exp $
+
+  04 May 2012; Jeff Horelick <jdhore@gentoo.org> xbill-2.1-r2.ebuild:
+  dev-util/pkgconfig -> virtual/pkgconfig
 
   28 Feb 2011; Michael Sterrett <mr_bones_@gentoo.org> xbill-2.1-r2.ebuild:
   EAPI=2; slot gtk+ dep



1.9                  games-arcade/xbill/xbill-2.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xbill/xbill-2.1-r2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xbill/xbill-2.1-r2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xbill/xbill-2.1-r2.ebuild?r1=1.8&r2=1.9

Index: xbill-2.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/xbill/xbill-2.1-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xbill-2.1-r2.ebuild	28 Feb 2011 23:55:42 -0000	1.8
+++ xbill-2.1-r2.ebuild	4 May 2012 04:22:28 -0000	1.9
@@ -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/games-arcade/xbill/xbill-2.1-r2.ebuild,v 1.8 2011/02/28 23:55:42 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbill/xbill-2.1-r2.ebuild,v 1.9 2012/05/04 04:22:28 jdhore Exp $
 
 EAPI=2
 inherit eutils autotools games
@@ -17,7 +17,7 @@
 RDEPEND="gtk? ( x11-libs/gtk+:2 )
 	!gtk? ( x11-libs/libXaw )"
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig"
+	virtual/pkgconfig"
 
 src_prepare() {
 	epatch \






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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-05 22:52 [gentoo-commits] gentoo-x86 commit in games-arcade/xbill: ChangeLog xbill-2.1-r2.ebuild Alfredo Tupone (tupone)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-04  4:22 Jeff Horelick (jdhore)

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