* [gentoo-commits] gentoo-x86 commit in dev-util/synopsis: ChangeLog synopsis-0.12.ebuild
@ 2010-05-06 10:33 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-05-06 10:33 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/05/06 10:33:53
Modified: ChangeLog synopsis-0.12.ebuild
Log:
Fix building with GCC 4.5+ wrt #318429 by Kacper Kowalik. Force Python 2.x.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.13 dev-util/synopsis/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/synopsis/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/synopsis/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/synopsis/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/synopsis/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 20 Jun 2009 16:16:07 -0000 1.12
+++ ChangeLog 6 May 2010 10:33:53 -0000 1.13
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/synopsis
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/synopsis/ChangeLog,v 1.12 2009/06/20 16:16:07 ssuominen Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/synopsis/ChangeLog,v 1.13 2010/05/06 10:33:53 ssuominen Exp $
+
+ 06 May 2010; Samuli Suominen <ssuominen@gentoo.org> synopsis-0.12.ebuild,
+ +files/synopsis-0.12-gcc45.patch:
+ Fix building with GCC 4.5+ wrt #318429 by Kacper Kowalik. Force Python
+ 2.x.
*synopsis-0.12 (20 Jun 2009)
1.2 dev-util/synopsis/synopsis-0.12.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/synopsis/synopsis-0.12.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/synopsis/synopsis-0.12.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/synopsis/synopsis-0.12.ebuild?r1=1.1&r2=1.2
Index: synopsis-0.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/synopsis/synopsis-0.12.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- synopsis-0.12.ebuild 20 Jun 2009 16:16:07 -0000 1.1
+++ synopsis-0.12.ebuild 6 May 2010 10:33:53 -0000 1.2
@@ -1,26 +1,34 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/synopsis/synopsis-0.12.ebuild,v 1.1 2009/06/20 16:16:07 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/synopsis/synopsis-0.12.ebuild,v 1.2 2010/05/06 10:33:53 ssuominen Exp $
-inherit distutils multilib toolchain-funcs
+EAPI=2
+PYTHON_DEPEND="2"
+inherit distutils eutils multilib python toolchain-funcs
DESCRIPTION="General source code documentation tool"
HOMEPAGE="http://synopsis.fresco.org/index.html"
SRC_URI="http://synopsis.fresco.org/download/${P}.tar.gz"
-RDEPEND="media-gfx/graphviz
- dev-libs/boehm-gc
- net-misc/omniORB"
-DEPEND="${RDEPEND}"
-
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
-src_compile() {
+DEPEND="media-gfx/graphviz
+ dev-libs/boehm-gc
+ net-misc/omniORB"
+
+pkg_setup() {
+ python_set_active_version 2
+}
+
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-gcc45.patch
+}
+
+src_configure() {
tc-export CC CXX
- ${python} setup.py config --libdir=/usr/$(get_libdir) \
+ $(PYTHON) setup.py config --libdir=/usr/$(get_libdir) \
--with-gc-prefix=/usr || die
- distutils_src_compile
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/synopsis: ChangeLog synopsis-0.12.ebuild
@ 2011-04-10 21:14 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 3+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-04-10 21:14 UTC (permalink / raw
To: gentoo-commits
arfrever 11/04/10 21:14:49
Modified: ChangeLog synopsis-0.12.ebuild
Log:
Fix deprecation warning.
(Portage version: 2.2.0_alpha29_p10/cvs/Linux x86_64)
Revision Changes Path
1.14 dev-util/synopsis/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/synopsis/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/synopsis/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/synopsis/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/synopsis/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 6 May 2010 10:33:53 -0000 1.13
+++ ChangeLog 10 Apr 2011 21:14:49 -0000 1.14
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/synopsis
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/synopsis/ChangeLog,v 1.13 2010/05/06 10:33:53 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/synopsis/ChangeLog,v 1.14 2011/04/10 21:14:49 arfrever Exp $
+
+ 10 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ synopsis-0.12.ebuild:
+ Fix deprecation warning.
06 May 2010; Samuli Suominen <ssuominen@gentoo.org> synopsis-0.12.ebuild,
+files/synopsis-0.12-gcc45.patch:
1.3 dev-util/synopsis/synopsis-0.12.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/synopsis/synopsis-0.12.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/synopsis/synopsis-0.12.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/synopsis/synopsis-0.12.ebuild?r1=1.2&r2=1.3
Index: synopsis-0.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/synopsis/synopsis-0.12.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- synopsis-0.12.ebuild 6 May 2010 10:33:53 -0000 1.2
+++ synopsis-0.12.ebuild 10 Apr 2011 21:14:49 -0000 1.3
@@ -1,10 +1,11 @@
-# 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/dev-util/synopsis/synopsis-0.12.ebuild,v 1.2 2010/05/06 10:33:53 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/synopsis/synopsis-0.12.ebuild,v 1.3 2011/04/10 21:14:49 arfrever Exp $
-EAPI=2
+EAPI=3
PYTHON_DEPEND="2"
-inherit distutils eutils multilib python toolchain-funcs
+
+inherit distutils eutils multilib toolchain-funcs
DESCRIPTION="General source code documentation tool"
HOMEPAGE="http://synopsis.fresco.org/index.html"
@@ -18,9 +19,11 @@
DEPEND="media-gfx/graphviz
dev-libs/boehm-gc
net-misc/omniORB"
+RDEPEND="${DEPEND}"
pkg_setup() {
python_set_active_version 2
+ python_pkg_setup
}
src_prepare() {
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/synopsis: ChangeLog synopsis-0.12.ebuild
@ 2014-03-22 19:05 Michael Palimaka (kensington)
0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka (kensington) @ 2014-03-22 19:05 UTC (permalink / raw
To: gentoo-commits
kensington 14/03/22 19:05:29
Modified: ChangeLog
Removed: synopsis-0.12.ebuild
Log:
Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Revision Changes Path
1.18 dev-util/synopsis/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/synopsis/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/synopsis/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/synopsis/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/synopsis/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 5 Sep 2013 18:40:36 -0000 1.17
+++ ChangeLog 22 Mar 2014 19:05:29 -0000 1.18
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/synopsis
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/synopsis/ChangeLog,v 1.17 2013/09/05 18:40:36 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/synopsis/ChangeLog,v 1.18 2014/03/22 19:05:29 kensington Exp $
+
+ 22 Mar 2014; Michael Palimaka <kensington@gentoo.org> -synopsis-0.12.ebuild:
+ Remove old.
05 Sep 2013; Michał Górny <mgorny@gentoo.org> synopsis-0.13.ebuild:
Clean up PYTHON_COMPAT from old implementations.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-03-22 19:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-06 10:33 [gentoo-commits] gentoo-x86 commit in dev-util/synopsis: ChangeLog synopsis-0.12.ebuild Samuli Suominen (ssuominen)
-- strict thread matches above, loose matches on Subject: below --
2011-04-10 21:14 Arfrever Frehtes Taifersar Arahesis (arfrever)
2014-03-22 19:05 Michael Palimaka (kensington)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox