1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-03-04 08:45:49 +01:00

initial import

This commit is contained in:
root
2010-02-09 21:25:29 +01:00
commit b2719dc011
1080 changed files with 41656 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
DIST kydpdict-0.9.3.tar.bz2 606358 RMD160 d132cf5e637ff126e097e0d7c84712923808f558 SHA1 553db770428e9f33ec4663ad131a49c77d49ab97 SHA256 ea1abcd115c0eb10a306524d93a3952c1831bcc433e4454b7152440a7ebd95c4
DIST kydpdict-0.9.4.tar.bz2 617016 RMD160 162e3f1e886e48f4348f218e736597e17f736cb4 SHA1 2732d6ee052bfeaf6501816640d9372f6072485f SHA256 fc235dfc52520706236f7e401de716db463cbe6ecb5781986df6cc8c72654b7c
EBUILD kydpdict-0.9.3.ebuild 819 RMD160 5d9819be5abb77b250e5fe2f8d7a198fef046257 SHA1 f1cacfb14c2090c9a89bf5589074b334b8f0806e SHA256 2dd1ac6b234ecfb6b2fa4594e781e9534fae61341096c59094ac348676ae8b2c
MD5 4ee3c3e07e1180dd4e58f5615a172848 kydpdict-0.9.3.ebuild 819
RMD160 5d9819be5abb77b250e5fe2f8d7a198fef046257 kydpdict-0.9.3.ebuild 819
SHA256 2dd1ac6b234ecfb6b2fa4594e781e9534fae61341096c59094ac348676ae8b2c kydpdict-0.9.3.ebuild 819
EBUILD kydpdict-0.9.4.ebuild 819 RMD160 5d9819be5abb77b250e5fe2f8d7a198fef046257 SHA1 f1cacfb14c2090c9a89bf5589074b334b8f0806e SHA256 2dd1ac6b234ecfb6b2fa4594e781e9534fae61341096c59094ac348676ae8b2c
MD5 4ee3c3e07e1180dd4e58f5615a172848 kydpdict-0.9.4.ebuild 819
RMD160 5d9819be5abb77b250e5fe2f8d7a198fef046257 kydpdict-0.9.4.ebuild 819
SHA256 2dd1ac6b234ecfb6b2fa4594e781e9534fae61341096c59094ac348676ae8b2c kydpdict-0.9.4.ebuild 819
MD5 95bfb5d9aca8e28a1e34911b16841ec1 files/digest-kydpdict-0.9.3 247
RMD160 19a967e589e6e456c4743fa2145569d04bf02966 files/digest-kydpdict-0.9.3 247
SHA256 08be0d6a4ab921f8a57c509cbfa70bfd5b98e9e9e070cd10d08e0dcab1294a6f files/digest-kydpdict-0.9.3 247
MD5 080b139f86e007f1c480b6030c0337ca files/digest-kydpdict-0.9.4 247
RMD160 dcc7443463d6acab21f2da1693f8f647b21308bf files/digest-kydpdict-0.9.4 247
SHA256 e4197e79c40b5751aae66097a4d9adbad4590579db1790ae25a4c6b35404f698 files/digest-kydpdict-0.9.4 247

View File

@@ -0,0 +1,3 @@
MD5 1bfb4a075bceb79527d9ca324f4b2445 kydpdict-0.9.3.tar.bz2 606358
RMD160 d132cf5e637ff126e097e0d7c84712923808f558 kydpdict-0.9.3.tar.bz2 606358
SHA256 ea1abcd115c0eb10a306524d93a3952c1831bcc433e4454b7152440a7ebd95c4 kydpdict-0.9.3.tar.bz2 606358

View File

@@ -0,0 +1,3 @@
MD5 b7ba99c4925d642b9407c2628e5b16b3 kydpdict-0.9.4.tar.bz2 617016
RMD160 162e3f1e886e48f4348f218e736597e17f736cb4 kydpdict-0.9.4.tar.bz2 617016
SHA256 fc235dfc52520706236f7e401de716db463cbe6ecb5781986df6cc8c72654b7c kydpdict-0.9.4.tar.bz2 617016

