summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2012-07-04 09:46:37 +0000
committerTiziano Müller <dev-zero@gentoo.org>2012-07-04 09:46:37 +0000
commitacde4e90f263eea7f8e32155d8dd26d1de1984b7 (patch)
tree53e79225d5990662ad0cb0c3b666702cde5ef8ea /dev-util/source-highlight
parentsci-mathematics/unuran: Move to autotool-utils.eclass (diff)
downloadgentoo-2-acde4e90f263eea7f8e32155d8dd26d1de1984b7.tar.gz
gentoo-2-acde4e90f263eea7f8e32155d8dd26d1de1984b7.tar.bz2
gentoo-2-acde4e90f263eea7f8e32155d8dd26d1de1984b7.zip
Version bump (contains fix for bug #421039). Drop old versions.
(Portage version: 2.1.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/source-highlight')
-rw-r--r--dev-util/source-highlight/ChangeLog10
-rw-r--r--dev-util/source-highlight/source-highlight-2.11.1.ebuild32
-rw-r--r--dev-util/source-highlight/source-highlight-2.11.ebuild32
-rw-r--r--dev-util/source-highlight/source-highlight-2.9.ebuild32
-rw-r--r--dev-util/source-highlight/source-highlight-3.1.7.ebuild (renamed from dev-util/source-highlight/source-highlight-3.1.6.ebuild)2
5 files changed, 10 insertions, 98 deletions
diff --git a/dev-util/source-highlight/ChangeLog b/dev-util/source-highlight/ChangeLog
index bbf0272ffdd4..7c8154b28632 100644
--- a/dev-util/source-highlight/ChangeLog
+++ b/dev-util/source-highlight/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for dev-util/source-highlight
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/source-highlight/ChangeLog,v 1.45 2012/05/26 07:54:45 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/source-highlight/ChangeLog,v 1.46 2012/07/04 09:46:37 dev-zero Exp $
+
+*source-highlight-3.1.7 (04 Jul 2012)
+
+ 04 Jul 2012; Tiziano Müller <dev-zero@gentoo.org>
+ +source-highlight-3.1.7.ebuild, -source-highlight-2.11.1.ebuild,
+ -source-highlight-2.11.ebuild, -source-highlight-2.9.ebuild,
+ -source-highlight-3.1.6.ebuild:
+ Version bump (contains fix for bug #421039). Drop old versions.
*source-highlight-3.1.6 (25 May 2012)
diff --git a/dev-util/source-highlight/source-highlight-2.11.1.ebuild b/dev-util/source-highlight/source-highlight-2.11.1.ebuild
deleted file mode 100644
index 36d4861529ba..000000000000
--- a/dev-util/source-highlight/source-highlight-2.11.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/source-highlight/source-highlight-2.11.1.ebuild,v 1.1 2009/02/23 20:41:09 dev-zero Exp $
-
-inherit bash-completion
-
-DESCRIPTION="Generate highlighted source code as an (x)html document"
-HOMEPAGE="http://www.gnu.org/software/src-highlite/source-highlight.html"
-SRC_URI="mirror://gnu/src-highlite/${P}.tar.gz"
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~mips ~ppc ~x86"
-SLOT="0"
-IUSE="doc"
-
-DEPEND=">=dev-libs/boost-1.34.1
- dev-util/ctags"
-RDEPEND="${DEPEND}"
-
-src_install () {
- emake DESTDIR="${D}" install || die "make install failed"
-
- dobashcompletion source-highlight-bash-completion
-
- # That's not how we want it
- rm -fr "${D}/usr/share/doc" "${D}/etc"
- dodoc AUTHORS ChangeLog CREDITS NEWS README THANKS TODO.txt
-
- if use doc ; then
- cd "${S}/doc"
- dohtml *.{html,css,java}
- fi
-}
diff --git a/dev-util/source-highlight/source-highlight-2.11.ebuild b/dev-util/source-highlight/source-highlight-2.11.ebuild
deleted file mode 100644
index 145864d25bca..000000000000
--- a/dev-util/source-highlight/source-highlight-2.11.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/source-highlight/source-highlight-2.11.ebuild,v 1.1 2008/11/17 15:58:10 dev-zero Exp $
-
-inherit bash-completion
-
-DESCRIPTION="Generate highlighted source code as an (x)html document"
-HOMEPAGE="http://www.gnu.org/software/src-highlite/source-highlight.html"
-SRC_URI="mirror://gnu/src-highlite/${P}.tar.gz"
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~mips ~ppc ~x86"
-SLOT="0"
-IUSE="doc"
-
-DEPEND=">=dev-libs/boost-1.34.1
- dev-util/ctags"
-RDEPEND="${DEPEND}"
-
-src_install () {
- emake DESTDIR="${D}" install || die "make install failed"
-
- dobashcompletion source-highlight-bash-completion
-
- # That's not how we want it
- rm -fr "${D}/usr/share/doc" "${D}/etc"
- dodoc AUTHORS ChangeLog CREDITS NEWS README THANKS TODO.txt
-
- if use doc ; then
- cd "${S}/doc"
- dohtml *.{html,css,java}
- fi
-}
diff --git a/dev-util/source-highlight/source-highlight-2.9.ebuild b/dev-util/source-highlight/source-highlight-2.9.ebuild
deleted file mode 100644
index 2e3ae3076006..000000000000
--- a/dev-util/source-highlight/source-highlight-2.9.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/source-highlight/source-highlight-2.9.ebuild,v 1.3 2008/04/26 20:31:52 maekke Exp $
-
-inherit bash-completion
-
-DESCRIPTION="Generate highlighted source code as an (x)html document"
-HOMEPAGE="http://www.gnu.org/software/src-highlite/source-highlight.html"
-SRC_URI="mirror://gnu/src-highlite/${P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ~mips ~ppc x86"
-SLOT="0"
-IUSE="doc"
-
-DEPEND=">=dev-libs/boost-1.34.1
- dev-util/ctags"
-RDEPEND="${DEPEND}"
-
-src_install () {
- emake DESTDIR="${D}" install || die "make install failed"
-
- dobashcompletion "${FILESDIR}/${PN}-2.8.bash-completion"
-
- # That's not how we want it
- rm -fr "${D}/usr/share/doc"
- dodoc AUTHORS ChangeLog CREDITS NEWS README THANKS TODO.txt
-
- if use doc ; then
- cd "${S}/doc"
- dohtml *.{html,css,java}
- fi
-}
diff --git a/dev-util/source-highlight/source-highlight-3.1.6.ebuild b/dev-util/source-highlight/source-highlight-3.1.7.ebuild
index 89b8aabadbc2..e0194fa0499d 100644
--- a/dev-util/source-highlight/source-highlight-3.1.6.ebuild
+++ b/dev-util/source-highlight/source-highlight-3.1.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/source-highlight/source-highlight-3.1.6.ebuild,v 1.1 2012/05/26 07:54:45 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/source-highlight/source-highlight-3.1.7.ebuild,v 1.1 2012/07/04 09:46:37 dev-zero Exp $
EAPI="4"