Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
aababilov committed May 13, 2012
0 parents commit 6bcee8d
Show file tree
Hide file tree
Showing 85 changed files with 10,518 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
*~

Empty file added app-misc/ttabler-web/ChangeLog
Empty file.
3 changes: 3 additions & 0 deletions app-misc/ttabler-web/Manifest
@@ -0,0 +1,3 @@
DIST ttabler-web-0.1.tar.gz 572350 RMD160 d318c77f7a18c35d9ecaaf6f5f83693440a9cde0 SHA1 19cad0a4fb4e40bcc2ad0f17f0efd7edb8f57566 SHA256 81555706d779f23072b36216b5c4b5dfaa24fa0c61525a2522b2ccee3aec5a7b
EBUILD ttabler-web-0.1.ebuild 1007 RMD160 fb75d65a5b6fe136057336739802294c7d231280 SHA1 13094e515d2f4f071c1c6bfb0d3ff2f52436f186 SHA256 92ad803cf5c7ac73251e709f5fa09ba08faa2b5bedc6f659c7122b5691a77d26
MISC ChangeLog 0 RMD160 9c1185a5c5e9fc54612808977ee8f548b2258d31 SHA1 da39a3ee5e6b4b0d3255bfef95601890afd80709 SHA256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
49 changes: 49 additions & 0 deletions app-misc/ttabler-web/ttabler-web-0.1.ebuild
@@ -0,0 +1,49 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.4 3.*"
DISTUTILS_SRC_TEST="nosetests"

inherit eutils distutils

MY_PN="ttabler-web"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="A web interace to ttabler"
HOMEPAGE="http://pypi.python.org/pypi/ttabler-web"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="dev-python/flask
dev-python/setuptools
dev-python/flask-sqlalchemy"
DEPEND="${RDEPEND}"

S="${WORKDIR}/${MY_P}"

PYTHON_MODNAME="ttabler_web"


pkg_setup() {
enewgroup ttabler-web
enewuser ttabler-web -1 -1 /var/lib/ttabler-web ttabler-web
}

src_install() {
distutils_src_install

local gentoodir="${WORKDIR}/${GDM_EXTRA}"

# log, etc.
keepdir /var/{lib,log}/ttabler-web
fowners -R ttabler-web:ttabler-web /var/{lib,log}/ttabler-web
fperms 775 /var/{lib,log}/ttabler-web
}
Empty file added app-misc/ttabler/ChangeLog
Empty file.
3 changes: 3 additions & 0 deletions app-misc/ttabler/Manifest
@@ -0,0 +1,3 @@
DIST ttabler-0.1.tar.gz 4305425 RMD160 2bddd116b37764bc33fb57616aa5aaa89d2f08c6 SHA1 f824ad71b8f01fad251def64c1dc5b8cff969ba3 SHA256 29014351b69155bc16828143ae38103a0120fb2d8b222ddc577184b353b7dd25
EBUILD ttabler-0.1.ebuild 488 RMD160 b588329dacd5ecf1700db63380f23a6c5a0d5e8f SHA1 0365f4fc404f6f035ab28fb6f317c2dcea1f6cda SHA256 8b7ba4ed8a01840c769a736cad14c3a982151152ba6dc23ebb0ba6e7e03afd6d
MISC ChangeLog 0 RMD160 9c1185a5c5e9fc54612808977ee8f548b2258d31 SHA1 da39a3ee5e6b4b0d3255bfef95601890afd80709 SHA256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
25 changes: 25 additions & 0 deletions app-misc/ttabler/ttabler-0.1.ebuild
@@ -0,0 +1,25 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="2"
inherit eutils autotools

DESCRIPTION="Ttabler is a free software for solving timetabling problems."
SRC_URI="${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"

DEPEND=">=dev-libs/libxml2-2.4.3
virtual/mpi"

src_configure() {
econf || die
}

src_install() {
emake DESTDIR="${D}" install || die
dodoc AUTHORS BUGS ChangeLog NEWS README
}
293 changes: 293 additions & 0 deletions app-text/stardict/ChangeLog
@@ -0,0 +1,293 @@
# ChangeLog for app-text/stardict
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-text/stardict/ChangeLog,v 1.9 2011/03/27 12:23:55 nirbheek Exp $

