diff options
author | Peter Brown <rendhalver@gentoo.org> | 2002-12-16 12:22:48 +0000 |
---|---|---|
committer | Peter Brown <rendhalver@gentoo.org> | 2002-12-16 12:22:48 +0000 |
commit | 4bce59d769564960d06dcefc9bbd58b6d9c8f431 (patch) | |
tree | 59e080121666285944c04de7dd7593848d74fc94 /app-xemacs/latin-unity | |
parent | added optional standalone player (diff) | |
download | historical-4bce59d769564960d06dcefc9bbd58b6d9c8f431.tar.gz historical-4bce59d769564960d06dcefc9bbd58b6d9c8f431.tar.bz2 historical-4bce59d769564960d06dcefc9bbd58b6d9c8f431.zip |
xemacs packages ebuild
Diffstat (limited to 'app-xemacs/latin-unity')
-rw-r--r-- | app-xemacs/latin-unity/ChangeLog | 8 | ||||
-rw-r--r-- | app-xemacs/latin-unity/latin-unity-1.07.ebuild | 18 |
2 files changed, 26 insertions, 0 deletions
diff --git a/app-xemacs/latin-unity/ChangeLog b/app-xemacs/latin-unity/ChangeLog new file mode 100644 index 000000000000..7ef93f1226fe --- /dev/null +++ b/app-xemacs/latin-unity/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for app-xemacs/latin-unity +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/latin-unity/ChangeLog,v 1.1 2002/12/16 12:22:47 rendhalver Exp $ + +*latin-unity-1.07 (16 Dec 2002) + + 16 Dec 2002; Rendhalver [Peter Brown] <rendhalver@gentoo.org> : + Initial import. diff --git a/app-xemacs/latin-unity/latin-unity-1.07.ebuild b/app-xemacs/latin-unity/latin-unity-1.07.ebuild new file mode 100644 index 000000000000..3cf2b4d5bd4e --- /dev/null +++ b/app-xemacs/latin-unity/latin-unity-1.07.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/latin-unity/latin-unity-1.07.ebuild,v 1.1 2002/12/16 12:22:47 rendhalver Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="MULE: find single ISO 8859 character set to encode a buffer." +PKG_CAT="mule" + +DEPEND="app-xemacs/mule-base +app-xemacs/mule-ucs +app-xemacs/leim +app-xemacs/fsf-compat +app-xemacs/dired +" + +inherit xemacs-packages + |