public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/synopsis: synopsis-0.13.ebuild ChangeLog
@ 2012-11-05 17:53 Michael Palimaka (kensington)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka (kensington) @ 2012-11-05 17:53 UTC (permalink / raw
  To: gentoo-commits

kensington    12/11/05 17:53:44

  Modified:             ChangeLog
  Added:                synopsis-0.13.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)

Revision  Changes    Path
1.15                 dev-util/synopsis/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/synopsis/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	10 Apr 2011 21:14:49 -0000	1.14
+++ ChangeLog	5 Nov 2012 17:53:44 -0000	1.15
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/synopsis
-# 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 $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/synopsis/ChangeLog,v 1.15 2012/11/05 17:53:44 kensington Exp $
+
+*synopsis-0.13 (05 Nov 2012)
+
+  05 Nov 2012; Michael Palimaka <kensington@gentoo.org> +synopsis-0.13.ebuild:
+  Version bump.
 
   10 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   synopsis-0.12.ebuild:
@@ -54,4 +59,3 @@
 
   04 Jan 2004; Markus Nigbur <pyrania@gentoo.org> synopsis-0.6.ebuild:
   Initial import.
-



1.1                  dev-util/synopsis/synopsis-0.13.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/synopsis/synopsis-0.13.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/synopsis/synopsis-0.13.ebuild?rev=1.1&content-type=text/plain

Index: synopsis-0.13.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/synopsis/synopsis-0.13.ebuild,v 1.1 2012/11/05 17:53:44 kensington Exp $

EAPI=4
DISTUTILS_IN_SOURCE_BUILD=1
PYTHON_COMPAT=( python2_5 python2_6 python2_7 )

inherit distutils-r1 multilib 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"

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

COMMON_DEPEND="dev-libs/boehm-gc"
RDEPEND="${COMMON_DEPEND}
	media-gfx/graphviz"
DEPEND="${COMMON_DEPEND}
	${RDEPEND}
	sys-devel/bison
	sys-devel/flex
	virtual/pkgconfig"

PATCHES=( "${FILESDIR}"/${PN}-0.12-gcc45.patch )

pkg_setup() {
	tc-export CC CXX
}

python_prepare() {
	rm -r src/Synopsis/gc || die "failed to remove bundled lib"

	# the distutils script passes its options to a number of 
	# autoconf scripts, to not all of which these options are 
	# relevant. adding this option disables these useless warnings.
	sed -e "/self.announce(command)/i\        command += ' --disable-option-checking'" \
		-i Synopsis/dist/command/config.py || die
}

python_configure() {
	local mydistutilsargs=(
		config
		--libdir=/usr/$(get_libdir)
		--with-gc-prefix=/usr
	)
	esetup.py
}





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

* [gentoo-commits] gentoo-x86 commit in dev-util/synopsis: synopsis-0.13.ebuild ChangeLog
@ 2012-12-17 19:53 Michal Gorny (mgorny)
  0 siblings, 0 replies; 4+ messages in thread
From: Michal Gorny (mgorny) @ 2012-12-17 19:53 UTC (permalink / raw
  To: gentoo-commits

mgorny      12/12/17 19:53:26

  Modified:             synopsis-0.13.ebuild ChangeLog
  Log:
  Bump to EAPI=5 to make Paludis happy, bug #447524.
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)

Revision  Changes    Path
1.3                  dev-util/synopsis/synopsis-0.13.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/synopsis/synopsis-0.13.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/synopsis/synopsis-0.13.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/synopsis/synopsis-0.13.ebuild?r1=1.2&r2=1.3

Index: synopsis-0.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/synopsis/synopsis-0.13.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- synopsis-0.13.ebuild	6 Nov 2012 19:27:33 -0000	1.2
+++ synopsis-0.13.ebuild	17 Dec 2012 19:53:25 -0000	1.3
@@ -1,8 +1,8 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/synopsis/synopsis-0.13.ebuild,v 1.2 2012/11/06 19:27:33 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/synopsis/synopsis-0.13.ebuild,v 1.3 2012/12/17 19:53:25 mgorny Exp $
 
-EAPI=4
+EAPI=5
 DISTUTILS_IN_SOURCE_BUILD=1
 PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
 



1.16                 dev-util/synopsis/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/synopsis/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/synopsis/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/synopsis/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/synopsis/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	5 Nov 2012 17:53:44 -0000	1.15
+++ ChangeLog	17 Dec 2012 19:53:25 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/synopsis
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/synopsis/ChangeLog,v 1.15 2012/11/05 17:53:44 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/synopsis/ChangeLog,v 1.16 2012/12/17 19:53:25 mgorny Exp $
+
+  17 Dec 2012; Michał Górny <mgorny@gentoo.org> synopsis-0.13.ebuild:
+  Bump to EAPI=5 to make Paludis happy, bug #447524.
 
 *synopsis-0.13 (05 Nov 2012)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-util/synopsis: synopsis-0.13.ebuild ChangeLog