27 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
-stardict-2.4.8-r1.ebuild, -stardict-3.0.1-r1.ebuild,
stardict-3.0.1-r2.ebuild, stardict-3.0.1-r3.ebuild:
Fix slot-dep on gtk+

18 Sep 2010; Raúl Porcel <armin76@gentoo.org> stardict-3.0.1-r3.ebuild:
sparc stable wrt #288555

*stardict-3.0.1-r3 (03 May 2010)

03 May 2010; Samuli Suominen <ssuominen@gentoo.org>
+stardict-3.0.1-r3.ebuild, +files/stardict-3.0.1-sparc_sigbus.patch:
Fix sparc/sigbus wrt #265792 by Tiago Cunha.

09 Feb 2010; Joseph Jezak <josejx@gentoo.org> stardict-3.0.1-r2.ebuild:
Marked ppc/ppc64 stable for bug #288555.

09 Feb 2010; Christian Faulhammer <fauli@gentoo.org>
stardict-3.0.1-r2.ebuild:
stable x86, bug 288555

07 Feb 2010; Markos Chandras <hwoarang@gentoo.org>
stardict-3.0.1-r2.ebuild:
Stable on amd64 wrt bug #288555. Thanks to Thomas Beielein

03 Feb 2010; Peter Volkov <pva@gentoo.org> +stardict-2.4.8-r1.ebuild,
+files/stardict-2.4.8-ClipboardReceivedCallback.patch,
+files/stardict-2.4.8-floatwin-disappear.patch, +stardict-3.0.1-r1.ebuild,
+stardict-3.0.1-r2.ebuild,
+files/stardict-3.0.1-changelog-minor-typo-fixes.patch,
+files/stardict-3.0.1-configure.in-EST.diff,
+files/stardict-3.0.1-gcc43.patch, +files/stardict-3.0.1-gcc44.patch,
+files/stardict-3.0.1-gconf-m4.diff,
+files/stardict-3.0.1-gucharmap2.patch,
+files/stardict-3.0.1-transparent_trayicon.patch, +metadata.xml:
Moved from app-dicts/stardict, bug #289475, thank Ihar Hrachyshka for
report.

03 Feb 2010; Peter Volkov <pva@gentoo.org> stardict-3.0.1-r2.ebuild:
Added dep on dev-libs/libsigc++, bug 275122, thank Rafał Mużyło for
report.

19 Aug 2009; Petteri Räty <betelgeuse@gentoo.org>
stardict-3.0.1-r2.ebuild:
Migrate to EAPI 2 in order to get rid of built_with_use.

24 Jul 2009; Samuli Suominen <ssuominen@gentoo.org>
stardict-3.0.1-r2.ebuild, +files/stardict-3.0.1-gcc44.patch:
Fix building with GCC 4.4 wrt #269258, thanks to Martin Väth.

24 Feb 2009; Peter Volkov <pva@gentoo.org> stardict-3.0.1-r2.ebuild:
Fixed dependency on festival, bug #260106, thank Oleksandr Pilipenko for
report.

*stardict-3.0.1-r2 (18 Feb 2009)

18 Feb 2009; Gilles Dartiguelongue <eva@gentoo.org>
+files/stardict-3.0.1-gucharmap2.patch, +stardict-3.0.1-r2.ebuild:
Add gucharmap2 compatibility patch, bug #240728. Fix typoe, bug #253438.

31 Aug 2008; Brent Baude <ranger@gentoo.org> stardict-3.0.1-r1.ebuild:
stable ppc64, bug 236096

31 Aug 2008; Brent Baude <ranger@gentoo.org> stardict-3.0.1-r1.ebuild:
stable ppc, bug 236096

31 Aug 2008; Markus Meier <maekke@gentoo.org> stardict-3.0.1-r1.ebuild:
amd64/x86 stable, bug #236096

31 Aug 2008; Friedrich Oslage <bluebird@gentoo.org>
stardict-3.0.1-r1.ebuild:
Stable on sparc, bug #236096

24 Jul 2008; Doug Goldstein <cardoe@gentoo.org> metadata.xml:
add GLEP 56 USE flag desc from use.local.desc

