* [gentoo-commits] gentoo-x86 commit in x11-misc/bbrun: ChangeLog bbrun-1.6.ebuild
@ 2010-05-28 17:28 Kacper Kowalik (xarthisius)
0 siblings, 0 replies; 2+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2010-05-28 17:28 UTC (permalink / raw
To: gentoo-commits
xarthisius 10/05/28 17:28:42
Modified: ChangeLog bbrun-1.6.ebuild
Log:
Adding missing dependency and respect user flags. Thanks Patrick for the report and Andrew Brouwers for patch.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.22 x11-misc/bbrun/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbrun/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbrun/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbrun/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbrun/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 13 Jan 2008 02:52:07 -0000 1.21
+++ ChangeLog 28 May 2010 17:28:42 -0000 1.22
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/bbrun
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/ChangeLog,v 1.21 2008/01/13 02:52:07 drac Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/ChangeLog,v 1.22 2010/05/28 17:28:42 xarthisius Exp $
+
+ 28 May 2010; Kacper Kowalik <xarthisius@gentoo.org> bbrun-1.6.ebuild,
+ +files/bbrun-1.6-respectflags.patch:
+ Adding missing dependency and respect user flags. Thanks Patrick for the
+ report and Andrew Brouwers for patch.
13 Jan 2008; Samuli Suominen <drac@gentoo.org> bbrun-1.6.ebuild:
toolchanify and stable on amd64.
1.8 x11-misc/bbrun/bbrun-1.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbrun/bbrun-1.6.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbrun/bbrun-1.6.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbrun/bbrun-1.6.ebuild?r1=1.7&r2=1.8
Index: bbrun-1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbrun/bbrun-1.6.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- bbrun-1.6.ebuild 13 Jan 2008 02:52:07 -0000 1.7
+++ bbrun-1.6.ebuild 28 May 2010 17:28:42 -0000 1.8
@@ -1,8 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/bbrun-1.6.ebuild,v 1.7 2008/01/13 02:52:07 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/bbrun-1.6.ebuild,v 1.8 2010/05/28 17:28:42 xarthisius Exp $
-inherit multilib toolchain-funcs
+inherit eutils multilib toolchain-funcs
DESCRIPTION="blackbox program execution dialog box"
HOMEPAGE="http://www.darkops.net/bbrun"
@@ -15,6 +15,7 @@
RDEPEND=">=x11-libs/gtk+-2"
DEPEND="${RDEPEND}
+ x11-libs/libXpm
dev-util/pkgconfig"
S=${WORKDIR}/${P}/${PN}
@@ -22,7 +23,7 @@
src_unpack() {
unpack ${A}
cd "${S}"
- sed -e "s:-O2::" -e "s:-g:${CFLAGS}:g" -i Makefile
+ epatch "${FILESDIR}"/${P}-respectflags.patch
}
src_compile() {
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/bbrun: ChangeLog bbrun-1.6.ebuild
@ 2011-03-28 17:47 Christoph Mende (angelos)
0 siblings, 0 replies; 2+ messages in thread
From: Christoph Mende (angelos) @ 2011-03-28 17:47 UTC (permalink / raw
To: gentoo-commits
angelos 11/03/28 17:47:29
Modified: ChangeLog bbrun-1.6.ebuild
Log:
Fixed gtk+ dep and cleanup
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Revision Changes Path
1.23 x11-misc/bbrun/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbrun/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbrun/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbrun/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbrun/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 28 May 2010 17:28:42 -0000 1.22
+++ ChangeLog 28 Mar 2011 17:47:29 -0000 1.23
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/bbrun
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/ChangeLog,v 1.22 2010/05/28 17:28:42 xarthisius Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/ChangeLog,v 1.23 2011/03/28 17:47:29 angelos Exp $
+
+ 28 Mar 2011; Christoph Mende <angelos@gentoo.org> bbrun-1.6.ebuild:
+ Fixed gtk+ dep and cleanup
28 May 2010; Kacper Kowalik <xarthisius@gentoo.org> bbrun-1.6.ebuild,
+files/bbrun-1.6-respectflags.patch:
1.9 x11-misc/bbrun/bbrun-1.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbrun/bbrun-1.6.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbrun/bbrun-1.6.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbrun/bbrun-1.6.ebuild?r1=1.8&r2=1.9
Index: bbrun-1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbrun/bbrun-1.6.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- bbrun-1.6.ebuild 28 May 2010 17:28:42 -0000 1.8
+++ bbrun-1.6.ebuild 28 Mar 2011 17:47:29 -0000 1.9
@@ -1,7 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/bbrun-1.6.ebuild,v 1.8 2010/05/28 17:28:42 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/bbrun-1.6.ebuild,v 1.9 2011/03/28 17:47:29 angelos Exp $
+EAPI=3
inherit eutils multilib toolchain-funcs
DESCRIPTION="blackbox program execution dialog box"
@@ -13,16 +14,14 @@
KEYWORDS="amd64 ppc sparc x86"
IUSE=""
-RDEPEND=">=x11-libs/gtk+-2"
+RDEPEND="x11-libs/gtk+:2"
DEPEND="${RDEPEND}
x11-libs/libXpm
dev-util/pkgconfig"
S=${WORKDIR}/${P}/${PN}
-src_unpack() {
- unpack ${A}
- cd "${S}"
+src_prepare() {
epatch "${FILESDIR}"/${P}-respectflags.patch
}
@@ -32,6 +31,6 @@
}
src_install () {
- dobin ${PN}
- dodoc ../{Changelog,README}
+ dobin ${PN} || die
+ dodoc ../{Changelog,README} || die
}
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-03-28 17:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-28 17:47 [gentoo-commits] gentoo-x86 commit in x11-misc/bbrun: ChangeLog bbrun-1.6.ebuild Christoph Mende (angelos)
-- strict thread matches above, loose matches on Subject: below --
2010-05-28 17:28 Kacper Kowalik (xarthisius)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox