summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2009-08-04 19:18:29 +0000
committerMichał Górny <mgorny@gentoo.org>2009-08-04 19:18:29 +0000
commit3aa5758a6094234d649151955755cfb4235196b9 (patch)
tree7f6eb603ed9ca8807cc134c51789ae2bd8089001 /app-text
parentnet-misc/miniupnpc: Adding ~amd64 to KEYWORDS. (diff)
downloadsunrise-3aa5758a6094234d649151955755cfb4235196b9.tar.gz
sunrise-3aa5758a6094234d649151955755cfb4235196b9.tar.bz2
sunrise-3aa5758a6094234d649151955755cfb4235196b9.zip
app-text/tesseract-pl: Upstream has moved docfiles into tessdata/, updating the ebuild to match new repo layout.
svn path=/sunrise/; revision=8952
Diffstat (limited to 'app-text')
-rw-r--r--app-text/tesseract-pl/ChangeLog5
-rw-r--r--app-text/tesseract-pl/Manifest4
-rw-r--r--app-text/tesseract-pl/tesseract-pl-9999.ebuild22
3 files changed, 8 insertions, 23 deletions
diff --git a/app-text/tesseract-pl/ChangeLog b/app-text/tesseract-pl/ChangeLog
index b43922c13..cb116009c 100644
--- a/app-text/tesseract-pl/ChangeLog
+++ b/app-text/tesseract-pl/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 04 Aug 2009; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl>
+ tesseract-pl-9999.ebuild:
+ Upstream has moved docfiles into tessdata/, updating the ebuild to match new
+ repo layout.
+
30 Jul 2009; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl>
+tesseract-pl-9999.ebuild, +metadata.xml:
Live ebuild for bug #279669 (upstream doesn't provide releases nor snapshots).
diff --git a/app-text/tesseract-pl/Manifest b/app-text/tesseract-pl/Manifest
index 3b478a42d..04aebb9fc 100644
--- a/app-text/tesseract-pl/Manifest
+++ b/app-text/tesseract-pl/Manifest
@@ -1,3 +1,3 @@
-EBUILD tesseract-pl-9999.ebuild 1340 RMD160 ee7f9da5b3303f2a4d35682dbaa99a76e8df11a2 SHA1 6c00e8cae18cf21a4f04019de7284c2f799f484c SHA256 5e152939577e88011555d16a29640a2f9d6cf62b825494ea3c6048feff231c9e
-MISC ChangeLog 312 RMD160 3607dad3b8f22d9a51e98358acfc1ab3e36973ce SHA1 d1924d5f76c5428ed39fc6a79dc5c6be505cee9f SHA256 ba86d433b4a4939aa3c1b2db6da9895919fe3146962566861473d7349d51ea49
+EBUILD tesseract-pl-9999.ebuild 525 RMD160 e00c6a5b1f6836940ff7da936e3495088df33103 SHA1 6624edd66fd0e12b1bf7713cd36bc8c5a411d961 SHA256 b6fc331c373673ee849625d78637beed90a803418efa6ffa1e0f5e31c5c91228
+MISC ChangeLog 499 RMD160 7f3677cb44b340956f2813e29b5d8d4b3e262e4f SHA1 b65fce497c1684df120b607a9c58b505320ba36b SHA256 bdf09317536229813d5ecac83d044d7a67f36d04c01c97ba1ec6176317077b95
MISC metadata.xml 171 RMD160 ed284df01c230fc7990a6b5888b39166d23f29ba SHA1 f3d64a69044b710e23fb874b3ee4cd338858c8b4 SHA256 a7b30fbacd0e4c312c07a3efac112a3794c81d134442d8104325734d03425adf
diff --git a/app-text/tesseract-pl/tesseract-pl-9999.ebuild b/app-text/tesseract-pl/tesseract-pl-9999.ebuild
index 8864b70cc..7951e73df 100644
--- a/app-text/tesseract-pl/tesseract-pl-9999.ebuild
+++ b/app-text/tesseract-pl/tesseract-pl-9999.ebuild
@@ -16,29 +16,9 @@ SLOT="0"
KEYWORDS=""
IUSE=""
-src_unpack() {
- # First we get 'tessdata' subdir with ESVN_REPO_URI specified above.
- subversion_src_unpack
-
- # Then we get few remaining needed files from the SVN root (--depth=files
- # makes SVN not descend into subdirectories), making sure we get them from
- # the same revision.
- ESVN_REPO_URI=http://tesseract-polish.googlecode.com/svn/trunk/@${ESVN_WC_REVISION} \
- ESVN_OPTIONS='--depth=files' subversion_src_unpack
-
- # Some more explanation:
- # We don't want to get the whole repo, because 'src' subdir is four times
- # larger than everything else and we certainly won't use it.
-
- # One more note: I don't think we need to override src_prepare() (we don't
- # bootstrap here) nor pkg_preinst() (both checkouts use same rev).
-}
-
src_install() {
- # Both checkouts put the files into the same directory, that's OK.
-
insinto /usr/share/tessdata
doins pol.* || die "doins failed"
- dodoc ATTRIBUTIONS BUGS NOTICE README || die "dodoc failed"
+ dodoc ATTRIBUTIONS NOTICE || die "dodoc failed"
}