public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/atlas-c++: ChangeLog atlas-c++-0.6.2.ebuild
@ 2010-03-19 21:10 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone (tupone) @ 2010-03-19 21:10 UTC (permalink / raw
  To: gentoo-commits

tupone      10/03/19 21:10:36

  Modified:             ChangeLog
  Added:                atlas-c++-0.6.2.ebuild
  Log:
  Version bump to 0.6.2 Bug #308173
  (Portage version: 2.1.7.17/cvs/Linux i686)

Revision  Changes    Path
1.31                 media-libs/atlas-c++/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/atlas-c++/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/atlas-c++/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/atlas-c++/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	6 Jul 2009 08:13:03 -0000	1.30
+++ ChangeLog	19 Mar 2010 21:10:36 -0000	1.31
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/atlas-c++
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/ChangeLog,v 1.30 2009/07/06 08:13:03 tupone Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/ChangeLog,v 1.31 2010/03/19 21:10:36 tupone Exp $
+
+*atlas-c++-0.6.2 (19 Mar 2010)
+
+  19 Mar 2010; Tupone Alfredo <tupone@gentoo.org> +atlas-c++-0.6.2.ebuild:
+  Version bump to 0.6.2 Bug #308173 by Guido
 
   06 Jul 2009; Alfredo Tupone <tupone@gentoo.org>
   +files/atlas-c++-0.6.1-gcc-4.4.patch, atlas-c++-0.4.5.ebuild,



1.1                  media-libs/atlas-c++/atlas-c++-0.6.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.6.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.6.2.ebuild?rev=1.1&content-type=text/plain

Index: atlas-c++-0.6.2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.6.2.ebuild,v 1.1 2010/03/19 21:10:36 tupone Exp $
EAPI=2

MY_PN="Atlas-C++"
MY_P=${MY_PN}-${PV}
DESCRIPTION="Atlas protocol, used in role playing games at worldforge."
HOMEPAGE="http://www.worldforge.org/dev/eng/libraries/atlas_cpp"
SRC_URI="mirror://sourceforge/worldforge/${MY_P}.tar.bz2"

SLOT="0"
LICENSE="LGPL-2.1"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="doc"

RDEPEND=""
DEPEND="${RDEPEND}
	doc? ( app-doc/doxygen )"

S=${WORKDIR}/${MY_P}

src_compile() {
	emake || die "Error: emake failed!"
	if use doc; then
		emake docs ||  die "Error: emake docs failed!"
	fi
}

src_install() {
	emake DESTDIR="${D}" install || die "install failed"
	use doc && dohtml -r doc/html/*
	use doc && doman doc/man/*
	dodoc AUTHORS ChangeLog HACKING NEWS README ROADMAP THANKS TODO
}






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

* [gentoo-commits] gentoo-x86 commit in media-libs/atlas-c++: ChangeLog atlas-c++-0.6.2.ebuild
@ 2010-11-14 17:13 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 5+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-11-14 17:13 UTC (permalink / raw
  To: gentoo-commits

fauli       10/11/14 17:13:04

  Modified:             ChangeLog atlas-c++-0.6.2.ebuild
  Log:
  stable x86, bug 345181
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.32                 media-libs/atlas-c++/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/atlas-c++/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/atlas-c++/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/atlas-c++/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	19 Mar 2010 21:10:36 -0000	1.31
+++ ChangeLog	14 Nov 2010 17:13:04 -0000	1.32
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/atlas-c++
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/ChangeLog,v 1.31 2010/03/19 21:10:36 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/ChangeLog,v 1.32 2010/11/14 17:13:04 fauli Exp $
+
+  14 Nov 2010; Christian Faulhammer <fauli@gentoo.org>
+  atlas-c++-0.6.2.ebuild:
+  stable x86, bug 345181
 
 *atlas-c++-0.6.2 (19 Mar 2010)
 



1.2                  media-libs/atlas-c++/atlas-c++-0.6.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.6.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.6.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.6.2.ebuild?r1=1.1&r2=1.2

Index: atlas-c++-0.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.6.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- atlas-c++-0.6.2.ebuild	19 Mar 2010 21:10:36 -0000	1.1
+++ atlas-c++-0.6.2.ebuild	14 Nov 2010 17:13:04 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.6.2.ebuild,v 1.1 2010/03/19 21:10:36 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.6.2.ebuild,v 1.2 2010/11/14 17:13:04 fauli Exp $
 EAPI=2
 
 MY_PN="Atlas-C++"
@@ -11,7 +11,7 @@
 
 SLOT="0"
 LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc x86"
 IUSE="doc"
 
 RDEPEND=""






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

* [gentoo-commits] gentoo-x86 commit in media-libs/atlas-c++: ChangeLog atlas-c++-0.6.2.ebuild
@ 2010-11-14 22:59 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 5+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-11-14 22:59 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/11/14 22:59:40

  Modified:             ChangeLog atlas-c++-0.6.2.ebuild
  Log:
  Stable on amd64 wrt bug #345181
  
  (Portage version: 2.1.9.24/cvs/Linux x86_64)

Revision  Changes    Path
1.33                 media-libs/atlas-c++/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/atlas-c++/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/atlas-c++/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/atlas-c++/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	14 Nov 2010 17:13:04 -0000	1.32
+++ ChangeLog	14 Nov 2010 22:59:40 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/atlas-c++
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/ChangeLog,v 1.32 2010/11/14 17:13:04 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/ChangeLog,v 1.33 2010/11/14 22:59:40 hwoarang Exp $
+
+  14 Nov 2010; Markos Chandras <hwoarang@gentoo.org> atlas-c++-0.6.2.ebuild:
+  Stable on amd64 wrt bug #345181
 
   14 Nov 2010; Christian Faulhammer <fauli@gentoo.org>
   atlas-c++-0.6.2.ebuild:



1.3                  media-libs/atlas-c++/atlas-c++-0.6.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.6.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.6.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.6.2.ebuild?r1=1.2&r2=1.3

Index: atlas-c++-0.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.6.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- atlas-c++-0.6.2.ebuild	14 Nov 2010 17:13:04 -0000	1.2
+++ atlas-c++-0.6.2.ebuild	14 Nov 2010 22:59:40 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.6.2.ebuild,v 1.2 2010/11/14 17:13:04 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.6.2.ebuild,v 1.3 2010/11/14 22:59:40 hwoarang Exp $
 EAPI=2
 
 MY_PN="Atlas-C++"
@@ -11,7 +11,7 @@
 
 SLOT="0"
 LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE="doc"
 
 RDEPEND=""






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

* [gentoo-commits] gentoo-x86 commit in media-libs/atlas-c++: ChangeLog atlas-c++-0.6.2.ebuild
@ 2011-01-15 16:54 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone (tupone) @ 2011-01-15 16:54 UTC (permalink / raw
  To: gentoo-commits

tupone      11/01/15 16:54:19

  Modified:             ChangeLog atlas-c++-0.6.2.ebuild
  Log:
  Fix man page installation. Bug #348826
  
  (Portage version: 2.1.9.31/cvs/Linux i686)

Revision  Changes    Path
1.34                 media-libs/atlas-c++/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/atlas-c++/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/atlas-c++/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/atlas-c++/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	14 Nov 2010 22:59:40 -0000	1.33
+++ ChangeLog	15 Jan 2011 16:54:19 -0000	1.34
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/atlas-c++
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/ChangeLog,v 1.33 2010/11/14 22:59:40 hwoarang Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/ChangeLog,v 1.34 2011/01/15 16:54:19 tupone Exp $
+
+  15 Jan 2011; Tupone Alfredo <tupone@gentoo.org> atlas-c++-0.6.2.ebuild:
+  Fix man page installation. Bug #348826 by Mr. Anderson
 
   14 Nov 2010; Markos Chandras <hwoarang@gentoo.org> atlas-c++-0.6.2.ebuild:
   Stable on amd64 wrt bug #345181



1.4                  media-libs/atlas-c++/atlas-c++-0.6.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.6.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.6.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.6.2.ebuild?r1=1.3&r2=1.4

Index: atlas-c++-0.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.6.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- atlas-c++-0.6.2.ebuild	14 Nov 2010 22:59:40 -0000	1.3
+++ atlas-c++-0.6.2.ebuild	15 Jan 2011 16:54:19 -0000	1.4
@@ -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/media-libs/atlas-c++/atlas-c++-0.6.2.ebuild,v 1.3 2010/11/14 22:59:40 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.6.2.ebuild,v 1.4 2011/01/15 16:54:19 tupone Exp $
 EAPI=2
 
 MY_PN="Atlas-C++"
@@ -30,6 +30,6 @@
 src_install() {
 	emake DESTDIR="${D}" install || die "install failed"
 	use doc && dohtml -r doc/html/*
-	use doc && doman doc/man/*
+	use doc && doman doc/man/man3/[^i]*
 	dodoc AUTHORS ChangeLog HACKING NEWS README ROADMAP THANKS TODO
 }






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

* [gentoo-commits] gentoo-x86 commit in media-libs/atlas-c++: ChangeLog atlas-c++-0.6.2.ebuild
@ 2011-05-02  9:47 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone (tupone) @ 2011-05-02  9:47 UTC (permalink / raw
  To: gentoo-commits

tupone      11/05/02 09:47:29

  Modified:             ChangeLog atlas-c++-0.6.2.ebuild
  Log:
  Remove -Werror. Bug #362733
  
  (Portage version: 2.1.9.46/cvs/Linux x86_64)

Revision  Changes    Path
1.37                 media-libs/atlas-c++/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/atlas-c++/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/atlas-c++/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/atlas-c++/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	14 Mar 2011 13:32:34 -0000	1.36
+++ ChangeLog	2 May 2011 09:47:29 -0000	1.37
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/atlas-c++
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/ChangeLog,v 1.36 2011/03/14 13:32:34 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/ChangeLog,v 1.37 2011/05/02 09:47:29 tupone Exp $
+
+  02 May 2011; Tupone Alfredo <tupone@gentoo.org> atlas-c++-0.6.2.ebuild,
+  +files/atlas-c++-0.6.2-Werror.patch:
+  Remove -Werror. Bug #362733 by Diego Elio Pettenò
 
   14 Mar 2011; Alfredo Tupone <tupone@gentoo.org> -atlas-c++-0.4.5.ebuild,
   -atlas-c++-0.5.92.ebuild:



1.6                  media-libs/atlas-c++/atlas-c++-0.6.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.6.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.6.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.6.2.ebuild?r1=1.5&r2=1.6

Index: atlas-c++-0.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.6.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- atlas-c++-0.6.2.ebuild	12 Feb 2011 18:06:53 -0000	1.5
+++ atlas-c++-0.6.2.ebuild	2 May 2011 09:47:29 -0000	1.6
@@ -1,8 +1,10 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.6.2.ebuild,v 1.5 2011/02/12 18:06:53 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.6.2.ebuild,v 1.6 2011/05/02 09:47:29 tupone Exp $
 EAPI=2
 
+inherit eutils autotools
+
 MY_PN="Atlas-C++"
 MY_P=${MY_PN}-${PV}
 DESCRIPTION="Atlas protocol, used in role playing games at worldforge."
@@ -20,6 +22,11 @@
 
 S=${WORKDIR}/${MY_P}
 
+src_prepare() {
+	epatch "${FILESDIR}"/${P}-Werror.patch
+	eautoreconf
+}
+
 src_compile() {
 	emake || die "Error: emake failed!"
 	if use doc; then






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

end of thread, other threads:[~2011-05-02  9:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-14 17:13 [gentoo-commits] gentoo-x86 commit in media-libs/atlas-c++: ChangeLog atlas-c++-0.6.2.ebuild Christian Faulhammer (fauli)
  -- strict thread matches above, loose matches on Subject: below --
2011-05-02  9:47 Alfredo Tupone (tupone)
2011-01-15 16:54 Alfredo Tupone (tupone)
2010-11-14 22:59 Markos Chandras (hwoarang)
2010-03-19 21:10 Alfredo Tupone (tupone)

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