ChangeLog

# ChangeLog for app-i18n/cstools
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/cstools/ChangeLog,v 1.6 2008/05/30 06:31:03 phreak Exp $

30 May 2008; Christian Heim metadata.xml:
Removing Andrej Kacian (Ticho) from metadata.xml (as per #59986).

08 Feb 2007; Diego Pettenò ChangeLog:
Regenerate digest in Manifest2 format.

28 Nov 2005; cstools-3.42.ebuild:
Switched from perl-module to perl-app eclass

10 Aug 2005; Luis Medinas cstools-3.42.ebuild:
Marked Testing on AMD64. Closes bug #101551 .

*cstools-3.42 (17 Nov 2004)

17 Nov 2004; Andrej Kacian +metadata.xml,
+cstools-3.42.ebuild:
Initial import.

Manifest

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

DIST Cstools-3.42.tar.gz 30650 RMD160 a223bb5fa46e14ed586624964e7b25edc674958b SHA1 9f14f121640528eca779cd4bcf163b5aa8dace87 SHA256 a47a25df1d9bdda3cff209992163bd416634e7728b70cc2c822c86d7687136ca
EBUILD cstools-3.42.ebuild 589 RMD160 e06f2657a3981f81db683d738508ac0420c993ac SHA1 42bc6ce2ca917f974b42426559d25320efb9ebff SHA256 9202331687778b1cdc1a98767bc897f1636682ea1fb1b0ca47d8a25c2c1d8089
MISC ChangeLog 805 RMD160 1f99583e2dda747c06664e7195fdc2595ecfe401 SHA1 ade286140c54c7ca5adba0527b2304dfe2924572 SHA256 f154d4ad776015a4f5ad0acca94505a5dd98900eecc4a84f39a89746595939cb
MISC metadata.xml 621 RMD160 57c34ce20d79df1492ae6d41970e1480a92fa8a3 SHA1 5c90359273c6ca02d58d21229df79ae0c9f9147e SHA256 7058e1da8d2a626949c08da41bb41d64ac96c0da9bd1528d97d77ae95d2bd924
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)

iEYEARECAAYFAkg/nywACgkQyuNVb5qfaOa+5QCgqt+Jv6mt5XPGcdrIkFouMcl6
RXIAn3Ri8YJIFYoGGAyxBx1I8o05MmCO
=PRC6
-----END PGP SIGNATURE-----

cstools-3.42.ebuild

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/cstools/cstools-3.42.ebuild,v 1.5 2005/11/28 12:08:12 mcummings Exp $

inherit perl-app

MY_P="Cstools-${PV}"
DESCRIPTION="A charset conversion tool cstocs and two convenience Perl modules for Czech language."
SRC_URI="http://www.fi.muni.cz/~adelton/perl/${MY_P}.tar.gz"
HOMEPAGE="http://www.fi.muni.cz/~adelton/perl/#cstools"
SLOT="0"
LICENSE="Artistic"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-perl/MIME-tools"

S=${WORKDIR}/${MY_P}

metadata.xml




perl

Distribution Cstools contains well-known character set conversion
program cstocs, and module Cz::Cstocs that makes it easy to do charset
conversions directly in Perl scripts, without spawning external process.
Also included is Cz::Sort module that provides functions for Czech
collation in Perl scripts without a need of locale settings. It is based
on conversion table from csr program by Petr Olsak.