summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyen Thai Ngoc Duy <pclouds@gentoo.org>2005-12-03 08:57:30 +0000
committerNguyen Thai Ngoc Duy <pclouds@gentoo.org>2005-12-03 08:57:30 +0000
commit79c03207e82adf7b99cc5ae6d767c5d6ba1f7cc3 (patch)
treea14ef4ed99844b30b74aba2c2b660094135b89fb /app-text/highlight
parentx86 stable for bug #114328. (diff)
downloadgentoo-2-79c03207e82adf7b99cc5ae6d767c5d6ba1f7cc3.tar.gz
gentoo-2-79c03207e82adf7b99cc5ae6d767c5d6ba1f7cc3.tar.bz2
gentoo-2-79c03207e82adf7b99cc5ae6d767c5d6ba1f7cc3.zip
Used ${P} instead of ${PN}-${PV}
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'app-text/highlight')
-rw-r--r--app-text/highlight/ChangeLog5
-rw-r--r--app-text/highlight/Manifest2
-rw-r--r--app-text/highlight/highlight-2.4.3.ebuild6
3 files changed, 8 insertions, 5 deletions
diff --git a/app-text/highlight/ChangeLog b/app-text/highlight/ChangeLog
index 418c4af6ccc9..efb8cabdf56e 100644
--- a/app-text/highlight/ChangeLog
+++ b/app-text/highlight/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/highlight
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v 1.2 2005/12/03 07:58:06 pclouds Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v 1.3 2005/12/03 08:57:30 pclouds Exp $
+
+ 03 Dec 2005; <pclouds@gentoo.org> highlight-2.4.3.ebuild:
+ Used ${P} instead of ${PN}-${PV}
*highlight-2.4.3 (03 Dec 2005)
diff --git a/app-text/highlight/Manifest b/app-text/highlight/Manifest
index 5cac18fd5f67..ce65d63569ee 100644
--- a/app-text/highlight/Manifest
+++ b/app-text/highlight/Manifest
@@ -2,5 +2,5 @@ MD5 daa2d7e844aca332c984bf85b9011573 ChangeLog 500
MD5 d716e985f39f79a63ff522693913dde0 files/digest-highlight-2.2.9 68
MD5 0aff21f6e391333328a1eab9a5964df1 files/digest-highlight-2.4.3 68
MD5 620cf1153b51ad720799745a05afcd21 highlight-2.2.9.ebuild 653
-MD5 81d786c63ef979a7d6e1cc53356c3151 highlight-2.4.3.ebuild 653
+MD5 7de85d7917473d350748b7b4b0593c53 highlight-2.4.3.ebuild 635
MD5 ccf9ea2ff9f57801ca037faea678a353 metadata.xml 165
diff --git a/app-text/highlight/highlight-2.4.3.ebuild b/app-text/highlight/highlight-2.4.3.ebuild
index e113a38eaa14..3715b47d6615 100644
--- a/app-text/highlight/highlight-2.4.3.ebuild
+++ b/app-text/highlight/highlight-2.4.3.ebuild
@@ -1,16 +1,16 @@
# 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.4.3.ebuild,v 1.1 2005/12/03 07:58:06 pclouds Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-2.4.3.ebuild,v 1.2 2005/12/03 08:57:30 pclouds 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-${PV}.tar.bz2"
+SRC_URI="http://www.andre-simon.de/zip/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
-S=${WORKDIR}/${PN}-${PV}
+S=${WORKDIR}/${P}
src_compile() {