diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-02-22 09:19:04 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-02-22 09:19:04 +0000 |
commit | 8064d6eda1c614503ecdc00e096b9e8c7a74adf2 (patch) | |
tree | 0b4de7122b6c163c9a4aa39f99a9efc3de1a8802 /app-xemacs/os-utils | |
parent | Version bump (diff) | |
download | gentoo-2-8064d6eda1c614503ecdc00e096b9e8c7a74adf2.tar.gz gentoo-2-8064d6eda1c614503ecdc00e096b9e8c7a74adf2.tar.bz2 gentoo-2-8064d6eda1c614503ecdc00e096b9e8c7a74adf2.zip |
Version bump
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'app-xemacs/os-utils')
-rw-r--r-- | app-xemacs/os-utils/ChangeLog | 9 | ||||
-rw-r--r-- | app-xemacs/os-utils/os-utils-1.41.ebuild | 14 |
2 files changed, 21 insertions, 2 deletions
diff --git a/app-xemacs/os-utils/ChangeLog b/app-xemacs/os-utils/ChangeLog index 09fc3adae3eb..c78615fc6003 100644 --- a/app-xemacs/os-utils/ChangeLog +++ b/app-xemacs/os-utils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-xemacs/os-utils -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/os-utils/ChangeLog,v 1.15 2008/03/19 19:50:35 graaff Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/os-utils/ChangeLog,v 1.16 2009/02/22 09:19:04 graaff Exp $ + +*os-utils-1.41 (22 Feb 2009) + + 22 Feb 2009; Hans de Graaff <graaff@gentoo.org> +os-utils-1.41.ebuild: + Version bump 19 Mar 2008; Hans de Graaff <graaff@gentoo.org> metadata.xml: A herd should not be listed as maintainer diff --git a/app-xemacs/os-utils/os-utils-1.41.ebuild b/app-xemacs/os-utils/os-utils-1.41.ebuild new file mode 100644 index 000000000000..4bb8e51e0218 --- /dev/null +++ b/app-xemacs/os-utils/os-utils-1.41.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/os-utils/os-utils-1.41.ebuild,v 1.1 2009/02/22 09:19:04 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="Miscellaneous O/S utilities." +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |