public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/aften: aften-0.0.8.ebuild ChangeLog
@ 2008-01-06  1:33 Joseph Jezak (josejx)
  0 siblings, 0 replies; 4+ messages in thread
From: Joseph Jezak (josejx) @ 2008-01-06  1:33 UTC (permalink / raw
  To: gentoo-commits

josejx      08/01/06 01:33:00

  Modified:             aften-0.0.8.ebuild ChangeLog
  Log:
  Added patch to fix compilation on ppc, bug #200866.
  (Portage version: 2.1.4_rc13)

Revision  Changes    Path
1.2                  media-libs/aften/aften-0.0.8.ebuild

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

Index: aften-0.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/aften/aften-0.0.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- aften-0.0.8.ebuild	23 Nov 2007 20:56:49 -0000	1.1
+++ aften-0.0.8.ebuild	6 Jan 2008 01:32:59 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/aften/aften-0.0.8.ebuild,v 1.1 2007/11/23 20:56:49 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/aften/aften-0.0.8.ebuild,v 1.2 2008/01/06 01:32:59 josejx Exp $
 
 inherit eutils cmake-utils
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1 BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~ppc"
 IUSE="cxx"
 DEPEND=""
 
@@ -18,6 +18,7 @@
 	unpack ${A}
 	cd "${S}"
 	epatch "${FILESDIR}/${P}-multilib.patch"
+	epatch "${FILESDIR}/${P}-ppc.patch"
 }
 
 src_compile() {



1.2                  media-libs/aften/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/aften/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/aften/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/aften/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/aften/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	23 Nov 2007 20:56:49 -0000	1.1
+++ ChangeLog	6 Jan 2008 01:32:59 -0000	1.2
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/aften
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/aften/ChangeLog,v 1.1 2007/11/23 20:56:49 aballier Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/aften/ChangeLog,v 1.2 2008/01/06 01:32:59 josejx Exp $
+
+  06 Jan 2008; Joseph Jezak <josejx@gentoo.org>
+  +files/aften-0.0.8-ppc.patch, aften-0.0.8.ebuild:
+  Added patch to fix compilation on ppc, bug #200866.
 
 *aften-0.0.8 (23 Nov 2007)
 



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in media-libs/aften: aften-0.0.8.ebuild ChangeLog
@ 2008-06-16 17:34 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 4+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2008-06-16 17:34 UTC (permalink / raw
  To: gentoo-commits

nixnut      08/06/16 17:34:50

  Modified:             aften-0.0.8.ebuild ChangeLog
  Log:
  Stable on ppc wrt bug 227307
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.3                  media-libs/aften/aften-0.0.8.ebuild

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

Index: aften-0.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/aften/aften-0.0.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- aften-0.0.8.ebuild	6 Jan 2008 01:32:59 -0000	1.2
+++ aften-0.0.8.ebuild	16 Jun 2008 17:34:50 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/aften/aften-0.0.8.ebuild,v 1.2 2008/01/06 01:32:59 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/aften/aften-0.0.8.ebuild,v 1.3 2008/06/16 17:34:50 nixnut Exp $
 
 inherit eutils cmake-utils
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1 BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc"
+KEYWORDS="~amd64 ppc ~x86"
 IUSE="cxx"
 DEPEND=""
 



1.4                  media-libs/aften/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/aften/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/aften/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/aften/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/aften/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	18 May 2008 09:39:26 -0000	1.3
+++ ChangeLog	16 Jun 2008 17:34:50 -0000	1.4
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/aften
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/aften/ChangeLog,v 1.3 2008/05/18 09:39:26 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/aften/ChangeLog,v 1.4 2008/06/16 17:34:50 nixnut Exp $
+
+  16 Jun 2008; nixnut <nixnut@gentoo.org> aften-0.0.8.ebuild:
+  Stable on ppc wrt bug 227307
 
   18 May 2008; Ben de Groot <yngwin@gentoo.org> metadata.xml:
   Change maintainer to generic sound herd



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in media-libs/aften: aften-0.0.8.ebuild ChangeLog
@ 2008-06-22 15:13 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2008-06-22 15:13 UTC (permalink / raw
  To: gentoo-commits

maekke      08/06/22 15:13:15

  Modified:             aften-0.0.8.ebuild ChangeLog
  Log:
  amd64/x86 stable, bug #227307
  (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc6 i686)

Revision  Changes    Path
1.4                  media-libs/aften/aften-0.0.8.ebuild

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

Index: aften-0.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/aften/aften-0.0.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- aften-0.0.8.ebuild	16 Jun 2008 17:34:50 -0000	1.3
+++ aften-0.0.8.ebuild	22 Jun 2008 15:13:14 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/aften/aften-0.0.8.ebuild,v 1.3 2008/06/16 17:34:50 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/aften/aften-0.0.8.ebuild,v 1.4 2008/06/22 15:13:14 maekke Exp $
 
 inherit eutils cmake-utils
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1 BSD"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="cxx"
 DEPEND=""
 



1.5                  media-libs/aften/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/aften/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/aften/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/aften/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/aften/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	16 Jun 2008 17:34:50 -0000	1.4
+++ ChangeLog	22 Jun 2008 15:13:14 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/aften
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/aften/ChangeLog,v 1.4 2008/06/16 17:34:50 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/aften/ChangeLog,v 1.5 2008/06/22 15:13:14 maekke Exp $
+
+  22 Jun 2008; Markus Meier <maekke@gentoo.org> aften-0.0.8.ebuild:
+  amd64/x86 stable, bug #227307
 
   16 Jun 2008; nixnut <nixnut@gentoo.org> aften-0.0.8.ebuild:
   Stable on ppc wrt bug 227307



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in media-libs/aften: aften-0.0.8.ebuild ChangeLog
@ 2013-06-01 14:11 Chris Reffett (creffett)
  0 siblings, 0 replies; 4+ messages in thread
From: Chris Reffett (creffett) @ 2013-06-01 14:11 UTC (permalink / raw
  To: gentoo-commits

creffett    13/06/01 14:11:51

  Modified:             aften-0.0.8.ebuild ChangeLog
  Log:
  EAPI bump wrt bug 460572
  
  (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 42618354)

Revision  Changes    Path
1.5                  media-libs/aften/aften-0.0.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aften/aften-0.0.8.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aften/aften-0.0.8.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aften/aften-0.0.8.ebuild?r1=1.4&r2=1.5

Index: aften-0.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/aften/aften-0.0.8.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- aften-0.0.8.ebuild	22 Jun 2008 15:13:14 -0000	1.4
+++ aften-0.0.8.ebuild	1 Jun 2013 14:11:51 -0000	1.5
@@ -1,6 +1,7 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/aften/aften-0.0.8.ebuild,v 1.4 2008/06/22 15:13:14 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/aften/aften-0.0.8.ebuild,v 1.5 2013/06/01 14:11:51 creffett Exp $
+EAPI=5
 
 inherit eutils cmake-utils
 
@@ -14,12 +15,7 @@
 IUSE="cxx"
 DEPEND=""
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	epatch "${FILESDIR}/${P}-multilib.patch"
-	epatch "${FILESDIR}/${P}-ppc.patch"
-}
+PATCHES=( "${FILESDIR}/${P}-multilib.patch" "${FILESDIR}/${P}-ppc.patch" )
 
 src_compile() {
 	local mycmakeargs="-DSHARED=1"



1.7                  media-libs/aften/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aften/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aften/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aften/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/aften/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	7 Sep 2012 22:33:06 -0000	1.6
+++ ChangeLog	1 Jun 2013 14:11:51 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/aften
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/aften/ChangeLog,v 1.6 2012/09/07 22:33:06 radhermit Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/aften/ChangeLog,v 1.7 2013/06/01 14:11:51 creffett Exp $
+
+  01 Jun 2013; Chris Reffett <creffett@gentoo.org> aften-0.0.8.ebuild:
+  EAPI bump wrt bug 460572
 
   07 Sep 2012; Tim Harder <radhermit@gentoo.org> metadata.xml:
   Remove redundant maintainer from metadata.
@@ -23,4 +26,3 @@
   23 Nov 2007; Alexis Ballier <aballier@gentoo.org>
   +files/aften-0.0.8-multilib.patch, +metadata.xml, +aften-0.0.8.ebuild:
   initial import, thanks to Ben de Groot <ben@berkano.net>, bug #199858
-





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

end of thread, other threads:[~2013-06-01 14:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-22 15:13 [gentoo-commits] gentoo-x86 commit in media-libs/aften: aften-0.0.8.ebuild ChangeLog Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2013-06-01 14:11 Chris Reffett (creffett)
2008-06-16 17:34 Gysbert Wassenaar (nixnut)
2008-01-06  1:33 Joseph Jezak (josejx)

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