summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2011-02-17 14:08:38 +0000
committerMichael Weber <xmw@gentoo.org>2011-02-17 14:08:38 +0000
commit2353b3b2da653d73bc4f85a385a6e76866e17b8e (patch)
tree96adf5340b10a763e32fe02a3cd25d9d8242213f /app-text
parentAdd a patch from debian to fix thumbpdf invocation wrt its shebang, part of b... (diff)
downloadhistorical-2353b3b2da653d73bc4f85a385a6e76866e17b8e.tar.gz
historical-2353b3b2da653d73bc4f85a385a6e76866e17b8e.tar.bz2
historical-2353b3b2da653d73bc4f85a385a6e76866e17b8e.zip
Forgot SRC_URI/S
Package-Manager: portage-2.1.9.25/cvs/Linux x86_64
Diffstat (limited to 'app-text')
-rw-r--r--app-text/llpp/ChangeLog5
-rw-r--r--app-text/llpp/Manifest5
-rw-r--r--app-text/llpp/llpp-0_p20110202.ebuild6
3 files changed, 11 insertions, 5 deletions
diff --git a/app-text/llpp/ChangeLog b/app-text/llpp/ChangeLog
index f1d77fa7a2c8..928886afbaee 100644
--- a/app-text/llpp/ChangeLog
+++ b/app-text/llpp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/llpp
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/llpp/ChangeLog,v 1.4 2011/02/17 02:18:08 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/llpp/ChangeLog,v 1.5 2011/02/17 14:08:38 xmw Exp $
+
+ 17 Feb 2011; Michael Weber <xmw@gentoo.org> llpp-0_p20110202.ebuild:
+ Forgot SRC_URI/S
*llpp-0_p20110202 (17 Feb 2011)
diff --git a/app-text/llpp/Manifest b/app-text/llpp/Manifest
index fb79070871ee..a3f57862b3d3 100644
--- a/app-text/llpp/Manifest
+++ b/app-text/llpp/Manifest
@@ -1,4 +1,5 @@
-EBUILD llpp-0_p20110202.ebuild 949 RMD160 9f0127f19933a0fa1ee17a1ee69ff35fbba8cd09 SHA1 19214aa8dbd652ef516feb617b39e23b543185c7 SHA256 a0f0eb205d21281d4424572f88ffa52eb55bded4a2bea7cee319707f572e6059
+DIST llpp-0_p20110202.tar.gz 26980 RMD160 ddd836e4402a288c601dd8b690f7c10dbb6fdd3b SHA1 8dba696ea5f829e8fff05bb990e50cc20ed1b160 SHA256 41f99001c9f4048d46b9373ac8861e49c91280d15d098a7598f4e2a8902b18e8
+EBUILD llpp-0_p20110202.ebuild 996 RMD160 1ca718606c397e5539c36ffb765d056566b427f7 SHA1 23f328ff44a6d6843c0580beecf683a5b28afdce SHA256 90842abb9217fda825738d8e0caf5012940c15553656d8dd288c4e77db9fa13c
EBUILD llpp-9999.ebuild 978 RMD160 5dbbafcb8b449e34dc95f2db9d93b6f3cd8ac577 SHA1 43e57d8f13e18d4c6607dc88760d5086806d2e70 SHA256 83c70055024b3898023480e06f042ce6487836739259ff03eaa9a1e206e53824
-MISC ChangeLog 722 RMD160 3b6ba64db164403a577d6c05005b7429731912cc SHA1 4559bf09eadf7a90c84f56c7adb692989a396f5c SHA256 bf117f326b8e0519f74d0b96b823f2384f94faf0c92c5acf2117d6a9260d7f71
+MISC ChangeLog 813 RMD160 f2473d296fbb75ae6cdabb921fd6a683737d4ff4 SHA1 85a9eba59e5e3c50b21af0671c8a3369aa51b3c2 SHA256 6df5745ad677549e5bf4dc8f4960aa83b6f1ec312b7130d12ad6e56f7e2d7972
MISC metadata.xml 250 RMD160 645ad5d42480ce40b7a4489492c766bbf141ca2c SHA1 ee670f38920df6f9fd58e4d396cf18473e948b73 SHA256 3de95efc65f52204c931a656e6a38b39a0bd977126383f919076465e2b407543
diff --git a/app-text/llpp/llpp-0_p20110202.ebuild b/app-text/llpp/llpp-0_p20110202.ebuild
index 31a0e3b36027..b69256d23e50 100644
--- a/app-text/llpp/llpp-0_p20110202.ebuild
+++ b/app-text/llpp/llpp-0_p20110202.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/llpp/llpp-0_p20110202.ebuild,v 1.1 2011/02/17 02:18:08 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/llpp/llpp-0_p20110202.ebuild,v 1.2 2011/02/17 14:08:38 xmw Exp $
EAPI=3
@@ -8,7 +8,7 @@ inherit toolchain-funcs
DESCRIPTION="a graphical PDF viewer which aims to superficially resemble less(1)"
HOMEPAGE="http://repo.or.cz/w/llpp.git"
-SRC_URI=""
+SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
@@ -22,6 +22,8 @@ RDEPEND=">=app-text/mupdf-0.7_p20110212
x11-misc/xsel"
DEPEND="${RDEPEND}"
+S=${WORKDIR}/${PN}
+
src_compile() {
ocamlopt -c -o link.o -ccopt -O link.c || die
ocamlopt -c -o main.cmo -I +lablGL main.ml || die