29 Apr 2008; Peter Volkov <pva@gentoo.org> stardict-3.0.1-r1.ebuild:
Changed ordering of use ... and built_with_use ... to avoid built_with_use
checks on nonexistent packages, bug #219631, thank Martin Väth for
report.

28 Apr 2008; Peter Volkov <pva@gentoo.org> metadata.xml:
moved to app-dicts herd, added longdescription.

*stardict-3.0.1-r1 (28 Apr 2008)

28 Apr 2008; Peter Volkov <pva@gentoo.org>
+files/stardict-3.0.1-changelog-minor-typo-fixes.patch,
+files/stardict-3.0.1-gcc43.patch,
+files/stardict-3.0.1-transparent_trayicon.patch,
-files/stardict-gentoo.patch, -files/stardict-gtk24.patch,
-stardict-2.4.2.ebuild, -stardict-2.4.6-r1.ebuild,
+stardict-3.0.1-r1.ebuild:
Added qqwry USE flag to install QQWry.Dat to make QQWry plugin workable;
added pronounce USE flag to install WyabdcRealPeopleTTS wav files; small
cleanups, bug #217895, thank Denilson for the ideas/work. Fixed
compilation with gcc-4.3, bug #216238, thank Martin Väth for report/fix.
Added patch to fix transparency of tray icon (from upstream). Added patch
to fix minor typos in ChangeLog (from debian). Removed unused
patches/ebuilds.

14 Apr 2008; Raúl Porcel <armin76@gentoo.org> stardict-3.0.1.ebuild:
sparc stable wrt #216707

10 Apr 2008; Markus Meier <maekke@gentoo.org> stardict-2.4.8-r1.ebuild,
stardict-3.0.1.ebuild:
amd64/x86 stable, bug #216707

10 Apr 2008; Markus Rothe <corsair@gentoo.org> stardict-3.0.1.ebuild:
Stable on ppc64; bug #216707

09 Apr 2008; nixnut <nixnut@gentoo.org> stardict-2.4.8-r1.ebuild,
stardict-3.0.1.ebuild:
Stable on ppc wrt bug #216707

13 Mar 2008; Markus Rothe <corsair@gentoo.org> stardict-3.0.1.ebuild:
Added ~ppc64; bug #211385

25 Feb 2008; <pva@gentoo.org> +files/stardict-3.0.1-configure.in-EST.diff,
+files/stardict-3.0.1-gconf-m4.diff:
Missed patches are added now, thank Alexxy for report.

*stardict-3.0.1 (25 Feb 2008)
*stardict-2.4.8-r1 (25 Feb 2008)

25 Feb 2008; <pva@gentoo.org>
+files/stardict-2.4.8-ClipboardReceivedCallback.patch,
+files/stardict-2.4.8-floatwin-disappear.patch, metadata.xml,
stardict-2.4.2.ebuild, -stardict-2.4.8.ebuild, +stardict-2.4.8-r1.ebuild,
+stardict-3.0.1.ebuild:
Version bump, finally startdict-3.0.1 is in the tree. Thank you Zhang Le,
jjmmma, Pro and others for work in bug #188684! Fixed compile problem and
popup window "jumping away" problem, bug #188827 and #195882, thank Ed
Catmur, Evgeniy Dushistov and other people for help, fix and investigations
of these bugs.

30 Aug 2007; Christian Heim <phreak@gentoo.org> metadata.xml:
Removing liquidx from metadata due to his retirement (see #171155 for
reference).

26 Mar 2007; Kevin F. Quinn <kevquinn@gentoo.org>
-files/stardict-config.sh:
Remove insecure legacy script from files/ - bug #159543

22 Mar 2007; MATSUU Takuto <matsuu@gentoo.org> stardict-2.4.6-r1.ebuild,
stardict-2.4.8.ebuild:
Fixed dependency, bug #171597

25 Jan 2007; Marius Mauch <genone@gentoo.org> stardict-2.4.2.ebuild,
stardict-2.4.6-r1.ebuild, stardict-2.4.8.ebuild:
Replacing einfo with elog

03 Aug 2006; Gustavo Zacarias <gustavoz@gentoo.org>
stardict-2.4.6-r1.ebuild:
Stable on sparc

