diff options
author | 2004-11-17 21:48:47 +0000 | |
---|---|---|
committer | 2004-11-17 21:48:47 +0000 | |
commit | e60033dd90bd5c05d49f39154198a90e73298445 (patch) | |
tree | b7dbfa6a7d6049a1d2285cdda214689a160b1fdf /app-i18n/cstools/cstools-3.42.ebuild | |
parent | security bump. znew tmpfile handling. (Manifest recommit) (diff) | |
download | gentoo-2-e60033dd90bd5c05d49f39154198a90e73298445.tar.gz gentoo-2-e60033dd90bd5c05d49f39154198a90e73298445.tar.bz2 gentoo-2-e60033dd90bd5c05d49f39154198a90e73298445.zip |
Initial import.
Diffstat (limited to 'app-i18n/cstools/cstools-3.42.ebuild')
-rw-r--r-- | app-i18n/cstools/cstools-3.42.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-i18n/cstools/cstools-3.42.ebuild b/app-i18n/cstools/cstools-3.42.ebuild new file mode 100644 index 000000000000..64946dcf2f08 --- /dev/null +++ b/app-i18n/cstools/cstools-3.42.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2004 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.1 2004/11/17 21:48:47 ticho Exp $ + +inherit perl-module + +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="~x86" +IUSE="mime" + +DEPEND="dev-perl/MIME-tools" + +S=${WORKDIR}/${MY_P} |