summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Buisse <nattfodd@gentoo.org>2006-01-03 12:15:07 +0000
committerAlexandre Buisse <nattfodd@gentoo.org>2006-01-03 12:15:07 +0000
commit91756d943c96a99477756f0794e9b06adc1e0809 (patch)
treeb4d7815d87ace005da297598ac0b7448c9d18016 /app-office
parentFix compilation with qt4 on the system (diff)
downloadgentoo-2-91756d943c96a99477756f0794e9b06adc1e0809.tar.gz
gentoo-2-91756d943c96a99477756f0794e9b06adc1e0809.tar.bz2
gentoo-2-91756d943c96a99477756f0794e9b06adc1e0809.zip
Fix bug #117529 (bad ${S}).
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/texmaker/Manifest12
-rw-r--r--app-office/texmaker/texmaker-1.21.ebuild3
2 files changed, 3 insertions, 12 deletions
diff --git a/app-office/texmaker/Manifest b/app-office/texmaker/Manifest
index 12ea42073bc6..988278e7045d 100644
--- a/app-office/texmaker/Manifest
+++ b/app-office/texmaker/Manifest
@@ -1,6 +1,3 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 8285c3b026fbf5219187b451ec8ea0f6 ChangeLog 1822
MD5 6523b9d37f10392c4198cac68935cd93 files/digest-texmaker-1.11 66
MD5 6523b9d37f10392c4198cac68935cd93 files/digest-texmaker-1.11-r1 66
@@ -8,11 +5,4 @@ MD5 87c6b930962d1f18ddef65c23a1ccd79 files/digest-texmaker-1.21 67
MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164
MD5 48581d9960ba25848a78326be9c669fa texmaker-1.11-r1.ebuild 1499
MD5 4795d01e61e250245aef7dfeabff2d9a texmaker-1.11.ebuild 1395
-MD5 c0cbda76339525d64d37d7d5415a2b54 texmaker-1.21.ebuild 1546
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDuaucCRZPokWLroQRAtiNAKDTFMB+6O8R6FhkE9HrNdjg190YvQCg5Fl6
-A8Ahz7+O8CTcUwCOscPfFFg=
-=kmlT
------END PGP SIGNATURE-----
+MD5 9eb8407cdb37374c53bcac45e2bbce2a texmaker-1.21.ebuild 1569
diff --git a/app-office/texmaker/texmaker-1.21.ebuild b/app-office/texmaker/texmaker-1.21.ebuild
index c0cc0a2b5a0d..695a14875b7b 100644
--- a/app-office/texmaker/texmaker-1.21.ebuild
+++ b/app-office/texmaker/texmaker-1.21.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-1.21.ebuild,v 1.1 2006/01/02 18:02:05 nattfodd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-1.21.ebuild,v 1.2 2006/01/03 12:15:07 nattfodd Exp $
inherit qt4 eutils versionator
@@ -12,6 +12,7 @@ MAJOR="$(get_major_version)"
MINOR_1="$(($(get_version_component_range 2)/10))"
MINOR_2="$(($(get_version_component_range 2)%10))"
MY_P="${PN}-${MAJOR}.${MINOR_1}.${MINOR_2}"
+S="${WORKDIR}/${MY_P}"
HOMEPAGE="http://www.xm1math.net/texmaker/"
SRC_URI="http://www.xm1math.net/texmaker/${MY_P}.tar.bz2"