View File

@@ -0,0 +1,31 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $
RESTRICT="nomirror"
inherit kde
S=${WORKDIR}/${P}
DESCRIPTION="Kydpdict is a graphical frontend to Collins', PWN Oxford & SAP dictionaries."
SRC_URI="http://members.elysium.pl/ytm/src/$P.tar.bz2"
HOMEPAGE="http://members.elysium.pl/ytm/html/kydpdict.html"
KEYWORDS="x86"
SLOT="0"
LICENSE="GPL-2"
need-qt 3
src_compile(){
myconf="$myconf --prefix=/usr --with-x --datadir=/usr/share"
kde_src_compile configure make
}
pkg_postinst(){
einfo "This is only a front-end to dictionaries."
einfo "You need to have windows version installed. In fact you need only four files: "
einfo "dict100.dat, dict101.dat, dict100.idx, dict101.idx"
einfo "angpol.win polang.win"
}

View File

@@ -0,0 +1,31 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $
RESTRICT="nomirror"
inherit kde
S=${WORKDIR}/${P}
DESCRIPTION="Kydpdict is a graphical frontend to Collins', PWN Oxford & SAP dictionaries."
SRC_URI="http://members.elysium.pl/ytm/src/$P.tar.bz2"
HOMEPAGE="http://members.elysium.pl/ytm/html/kydpdict.html"
KEYWORDS="x86"
SLOT="0"
LICENSE="GPL-2"
need-qt 3
src_compile(){
myconf="$myconf --prefix=/usr --with-x --datadir=/usr/share"
kde_src_compile configure make
}
pkg_postinst(){
einfo "This is only a front-end to dictionaries."
einfo "You need to have windows version installed. In fact you need only four files: "
einfo "dict100.dat, dict101.dat, dict100.idx, dict101.idx"
einfo "angpol.win polang.win"
}

View File

@@ -0,0 +1,8 @@
DIST ydpdict-0.66.tar.gz 69328 RMD160 b8d49f79e5ab0428f0d76dd583d30036218bea78 SHA1 48f44041694604f27a99fe14b656eecc43440125 SHA256 3481cc092be8fff571aa7e5de23bf23bb77a4bcc1d9bda8651b559e116aeb5fa
EBUILD ydpdict-0.66-r1.ebuild 146 RMD160 ebdd14d8b4dffd6d79d8de8e8490b7ccd5b2f78c SHA1 ba26886b26fe842b094c12393935ed491f5dd325 SHA256 dee96b8ab7ca5120249b3a1f209cc28fbdf67ef121d36210b420eac8510783fc
MD5 b7a51f9ad22b8a7415c1825a63371d95 ydpdict-0.66-r1.ebuild 146
RMD160 ebdd14d8b4dffd6d79d8de8e8490b7ccd5b2f78c ydpdict-0.66-r1.ebuild 146
SHA256 dee96b8ab7ca5120249b3a1f209cc28fbdf67ef121d36210b420eac8510783fc ydpdict-0.66-r1.ebuild 146
MD5 a46788a6e204894a53165df3ed99dabb files/digest-ydpdict-0.66-r1 235
RMD160 25b3076e657c9bade345c3911e520df0c0eb6912 files/digest-ydpdict-0.66-r1 235
SHA256 8a289b81af3978e2ff56747f6d86994ee9499afea1842a10e1aaf205b450b3a2 files/digest-ydpdict-0.66-r1 235

View File

@@ -0,0 +1,3 @@
MD5 df6bf6196f15cde40bf71591948f61bf ydpdict-0.66.tar.gz 69328
RMD160 b8d49f79e5ab0428f0d76dd583d30036218bea78 ydpdict-0.66.tar.gz 69328
SHA256 3481cc092be8fff571aa7e5de23bf23bb77a4bcc1d9bda8651b559e116aeb5fa ydpdict-0.66.tar.gz 69328

View File

@@ -0,0 +1,8 @@
SRC_URI="http://toxygen.net/ydpdict/${P}.tar.gz"
src_compile() {
econf || die
emake || die "emake failed"
}
src_install() {
einstall || die
}