@ 2013-09-05 18:40 Michal Gorny (mgorny)
  0 siblings, 0 replies; 4+ messages in thread
From: Michal Gorny (mgorny) @ 2013-09-05 18:40 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/09/05 18:40:36

  Modified:             synopsis-0.13.ebuild ChangeLog
  Log:
  Clean up PYTHON_COMPAT from old implementations.
  
  (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.4                  dev-util/synopsis/synopsis-0.13.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/synopsis/synopsis-0.13.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/synopsis/synopsis-0.13.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/synopsis/synopsis-0.13.ebuild?r1=1.3&r2=1.4

Index: synopsis-0.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/synopsis/synopsis-0.13.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- synopsis-0.13.ebuild	17 Dec 2012 19:53:25 -0000	1.3
+++ synopsis-0.13.ebuild	5 Sep 2013 18:40:36 -0000	1.4
@@ -1,10 +1,10 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/synopsis/synopsis-0.13.ebuild,v 1.3 2012/12/17 19:53:25 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/synopsis/synopsis-0.13.ebuild,v 1.4 2013/09/05 18:40:36 mgorny Exp $
 
 EAPI=5
 DISTUTILS_IN_SOURCE_BUILD=1
-PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
+PYTHON_COMPAT=( python2_6 python2_7 )
 
 inherit distutils-r1 multilib toolchain-funcs
 



1.17                 dev-util/synopsis/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/synopsis/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/synopsis/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/synopsis/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/synopsis/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	17 Dec 2012 19:53:25 -0000	1.16
+++ ChangeLog	5 Sep 2013 18:40:36 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/synopsis
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/synopsis/ChangeLog,v 1.16 2012/12/17 19:53:25 mgorny Exp $
+# 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 $
+
+  05 Sep 2013; Michał Górny <mgorny@gentoo.org> synopsis-0.13.ebuild:
+  Clean up PYTHON_COMPAT from old implementations.
 
   17 Dec 2012; Michał Górny <mgorny@gentoo.org> synopsis-0.13.ebuild:
   Bump to EAPI=5 to make Paludis happy, bug #447524.





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

* [gentoo-commits] gentoo-x86 commit in dev-util/synopsis: synopsis-0.13.ebuild ChangeLog
@ 2015-04-08 17:54 Michal Gorny (mgorny)
  0 siblings, 0 replies; 4+ messages in thread
From: Michal Gorny (mgorny) @ 2015-04-08 17:54 UTC (permalink / raw
  To: gentoo-commits

mgorny      15/04/08 17:54:02

  Modified:             synopsis-0.13.ebuild ChangeLog
  Log:
  Drop old Python implementations
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.5                  dev-util/synopsis/synopsis-0.13.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/synopsis/synopsis-0.13.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/synopsis/synopsis-0.13.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/synopsis/synopsis-0.13.ebuild?r1=1.4&r2=1.5

Index: synopsis-0.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/synopsis/synopsis-0.13.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- synopsis-0.13.ebuild	5 Sep 2013 18:40:36 -0000	1.4
+++ synopsis-0.13.ebuild	8 Apr 2015 17:54:02 -0000	1.5
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/synopsis/synopsis-0.13.ebuild,v 1.4 2013/09/05 18:40:36 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/synopsis/synopsis-0.13.ebuild,v 1.5 2015/04/08 17:54:02 mgorny Exp $
 
 EAPI=5
 DISTUTILS_IN_SOURCE_BUILD=1
-PYTHON_COMPAT=( python2_6 python2_7 )
+PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1 multilib toolchain-funcs
 



1.19                 dev-util/synopsis/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/synopsis/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/synopsis/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/synopsis/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/synopsis/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	22 Mar 2014 19:05:29 -0000	1.18
+++ ChangeLog	8 Apr 2015 17:54:02 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/synopsis
-# 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 $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/synopsis/ChangeLog,v 1.19 2015/04/08 17:54:02 mgorny Exp $
+
+  08 Apr 2015; Michał Górny <mgorny@gentoo.org> synopsis-0.13.ebuild:
+  Drop old Python implementations
 
   22 Mar 2014; Michael Palimaka <kensington@gentoo.org> -synopsis-0.12.ebuild:
   Remove old.





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

end of thread, other threads:[~2015-04-08 17:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-05 17:53 [gentoo-commits] gentoo-x86 commit in dev-util/synopsis: synopsis-0.13.ebuild ChangeLog Michael Palimaka (kensington)
  -- strict thread matches above, loose matches on Subject: below --
2012-12-17 19:53 Michal Gorny (mgorny)
2013-09-05 18:40 Michal Gorny (mgorny)
2015-04-08 17:54 Michal Gorny (mgorny)

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