]> Pileus Git - ~andy/sunrise/commitdiff
app-dicts/stardict-ruspack: New ebuild for bug 144451
authorIsakov_AN <satana.hell@gmail.com>
Sat, 12 Jul 2008 13:43:23 +0000 (13:43 +0000)
committerIsakov_AN <satana.hell@gmail.com>
Sat, 12 Jul 2008 13:43:23 +0000 (13:43 +0000)
svn path=/sunrise/; revision=6486

app-dicts/stardict-ruspack/ChangeLog [new file with mode: 0644]
app-dicts/stardict-ruspack/Manifest [new file with mode: 0644]
app-dicts/stardict-ruspack/metadata.xml [new file with mode: 0644]
app-dicts/stardict-ruspack/stardict-ruspack-0.2.ebuild [new file with mode: 0644]

diff --git a/app-dicts/stardict-ruspack/ChangeLog b/app-dicts/stardict-ruspack/ChangeLog
new file mode 100644 (file)
index 0000000..3209f8b
--- /dev/null
@@ -0,0 +1,8 @@
+# ChangeLog for app-dicts/stardict-ruspack
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  12 Jul 2008; Isakov_AN <satana.hell@gmail.com>
+  +stardict-ruspack-0.2.ebuild, +metadata.xml:
+  New ebuild for bug 144451
+
diff --git a/app-dicts/stardict-ruspack/Manifest b/app-dicts/stardict-ruspack/Manifest
new file mode 100644 (file)
index 0000000..e8bb809
--- /dev/null
@@ -0,0 +1,4 @@
+DIST stardict-dicts.exe 72478164 RMD160 6aaac63b08851874d0d1cc0f9586e3ea79e9f2f4 SHA1 ecdde44e7e77d17d71f6eafbb68870347d72c9b4 SHA256 5097cb44f0ce3914b1c13898c8623abd067361f72642b2dfb9b3fb8572549403
+EBUILD stardict-ruspack-0.2.ebuild 532 RMD160 1cfe1be8bceee56a1e415430edc3664d5c6fe9f5 SHA1 6f80bf4fc2817be59b5eeb8b26f6803aad25ab90 SHA256 3d096c18b911aec84c74612a589895fa8a9b1693f51dd2ce293ab9c726fa818a
+MISC ChangeLog 252 RMD160 68c45484ae877596513a706d73206d3e3ccf147c SHA1 712efb589ff5f8ed1d77f6503406a534187f0235 SHA256 91f2fa777838a831b2e98c1d9731892cb962e3645ad0913337f30792f9de520d
+MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/app-dicts/stardict-ruspack/metadata.xml b/app-dicts/stardict-ruspack/metadata.xml
new file mode 100644 (file)
index 0000000..7e32869
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>maintainer-wanted</herd>
+</pkgmetadata>
diff --git a/app-dicts/stardict-ruspack/stardict-ruspack-0.2.ebuild b/app-dicts/stardict-ruspack/stardict-ruspack-0.2.ebuild
new file mode 100644 (file)
index 0000000..a5901a2
--- /dev/null
@@ -0,0 +1,21 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Collection of dicts for stardict."
+HOMEPAGE="http://gnome.msiu.ru/stardict.php"
+SRC_URI="ftp://ftp.msiu.ru/education/FSF-Windows/stardict/dicts/stardict-dicts.exe"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+RDEPEND="app-dicts/stardict"
+
+DEPEND="app-arch/unrar"
+
+src_install() {
+       dodir /usr/share/stardict/dic
+       unrar e "${DISTDIR}/stardict-dicts.exe" "${D}/usr/share/stardict/dic/"
+}