public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/DFB++: ChangeLog DFB++-1.2.0.ebuild
@ 2008-08-19 17:07 Mike Frysinger (vapier)
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Frysinger (vapier) @ 2008-08-19 17:07 UTC (permalink / raw
  To: gentoo-commits

vapier      08/08/19 17:07:05

  Modified:             ChangeLog
  Added:                DFB++-1.2.0.ebuild
  Log:
  Version bump #235041.
  (Portage version: 2.2_rc6/cvs/Linux 2.6.26.2 x86_64)

Revision  Changes    Path
1.9                  dev-libs/DFB++/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DFB++/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DFB++/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DFB++/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/DFB++/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	10 Nov 2007 02:04:34 -0000	1.8
+++ ChangeLog	19 Aug 2008 17:07:05 -0000	1.9
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/DFB++
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/DFB++/ChangeLog,v 1.8 2007/11/10 02:04:34 tupone Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/DFB++/ChangeLog,v 1.9 2008/08/19 17:07:05 vapier Exp $
+
+*DFB++-1.2.0 (19 Aug 2008)
+
+  19 Aug 2008; Mike Frysinger <vapier@gentoo.org>
+  +files/DFB++-1.2.0-directfb-api.patch, +DFB++-1.2.0.ebuild:
+  Version bump #235041.
 
 *DFB++-1.0.0 (10 Nov 2007)
 



1.1                  dev-libs/DFB++/DFB++-1.2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DFB++/DFB++-1.2.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DFB++/DFB++-1.2.0.ebuild?rev=1.1&content-type=text/plain

Index: DFB++-1.2.0.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/DFB++/DFB++-1.2.0.ebuild,v 1.1 2008/08/19 17:07:05 vapier Exp $

inherit eutils

DESCRIPTION="C++ bindings for DirectFB"
HOMEPAGE="http://www.directfb.org/dfb++.xml"
SRC_URI="http://www.directfb.org/downloads/Extras/${P}.tar.gz"

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

RDEPEND=">=dev-libs/DirectFB-${PV}"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}"/${P}-directfb-api.patch #235041
}

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






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/DFB++: ChangeLog DFB++-1.2.0.ebuild
@ 2009-01-25 17:00 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2009-01-25 17:00 UTC (permalink / raw
  To: gentoo-commits

maekke      09/01/25 17:00:24

  Modified:             ChangeLog DFB++-1.2.0.ebuild
  Log:
  amd64/x86 stable, bug #255701
  (Portage version: 2.1.6.7/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 dev-libs/DFB++/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DFB++/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DFB++/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DFB++/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/DFB++/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	19 Aug 2008 17:07:05 -0000	1.9
+++ ChangeLog	25 Jan 2009 17:00:24 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/DFB++
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/DFB++/ChangeLog,v 1.9 2008/08/19 17:07:05 vapier Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/DFB++/ChangeLog,v 1.10 2009/01/25 17:00:24 maekke Exp $
+
+  25 Jan 2009; Markus Meier <maekke@gentoo.org> DFB++-1.2.0.ebuild:
+  amd64/x86 stable, bug #255701
 
 *DFB++-1.2.0 (19 Aug 2008)
 



1.2                  dev-libs/DFB++/DFB++-1.2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DFB++/DFB++-1.2.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DFB++/DFB++-1.2.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DFB++/DFB++-1.2.0.ebuild?r1=1.1&r2=1.2

Index: DFB++-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/DFB++/DFB++-1.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- DFB++-1.2.0.ebuild	19 Aug 2008 17:07:05 -0000	1.1
+++ DFB++-1.2.0.ebuild	25 Jan 2009 17:00:24 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/DFB++/DFB++-1.2.0.ebuild,v 1.1 2008/08/19 17:07:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/DFB++/DFB++-1.2.0.ebuild,v 1.2 2009/01/25 17:00:24 maekke Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND=">=dev-libs/DirectFB-${PV}"






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/DFB++: ChangeLog DFB++-1.2.0.ebuild
@ 2009-03-15 15:23 Brent Baude (ranger)
  0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2009-03-15 15:23 UTC (permalink / raw
  To: gentoo-commits

ranger      09/03/15 15:23:18

  Modified:             ChangeLog DFB++-1.2.0.ebuild
  Log:
  Marking DFB++-1.2.0 ~ppc64 for bug 255701
  (Portage version: 2.1.6.7/cvs/Linux ppc64)

Revision  Changes    Path
1.11                 dev-libs/DFB++/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DFB++/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DFB++/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DFB++/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/DFB++/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	25 Jan 2009 17:00:24 -0000	1.10
+++ ChangeLog	15 Mar 2009 15:23:18 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/DFB++
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/DFB++/ChangeLog,v 1.10 2009/01/25 17:00:24 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/DFB++/ChangeLog,v 1.11 2009/03/15 15:23:18 ranger Exp $
+
+  15 Mar 2009; Brent Baude <ranger@gentoo.org> DFB++-1.2.0.ebuild:
+  Marking DFB++-1.2.0 ~ppc64 for bug 255701
 
   25 Jan 2009; Markus Meier <maekke@gentoo.org> DFB++-1.2.0.ebuild:
   amd64/x86 stable, bug #255701



1.3                  dev-libs/DFB++/DFB++-1.2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DFB++/DFB++-1.2.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DFB++/DFB++-1.2.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DFB++/DFB++-1.2.0.ebuild?r1=1.2&r2=1.3

Index: DFB++-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/DFB++/DFB++-1.2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- DFB++-1.2.0.ebuild	25 Jan 2009 17:00:24 -0000	1.2
+++ DFB++-1.2.0.ebuild	15 Mar 2009 15:23:18 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/DFB++/DFB++-1.2.0.ebuild,v 1.2 2009/01/25 17:00:24 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/DFB++/DFB++-1.2.0.ebuild,v 1.3 2009/03/15 15:23:18 ranger Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc64 x86"
 IUSE=""
 
 RDEPEND=">=dev-libs/DirectFB-${PV}"






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/DFB++: ChangeLog DFB++-1.2.0.ebuild
@ 2009-04-11 16:14 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 4+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-04-11 16:14 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/04/11 16:14:02

  Modified:             ChangeLog DFB++-1.2.0.ebuild
  Log:
  ~ppc #255701
  (Portage version: 2.1.6.11/cvs/Linux ppc)

Revision  Changes    Path
1.12                 dev-libs/DFB++/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DFB++/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DFB++/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DFB++/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/DFB++/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	15 Mar 2009 15:23:18 -0000	1.11
+++ ChangeLog	11 Apr 2009 16:14:02 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/DFB++
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/DFB++/ChangeLog,v 1.11 2009/03/15 15:23:18 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/DFB++/ChangeLog,v 1.12 2009/04/11 16:14:02 nixnut Exp $
+
+  11 Apr 2009; nixnut <nixnut@gentoo.org> DFB++-1.2.0.ebuild:
+  ~ppc #255701
 
   15 Mar 2009; Brent Baude <ranger@gentoo.org> DFB++-1.2.0.ebuild:
   Marking DFB++-1.2.0 ~ppc64 for bug 255701



1.4                  dev-libs/DFB++/DFB++-1.2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DFB++/DFB++-1.2.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DFB++/DFB++-1.2.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DFB++/DFB++-1.2.0.ebuild?r1=1.3&r2=1.4

Index: DFB++-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/DFB++/DFB++-1.2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- DFB++-1.2.0.ebuild	15 Mar 2009 15:23:18 -0000	1.3
+++ DFB++-1.2.0.ebuild	11 Apr 2009 16:14:02 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/DFB++/DFB++-1.2.0.ebuild,v 1.3 2009/03/15 15:23:18 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/DFB++/DFB++-1.2.0.ebuild,v 1.4 2009/04/11 16:14:02 nixnut Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE=""
 
 RDEPEND=">=dev-libs/DirectFB-${PV}"






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

end of thread, other threads:[~2009-04-11 16:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-15 15:23 [gentoo-commits] gentoo-x86 commit in dev-libs/DFB++: ChangeLog DFB++-1.2.0.ebuild Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2009-04-11 16:14 Gysbert Wassenaar (nixnut)
2009-01-25 17:00 Markus Meier (maekke)
2008-08-19 17:07 Mike Frysinger (vapier)

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