diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2007-03-12 22:28:17 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2007-03-12 22:28:17 +0000 |
commit | ee3607faf09e2f0139302be4f8aff42e6dbc19db (patch) | |
tree | c9d2defe4eb37a65ef399f0cafbbb1bf40b551c5 /app-text/highlight | |
parent | Replacing text-markup herd with the new sgml herd. (diff) | |
download | gentoo-2-ee3607faf09e2f0139302be4f8aff42e6dbc19db.tar.gz gentoo-2-ee3607faf09e2f0139302be4f8aff42e6dbc19db.tar.bz2 gentoo-2-ee3607faf09e2f0139302be4f8aff42e6dbc19db.zip |
Replacing text-markup herd with the new sgml and tex herds.
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-text/highlight')
-rw-r--r-- | app-text/highlight/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/highlight/files/digest-highlight-2.2.9 | 3 | ||||
-rw-r--r-- | app-text/highlight/files/digest-highlight-2.4.3 | 3 | ||||
-rw-r--r-- | app-text/highlight/highlight-2.2.9.ebuild | 23 | ||||
-rw-r--r-- | app-text/highlight/highlight-2.4.3.ebuild | 19 | ||||
-rw-r--r-- | app-text/highlight/metadata.xml | 3 |
6 files changed, 6 insertions, 50 deletions
diff --git a/app-text/highlight/ChangeLog b/app-text/highlight/ChangeLog index 2161cf5b8ada..d24ca0586f71 100644 --- a/app-text/highlight/ChangeLog +++ b/app-text/highlight/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/highlight # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v 1.9 2007/03/03 18:30:32 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v 1.10 2007/03/12 22:28:17 leonardop Exp $ + + 12 Mar 2007; Leonardo Boshell <leonardop@gentoo.org> metadata.xml: + Replacing text-markup herd with the new sgml and tex herds. 03 Mar 2007; nixnut <nixnut@gentoo.org> highlight-2.4.8.ebuild: Added ~ppc wrt bug 129395 diff --git a/app-text/highlight/files/digest-highlight-2.2.9 b/app-text/highlight/files/digest-highlight-2.2.9 deleted file mode 100644 index acf5f85fe174..000000000000 --- a/app-text/highlight/files/digest-highlight-2.2.9 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 dac3d4fe2984c2e9b8145df85db3ad29 highlight-2.2-9.tar.bz2 269746 -RMD160 b0d973efad74395b1e8abdd2746714617e701ed8 highlight-2.2-9.tar.bz2 269746 -SHA256 2d9b2055361df5a2398cab7e9fde0db8754aef6596c6e495ffbe42266a113dd7 highlight-2.2-9.tar.bz2 269746 diff --git a/app-text/highlight/files/digest-highlight-2.4.3 b/app-text/highlight/files/digest-highlight-2.4.3 deleted file mode 100644 index f29f60a4fcbd..000000000000 --- a/app-text/highlight/files/digest-highlight-2.4.3 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 0f1371272e4328201b1421c7e78c878a highlight-2.4.3.tar.bz2 299640 -RMD160 bf540f9f00957b5d2e96bf64fe429369c9104580 highlight-2.4.3.tar.bz2 299640 -SHA256 6cb3c85ec1c1025ab7c94d1f07bf0f44b16a74dbabc8253e88ee6048ec8558e5 highlight-2.4.3.tar.bz2 299640 diff --git a/app-text/highlight/highlight-2.2.9.ebuild b/app-text/highlight/highlight-2.2.9.ebuild deleted file mode 100644 index 0b5a0318788b..000000000000 --- a/app-text/highlight/highlight-2.2.9.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-2.2.9.ebuild,v 1.2 2005/12/03 09:13:46 ticho Exp $ - - -DESCRIPTION="converts source code to formatted text ((X)HTML, RTF, (La)TeX, XSL-FO, XML) with syntax highlighting." -HOMEPAGE="http://www.andre-simon.de/" -SRC_URI="http://www.andre-simon.de/zip/highlight-2.2-9.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="" -S=${WORKDIR}/${PN}-2.2-9 - - -src_compile() { - make -f makefile || die -} - -src_install() { - DESTDIR=${D} bin_dir=${D}/usr/bin make -f makefile -e install || die -} - diff --git a/app-text/highlight/highlight-2.4.3.ebuild b/app-text/highlight/highlight-2.4.3.ebuild deleted file mode 100644 index d562214af442..000000000000 --- a/app-text/highlight/highlight-2.4.3.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-2.4.3.ebuild,v 1.3 2006/03/09 12:17:54 ehmsen Exp $ - -DESCRIPTION="converts source code to formatted text ((X)HTML, RTF, (La)TeX, XSL-FO, XML) with syntax highlighting." -HOMEPAGE="http://www.andre-simon.de/" -SRC_URI="http://www.andre-simon.de/zip/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -src_compile() { - make -f makefile || die -} - -src_install() { - DESTDIR=${D} bin_dir=${D}/usr/bin make -f makefile -e install || die -} diff --git a/app-text/highlight/metadata.xml b/app-text/highlight/metadata.xml index 3ef21588a731..20ac20c2f976 100644 --- a/app-text/highlight/metadata.xml +++ b/app-text/highlight/metadata.xml @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>text-markup</herd> + <herd>sgml</herd> + <herd>tex</herd> </pkgmetadata> |