30 Jul 2006; Tobias Scherbaum <dertobi123@gentoo.org>
stardict-2.4.6-r1.ebuild:
ppc stable

*stardict-2.4.8 (27 Jul 2006)

27 Jul 2006; Alastair Tse <liquidx@gentoo.org> -stardict-2.2.1.ebuild,
-stardict-2.4.1.ebuild, stardict-2.4.2.ebuild, -stardict-2.4.3.ebuild,
-stardict-2.4.4.ebuild, stardict-2.4.6-r1.ebuild, +stardict-2.4.8.ebuild:
version bump (#130608). stable bump for x86 for 2.4.6-r1.

07 May 2006; Markus Rothe <corsair@gentoo.org> stardict-2.4.6-r1.ebuild:
Stable on ppc64; bug #108571

23 Jan 2006; Markus Rothe <corsair@gentoo.org> stardict-2.4.6-r1.ebuild:
Added ~ppc64; bug #108571

*stardict-2.4.6-r1 (20 Jan 2006)

20 Jan 2006; Harald van Dijk <truedfx@gentoo.org> -stardict-2.4.6.ebuild,
+stardict-2.4.6-r1.ebuild:
Upstream re-released 2.4.6.

*stardict-2.4.6 (19 Jan 2006)

19 Jan 2006; Harald van Dijk <truedfx@gentoo.org> +stardict-2.4.6.ebuild:
Version bump, making a bunch of GNOME deps optional

19 Sep 2005; Gustavo Zacarias <gustavoz@gentoo.org> stardict-2.4.2.ebuild:
Stable on sparc

02 Aug 2005; Gustavo Zacarias <gustavoz@gentoo.org> stardict-2.4.2.ebuild,
stardict-2.4.3.ebuild, stardict-2.4.4.ebuild:
Keyworded ~sparc

*stardict-2.4.4 (13 Jan 2005)

13 Jan 2005; Alastair Tse <liquidx@gentoo.org> +stardict-2.4.4.ebuild:
version bump (#73584)

22 Nov 2004; Jason Huebel,,, <jhuebel@gentoo.org> stardict-2.4.3.ebuild:
~amd64

*stardict-2.4.3 (22 Sep 2004)

22 Sep 2004; Alastair Tse <liquidx@gentoo.org> +stardict-2.4.3.ebuild:
version bump

19 Aug 2004; foser <foser@gentoo.org> stardict-2.2.1,2.4.1.ebuild :
Also fix for gtk+-2.4 issues (#45791)

27 Apr 2004; Aron Griffis <agriffis@gentoo.org> stardict-2.4.2.ebuild:
Add inherit eutils

22 Apr 2004; <khai@gentoo.org> +files/stardict-gtk24.patch,
stardict-2.4.2.ebuild:
Applied patch to fix compilation against gtk+-2.4.

06 Mar 2004; Alastair Tse <liquidx@gentoo.org> stardict-2.4.2.ebuild:
make tools executable (#43719)

*stardict-2.4.2 (07 Jan 2004)

07 Jan 2004; Alastair Tse <liquidx@gentoo.org> stardict-2.4.1.ebuild,
stardict-2.4.2.ebuild:
version bump. 2.4.2 requires a new modified dictionary format. you'll have to
remerge your dictionaries to the same version 2.4.2

*stardict-2.4.1 (30 Oct 2003)

30 Oct 2003; Alastair Tse <liquidx@gentoo.org> stardict-2.4.0.ebuild:
version bump

*stardict-2.4.0 (12 Sep 2003)

12 Sep 2003; Alastair Tse <liquidx@gentoo.org> stardict-2.0.0.ebuild,
stardict-2.2.0.ebuild, stardict-2.2.1.ebuild, stardict-2.4.0.ebuild:
version bump

12 Sep 2003; Alastair Tse <liquidx@gentoo.org> stardict-2.0.0.ebuild,
stardict-2.2.0.ebuild, stardict-2.2.1.ebuild:
removing bonobo deps and clean up

09 Jul 2003; Alastair Tse <liquidx@gentoo.org> stardict-2.0.0.ebuild,
stardict-2.2.0.ebuild, stardict-2.2.1.ebuild:
add pkgconfig dep

*stardict-2.2.1 (01 Jul 2003)

01 Jul 2003; Alastair Tse <liquidx@gentoo.org> stardict-2.2.0.ebuild,
stardict-2.2.1.ebuild:
version bump and bumping 2.2.0 to stable

19 Jun 2003; Alastair Tse <liquidx@gentoo.org> stardict-2.2.0.ebuild:
digest fixes

*stardict-2.2.0 (04 Jun 2003)

04 Jun 2003; Alastair Tse <liquidx@gentoo.org> stardict-2.2.0.ebuild:
version bump. dictionary files are now distributed seperately. you must
install them by merging the appropriate ones named app-dicts/stardict-*

21 May 2003; Alastair Tse <liquidx@gentoo.org> stardict-1.3.ebuild,
stardict-1.3.ebuild, stardict-2.0.0.ebuild, stardict-2.0.0_pre2.ebuild,
stardict-2.0.0_pre2.ebuild:
marking stardict 2.0.0 as stable and cleanups

*stardict-2.0.0 (04 May 2003)

04 May 2003; Alastair Tse <liquidx@gentoo.org> stardict-2.0.0.ebuild:
version bump

*stardict-2.0.0_pre2 (01 May 2003)

01 May 2003; Alastair Tse <liquidx@gentoo.org> stardict-2.0.0_pre2.ebuild:
bump to gnome2 version. very neat, thanks to Lloyd Huang
<lloyd@coventive.com> (#20151)

*stardict-1.3 (08 Nov 2002)

29 Mar 2003; Alastair Tse <liquidx@gentoo.org> stardict-1.3.ebuild:
Replacing openmotif with virtual/motif

03 Dec 2002; Seemant Kulleen <seemant@gentoo.org> * :

Moved to app-dicts

08 Nov 2002; Stuart Bouyer <stubear@gentoo.org> stardict-1.3.ebuild,
ChangeLog, files/digest-stardict-1.3, files/stardict-config.sh,
files/stardict-gentoo.patch :

Initial ebuild submitted and created by Lloyd Huang (Huang YU HSIN)
<lloyd@coventive.com>.
18 changes: 18 additions & 0 deletions app-text/stardict/Manifest
@@ -0,0 +1,18 @@
AUX stardict-2.4.8-ClipboardReceivedCallback.patch 669 RMD160 051e058f3c5cb174ecb461d4ae67115eca26c5e7 SHA1 d65226bef41e19b85114869a434c635b4cdee515 SHA256 c38927160ed618728db391033397801ffd1850c0aeaa98caa4cf4441a668d459
AUX stardict-2.4.8-floatwin-disappear.patch 591 RMD160 334bc9fce6f765c17ac38c0bbf95ed2b1ba86803 SHA1 ad7ff07266de13c958bcdad08538a2327d1fc255 SHA256 a9b6d4269bc546004fa0535b5562b733de6f502483deb9346f1a40fe4a3026f6
AUX stardict-3.0.1-changelog-minor-typo-fixes.patch 3415 RMD160 b6938e9a0f1272863187770bf5a893d239eb0c9a SHA1 117bcf2eb2478a932b9b0535cb06012a04e50293 SHA256 36543e608207de14eafd8b943afd855fe718856ede1c3c13a8e0a0808c6ef0b0
AUX stardict-3.0.1-configure.in-EST.diff 459 RMD160 d8d3de801eedbab337fab87d7cb1e60be2517805 SHA1 85f56191176cd16fa2c13e951ce05f7bfb708c33 SHA256 cad6dcbb615b90d4e14e7578f53efcf8c78c3f36d7ba20a66dedef3a260510c5
AUX stardict-3.0.1-gcc43.patch 12626 RMD160 068e8af4430d0c137fe41664fcae12053aec5ef3 SHA1 cd15116ac9a74ed4847fe0149a5093e6e36fef7b SHA256 49a7db8765b3add63c7774237903b7bcc5c6df8e713d00ee14a067877a695bf3
AUX stardict-3.0.1-gcc44.patch 337 RMD160 4c056def8b71e51ed5da1165e18e0fb75fdd800f SHA1 3fcce281d5b17e2f9478290ad1e783420f0e5259 SHA256 0ff077cd3bb3f0ccc89bb15731387ec27365f52454bc0b4e2f75861c04cdf0f6
AUX stardict-3.0.1-gconf-m4.diff 1720 RMD160 e4fea58f8730207a2de6d64f33c563f2fb758011 SHA1 a1fff45ee0ee30fa27ac9e512c9a9b7539117d9b SHA256 dac7841720aa693fc65150beff507120346b1a6b1040a33baf26cb7485cf5939
AUX stardict-3.0.1-gucharmap2.patch 1815 RMD160 663e1979b996e45f17a4b61f42a1fdf6b818cd10 SHA1 9ebf602e2e8af8a9add69db32fe9cd5a76829f43 SHA256 369c57818e8bbadc4ddc144a389d36c19b8ed82c10052d91d709c4e09658a592
AUX stardict-3.0.1-sparc_sigbus.patch 2878 RMD160 6909a103f7f5f17e30302574687c001406efec80 SHA1 07e07b83eedfbc5ad105ea95b9e06f5eb6e23971 SHA256 eda41fa84ccf69d8da8bd38cf2030ffa997bd4437d5c090143db383dc73078ae
AUX stardict-3.0.1-transparent_trayicon.patch 5712 RMD160 3ff5b688c264258d980c9168fff151d75164de65 SHA1 891f23e7be8e0b277f32414fa786874eed965344 SHA256 9171ae1aeb154d1159fe7fd2dee1ab30accd834fcdaa56f62bb66dac4fcbd741
AUX stardict-3.0.1-wordform-lang.patch 2894 RMD160 3180f1996181aeef8dbdb37eedec3501360b2659 SHA1 971d3714197278520a4d025e13f8a1e43b50b0d2 SHA256 c3b0fb64dd41c52860d775bedebe752fb81f7aa905120104fb1fc20e925519aa
AUX stardict-3.0.1-wordform.patch 27850 RMD160 85525014f6b8a10ae70872076164ad6a045457e2 SHA1 29586d0b48e6a9f8f429040d1230d3d1498d9d5a SHA256 3597843abd034d01e841671f1e0a99a77caa31e5084945a638ab531352caf0ff
DIST QQWry.Dat.bz2 4114875 RMD160 646916f7ac234a95526f9e43cfca674c2b4b7bd1 SHA1 de7ff7208da0f889ec08911119948780d7ee4738 SHA256 3eda90ee8ea13ec88767336b078d2dfe2c971d6a31df60f409d526e3e29a4f83
DIST WyabdcRealPeopleTTS.tar.bz2 84329208 RMD160 9c9bd37cf85aaed8d5b090b2014c3122e98ba8e4 SHA1 056609ec9743bda105ff6db956b321436ae50b90 SHA256 96a398eaef3e84f6f23e61683e6439913a4d44055e695dd4a1936f9340d64870
DIST stardict-3.0.1.tar.bz2 1964195 RMD160 296d73bd9acdbb53c21a4fb17e608a25f01b76de SHA1 a0357e88105eaf7d6a4aa4803bf8617759bf0315 SHA256 504b3a7748933b9bd998cb85f37d4fa0a8575306643ffe6a9742450e66cd556f
EBUILD stardict-3.0.1-r2.ebuild 3112 RMD160 2b3881845584e375528376682cc0732059ec0576 SHA1 e35e57a6837e3e9c0f07f7d8f1ebdc385016758e SHA256 65f1f9e61d64997c5f974cb6debc694d260b9f7e16fb846d2b6850ab4e48a080
MISC ChangeLog 10734 RMD160 9bcfa15568513fb717e4f7e26237bc00010102e2 SHA1 768331eedece8ff2500aa2d76aece05d2918afb2 SHA256 57a9a82a109939d223d55dee2d4125ceabba93f45e3bd16bb0f04c8206898401
MISC metadata.xml 1042 RMD160 0ced5634cca57caf85b8175f265cb5dd78071166 SHA1 ec96a72f7cea8d3635503946162b648caa914e47 SHA256 aef7fd1a02db1666dbf4f3243c7ed9b4665b14c935d8b4676c069fdcf4d06e07

0 comments on commit 6bcee8d

Please sign in to comment.