summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-04-16 14:49:58 +0000
committerSamuli Suominen <drac@gentoo.org>2008-04-16 14:49:58 +0000
commite1cdfa3dcc18e0d99be0da2ecad9e0f8ba779290 (patch)
tree0857ecd8bb928e76dbbf9d401f75617eed86273e /dev-util
parentamd64 stable, bug #215735. (diff)
downloadgentoo-2-e1cdfa3dcc18e0d99be0da2ecad9e0f8ba779290.tar.gz
gentoo-2-e1cdfa3dcc18e0d99be0da2ecad9e0f8ba779290.tar.bz2
gentoo-2-e1cdfa3dcc18e0d99be0da2ecad9e0f8ba779290.zip
Version bump wrt #217958, thanks to Peter Alfredsen.
(Portage version: 2.1.5_rc3)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/synopsis/ChangeLog10
-rw-r--r--dev-util/synopsis/synopsis-0.10.ebuild (renamed from dev-util/synopsis/synopsis-0.9.ebuild)16
-rw-r--r--dev-util/synopsis/synopsis-0.6.ebuild23
-rw-r--r--dev-util/synopsis/synopsis-0.8.ebuild23
4 files changed, 13 insertions, 59 deletions
diff --git a/dev-util/synopsis/ChangeLog b/dev-util/synopsis/ChangeLog
index 0cc8be4f2f57..4a81679d3097 100644
--- a/dev-util/synopsis/ChangeLog
+++ b/dev-util/synopsis/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-util/synopsis
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/synopsis/ChangeLog,v 1.10 2007/09/04 04:28:37 dirtyepic Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/synopsis/ChangeLog,v 1.11 2008/04/16 14:49:58 drac Exp $
+
+*synopsis-0.10 (16 Apr 2008)
+
+ 16 Apr 2008; Samuli Suominen <drac@gentoo.org> -synopsis-0.6.ebuild,
+ -synopsis-0.8.ebuild, -synopsis-0.9.ebuild, +synopsis-0.10.ebuild:
+ Version bump wrt #217958, thanks to Peter Alfredsen.
*synopsis-0.9 (04 Sep 2007)
diff --git a/dev-util/synopsis/synopsis-0.9.ebuild b/dev-util/synopsis/synopsis-0.10.ebuild
index ced29bcaff10..682010aec969 100644
--- a/dev-util/synopsis/synopsis-0.9.ebuild
+++ b/dev-util/synopsis/synopsis-0.10.ebuild
@@ -1,23 +1,17 @@
-# 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/dev-util/synopsis/synopsis-0.9.ebuild,v 1.1 2007/09/04 04:28:37 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/synopsis/synopsis-0.10.ebuild,v 1.1 2008/04/16 14:49:58 drac Exp $
inherit distutils
DESCRIPTION="Synopsis is a general source code documentation tool."
-SRC_URI="http://synopsis.fresco.org/download/${P}.tar.gz"
HOMEPAGE="http://synopsis.fresco.org/index.html"
+SRC_URI="http://synopsis.fresco.org/download/${P}.tar.gz"
RDEPEND="media-gfx/graphviz
net-misc/omniORB"
-SLOT="0"
LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="~x86 ~ppc"
+SLOT="0"
+KEYWORDS="~ppc ~x86"
IUSE=""
-
-src_install() {
- distutils_src_install
- mv ${D}/usr/share/doc/Synopsis ${D}/usr/share/doc/${PF}
- dohtml -r docs
-}
diff --git a/dev-util/synopsis/synopsis-0.6.ebuild b/dev-util/synopsis/synopsis-0.6.ebuild
deleted file mode 100644
index 43b759a12bf6..000000000000
--- a/dev-util/synopsis/synopsis-0.6.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/synopsis/synopsis-0.6.ebuild,v 1.6 2006/12/11 07:40:45 beu Exp $
-
-inherit distutils
-
-DESCRIPTION="Synopsis is a general source code documentation tool."
-SRC_URI="http://synopsis.fresco.org/download/${P}.tar.bz2"
-HOMEPAGE="http://synopsis.fresco.org/index.html"
-
-RDEPEND="media-gfx/graphviz
- net-misc/omniORB"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc"
-IUSE=""
-
-src_install() {
- distutils_src_install
-
- dohtml -r docs
-}
diff --git a/dev-util/synopsis/synopsis-0.8.ebuild b/dev-util/synopsis/synopsis-0.8.ebuild
deleted file mode 100644
index c8ad86130a98..000000000000
--- a/dev-util/synopsis/synopsis-0.8.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/synopsis/synopsis-0.8.ebuild,v 1.2 2006/12/11 07:40:45 beu Exp $
-
-inherit distutils
-
-DESCRIPTION="Synopsis is a general source code documentation tool."
-SRC_URI="http://synopsis.fresco.org/download/${P}.tar.gz"
-HOMEPAGE="http://synopsis.fresco.org/index.html"
-
-RDEPEND="media-gfx/graphviz
- net-misc/omniORB"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc"
-IUSE=""
-
-src_install() {
- distutils_src_install
- mv ${D}/usr/share/doc/Synopsis ${D}/usr/share/doc/${PF}
- dohtml -r docs
-}