]> Pileus Git - ~andy/sunrise/commitdiff
app-text/tesseract-pl: Upstream has moved docfiles into tessdata/, updating the ebuil...
authorMichał Górny <mgorny@gentoo.org>
Tue, 4 Aug 2009 19:18:29 +0000 (19:18 +0000)
committerMichał Górny <mgorny@gentoo.org>
Tue, 4 Aug 2009 19:18:29 +0000 (19:18 +0000)
svn path=/sunrise/; revision=8952

app-text/tesseract-pl/ChangeLog
app-text/tesseract-pl/Manifest
app-text/tesseract-pl/tesseract-pl-9999.ebuild

index b43922c13d56444bafd34978b1ada0abd8179295..cb116009cca7ea1028bc3418004b78b7c60d3e65 100644 (file)
@@ -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).
index 3b478a42d8779fc0897f3656d2b4965f9fb922ec..04aebb9fceec0cb2d145113567ae328ae040b991 100644 (file)
@@ -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
index 8864b70ccbf095258f57106d9b75b896fc120c1f..7951e73dfb02b01c9655146fb0e3684e09791d8f 100644 (file)
@@ -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"
 }