public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/bbppp: bbppp-0.2.5.ebuild ChangeLog bbppp-0.2.3.ebuild
@ 2010-05-30 18:29 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 3+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2010-05-30 18:29 UTC (permalink / raw
  To: gentoo-commits

xarthisius    10/05/30 18:29:20

  Modified:             ChangeLog bbppp-0.2.3.ebuild
  Added:                bbppp-0.2.5.ebuild
  Log:
  Version bump. Fixing build with as-needed wrt bug 248552. Thanks Diego for report
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 x11-misc/bbppp/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbppp/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbppp/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbppp/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbppp/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	27 Dec 2008 23:11:55 -0000	1.13
+++ ChangeLog	30 May 2010 18:29:20 -0000	1.14
@@ -1,6 +1,14 @@
 # ChangeLog for x11-misc/bbppp
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbppp/ChangeLog,v 1.13 2008/12/27 23:11:55 coldwind Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbppp/ChangeLog,v 1.14 2010/05/30 18:29:20 xarthisius Exp $
+
+*bbppp-0.2.5 (30 May 2010)
+
+  30 May 2010; Kacper Kowalik <xarthisius@gentoo.org> bbppp-0.2.3.ebuild,
+  +bbppp-0.2.5.ebuild, +files/bbppp-0.2.5-gcc3-multiline.patch,
+  +files/bbppp-asneeded.patch:
+  Version bump. Fixing build with as-needed wrt bug 248552. Thanks Diego for
+  report
 
   27 Dec 2008; Santiago M. Mola <coldwind@gentoo.org>
   -bbppp-0.2.2-r1.ebuild, -bbppp-0.2.2-r2.ebuild, bbppp-0.2.3.ebuild:



1.8                  x11-misc/bbppp/bbppp-0.2.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbppp/bbppp-0.2.3.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbppp/bbppp-0.2.3.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbppp/bbppp-0.2.3.ebuild?r1=1.7&r2=1.8

Index: bbppp-0.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbppp/bbppp-0.2.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- bbppp-0.2.3.ebuild	27 Dec 2008 23:11:55 -0000	1.7
+++ bbppp-0.2.3.ebuild	30 May 2010 18:29:20 -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/bbppp/bbppp-0.2.3.ebuild,v 1.7 2008/12/27 23:11:55 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbppp/bbppp-0.2.3.ebuild,v 1.8 2010/05/30 18:29:20 xarthisius Exp $
 
-inherit eutils
+inherit autotools eutils
 
 DESCRIPTION="blackbox ppp frontend/monitor"
 HOMEPAGE="http://bbtools.windsofstorm.net/sources/available.phtml#bbppp"
@@ -13,17 +13,22 @@
 KEYWORDS="ppc sparc x86"
 IUSE=""
 
-DEPEND="virtual/blackbox"
+DEPEND="x11-libs/libX11"
+DEPEND="${DEPEND}
+	virtual/blackbox"
 
 src_unpack() {
 	unpack ${A}
 	cd "${S}"
-	epatch "${FILESDIR}"/${PN}-gcc3-multiline.diff
+	epatch "${FILESDIR}"/${PN}-gcc3-multiline.diff \
+		"${FILESDIR}"/${PN}-asneeded.patch
+	eautoreconf
 }
 
 src_install () {
 	make DESTDIR="${D}" install || die
-	dodoc README AUTHORS BUGS INSTALL ChangeLog NEWS TODO data/README.bbppp
+	dodoc README AUTHORS BUGS ChangeLog NEWS TODO data/README.bbppp || die
+	rm "${D}"/usr/share/bbtools/README.bbppp
 }
 
 pkg_postinst() {



1.1                  x11-misc/bbppp/bbppp-0.2.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbppp/bbppp-0.2.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbppp/bbppp-0.2.5.ebuild?rev=1.1&content-type=text/plain

Index: bbppp-0.2.5.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbppp/bbppp-0.2.5.ebuild,v 1.1 2010/05/30 18:29:20 xarthisius Exp $

EAPI=2

inherit autotools eutils

DESCRIPTION="blackbox ppp frontend/monitor"
HOMEPAGE="http://bbtools.windsofstorm.net/sources/available.phtml#bbppp"
SRC_URI="mirror://sourceforge/bbtools/${PN}/${P}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""

DEPEND="x11-libs/libX11"
RDEPEND="${DEPEND}
	virtual/blackbox"

src_prepare() {
	epatch "${FILESDIR}"/${P}-gcc3-multiline.patch \
		"${FILESDIR}"/${PN}-asneeded.patch
	eautoreconf
}

src_install () {
	emake DESTDIR="${D}" install || die
	dodoc README AUTHORS BUGS ChangeLog NEWS TODO data/README.bbppp || die
	rm "${D}"/usr/share/bbtools/README.bbppp
}

pkg_postinst() {
	# don't assume blackbox exists because virtual/blackbox is installed
	if [[ -x ${ROOT}/usr/bin/blackbox ]] ; then
		if ! grep bbppp "${ROOT}"/usr/bin/blackbox &>/dev/null ; then
			sed -e "s/.*blackbox/exec \/usr\/bin\/bbppp \&\n&/" blackbox | cat > blackbox
		fi
	fi
}






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/bbppp: bbppp-0.2.5.ebuild ChangeLog bbppp-0.2.3.ebuild
@ 2011-04-16 17:33 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Mueller (ulm) @ 2011-04-16 17:33 UTC (permalink / raw
  To: gentoo-commits

ulm         11/04/16 17:33:48

  Modified:             bbppp-0.2.5.ebuild ChangeLog bbppp-0.2.3.ebuild
  Log:
  Remove bogus dependency on virtual/blackbox, bug 358825.
  
  (Portage version: 2.1.9.46/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  x11-misc/bbppp/bbppp-0.2.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbppp/bbppp-0.2.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbppp/bbppp-0.2.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbppp/bbppp-0.2.5.ebuild?r1=1.1&r2=1.2

Index: bbppp-0.2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbppp/bbppp-0.2.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bbppp-0.2.5.ebuild	30 May 2010 18:29:20 -0000	1.1
+++ bbppp-0.2.5.ebuild	16 Apr 2011 17:33:47 -0000	1.2
@@ -1,6 +1,6 @@
-# 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/bbppp/bbppp-0.2.5.ebuild,v 1.1 2010/05/30 18:29:20 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbppp/bbppp-0.2.5.ebuild,v 1.2 2011/04/16 17:33:47 ulm Exp $
 
 EAPI=2
 
@@ -16,8 +16,6 @@
 IUSE=""
 
 DEPEND="x11-libs/libX11"
-RDEPEND="${DEPEND}
-	virtual/blackbox"
 
 src_prepare() {
 	epatch "${FILESDIR}"/${P}-gcc3-multiline.patch \



1.15                 x11-misc/bbppp/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbppp/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbppp/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbppp/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbppp/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	30 May 2010 18:29:20 -0000	1.14
+++ ChangeLog	16 Apr 2011 17:33:47 -0000	1.15
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/bbppp
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbppp/ChangeLog,v 1.14 2010/05/30 18:29:20 xarthisius Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbppp/ChangeLog,v 1.15 2011/04/16 17:33:47 ulm Exp $
+
+  16 Apr 2011; Ulrich Mueller <ulm@gentoo.org> bbppp-0.2.3.ebuild,
+  bbppp-0.2.5.ebuild:
+  Remove bogus dependency on virtual/blackbox, bug 358825.
 
 *bbppp-0.2.5 (30 May 2010)
 



1.9                  x11-misc/bbppp/bbppp-0.2.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbppp/bbppp-0.2.3.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbppp/bbppp-0.2.3.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbppp/bbppp-0.2.3.ebuild?r1=1.8&r2=1.9

Index: bbppp-0.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbppp/bbppp-0.2.3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- bbppp-0.2.3.ebuild	30 May 2010 18:29:20 -0000	1.8
+++ bbppp-0.2.3.ebuild	16 Apr 2011 17:33:48 -0000	1.9
@@ -1,6 +1,6 @@
-# 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/bbppp/bbppp-0.2.3.ebuild,v 1.8 2010/05/30 18:29:20 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbppp/bbppp-0.2.3.ebuild,v 1.9 2011/04/16 17:33:48 ulm Exp $
 
 inherit autotools eutils
 
@@ -14,8 +14,6 @@
 IUSE=""
 
 DEPEND="x11-libs/libX11"
-DEPEND="${DEPEND}
-	virtual/blackbox"
 
 src_unpack() {
 	unpack ${A}






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/bbppp: bbppp-0.2.5.ebuild ChangeLog bbppp-0.2.3.ebuild
@ 2012-03-18 15:44 Raul Porcel (armin76)
  0 siblings, 0 replies; 3+ messages in thread
From: Raul Porcel (armin76) @ 2012-03-18 15:44 UTC (permalink / raw
  To: gentoo-commits

armin76     12/03/18 15:44:48

  Modified:             bbppp-0.2.5.ebuild ChangeLog bbppp-0.2.3.ebuild
  Log:
  Drop sparc keywords
  
  (Portage version: 2.1.10.49/cvs/Linux ia64)

Revision  Changes    Path
1.5                  x11-misc/bbppp/bbppp-0.2.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbppp/bbppp-0.2.5.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbppp/bbppp-0.2.5.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbppp/bbppp-0.2.5.ebuild?r1=1.4&r2=1.5

Index: bbppp-0.2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbppp/bbppp-0.2.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- bbppp-0.2.5.ebuild	16 Feb 2012 18:27:10 -0000	1.4
+++ bbppp-0.2.5.ebuild	18 Mar 2012 15:44:48 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbppp/bbppp-0.2.5.ebuild,v 1.4 2012/02/16 18:27:10 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbppp/bbppp-0.2.5.ebuild,v 1.5 2012/03/18 15:44:48 armin76 Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~sparc x86"
+KEYWORDS="~amd64 ppc x86"
 IUSE=""
 
 DEPEND="x11-libs/libX11"



1.18                 x11-misc/bbppp/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbppp/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	16 Feb 2012 18:27:10 -0000	1.17
+++ ChangeLog	18 Mar 2012 15:44:48 -0000	1.18
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/bbppp
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbppp/ChangeLog,v 1.17 2012/02/16 18:27:10 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbppp/ChangeLog,v 1.18 2012/03/18 15:44:48 armin76 Exp $
+
+  18 Mar 2012; Raúl Porcel <armin76@gentoo.org> bbppp-0.2.3.ebuild,
+  bbppp-0.2.5.ebuild:
+  Drop sparc keywords
 
   16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> bbppp-0.2.5.ebuild:
   x86 stable wrt bug #397257



1.10                 x11-misc/bbppp/bbppp-0.2.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbppp/bbppp-0.2.3.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbppp/bbppp-0.2.3.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/bbppp/bbppp-0.2.3.ebuild?r1=1.9&r2=1.10

Index: bbppp-0.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbppp/bbppp-0.2.3.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- bbppp-0.2.3.ebuild	16 Apr 2011 17:33:48 -0000	1.9
+++ bbppp-0.2.3.ebuild	18 Mar 2012 15:44:48 -0000	1.10
@@ -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/x11-misc/bbppp/bbppp-0.2.3.ebuild,v 1.9 2011/04/16 17:33:48 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbppp/bbppp-0.2.3.ebuild,v 1.10 2012/03/18 15:44:48 armin76 Exp $
 
 inherit autotools eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="ppc sparc x86"
+KEYWORDS="ppc x86"
 IUSE=""
 
 DEPEND="x11-libs/libX11"






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

end of thread, other threads:[~2012-03-18 15:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-16 17:33 [gentoo-commits] gentoo-x86 commit in x11-misc/bbppp: bbppp-0.2.5.ebuild ChangeLog bbppp-0.2.3.ebuild Ulrich Mueller (ulm)
  -- strict thread matches above, loose matches on Subject: below --
2012-03-18 15:44 Raul Porcel (armin76)
2010-05-30 18:29 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