diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-02-22 10:16:35 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-02-22 10:16:35 +0000 |
commit | 1ddce5dd7e9bae3373beee9c951633bc840d1648 (patch) | |
tree | 8aab6698e3fd79a8c3aeda5c0d416bd5544cd293 /app-xemacs/locale | |
parent | Version bump (diff) | |
download | historical-1ddce5dd7e9bae3373beee9c951633bc840d1648.tar.gz historical-1ddce5dd7e9bae3373beee9c951633bc840d1648.tar.bz2 historical-1ddce5dd7e9bae3373beee9c951633bc840d1648.zip |
Version bump
Package-Manager: portage-2.1.6.7/cvs/Linux x86_64
Diffstat (limited to 'app-xemacs/locale')
-rw-r--r-- | app-xemacs/locale/ChangeLog | 9 | ||||
-rw-r--r-- | app-xemacs/locale/locale-1.28.ebuild | 14 |
2 files changed, 21 insertions, 2 deletions
diff --git a/app-xemacs/locale/ChangeLog b/app-xemacs/locale/ChangeLog index 63733b401d52..4e55ce9b1d99 100644 --- a/app-xemacs/locale/ChangeLog +++ b/app-xemacs/locale/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-xemacs/locale -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/locale/ChangeLog,v 1.14 2008/03/19 19:43:33 graaff Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/locale/ChangeLog,v 1.15 2009/02/22 10:16:35 graaff Exp $ + +*locale-1.28 (22 Feb 2009) + + 22 Feb 2009; Hans de Graaff <graaff@gentoo.org> +locale-1.28.ebuild: + Version bump with XEmacs 21.5 compatibility fixes and Swedish translations. 19 Mar 2008; Hans de Graaff <graaff@gentoo.org> metadata.xml: A herd should not be listed as maintainer diff --git a/app-xemacs/locale/locale-1.28.ebuild b/app-xemacs/locale/locale-1.28.ebuild new file mode 100644 index 000000000000..a43cc99f97ce --- /dev/null +++ b/app-xemacs/locale/locale-1.28.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/locale/locale-1.28.ebuild,v 1.1 2009/02/22 10:16:35 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="MULE: Localized menubars and localized splash screens." +PKG_CAT="mule" + +RDEPEND="app-xemacs/mule-base +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |