diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-02-22 08:31:11 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-02-22 08:31:11 +0000 |
commit | 2991940e0e7b2a2b1b8d7ac67a2d4dd17629f31e (patch) | |
tree | 92f75c2d16965f4b13a8c1e78d2598860c1de068 /app-xemacs/ps-print | |
parent | Version bump (diff) | |
download | gentoo-2-2991940e0e7b2a2b1b8d7ac67a2d4dd17629f31e.tar.gz gentoo-2-2991940e0e7b2a2b1b8d7ac67a2d4dd17629f31e.tar.bz2 gentoo-2-2991940e0e7b2a2b1b8d7ac67a2d4dd17629f31e.zip |
Version bump
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'app-xemacs/ps-print')
-rw-r--r-- | app-xemacs/ps-print/ChangeLog | 9 | ||||
-rw-r--r-- | app-xemacs/ps-print/ps-print-1.12.ebuild | 15 |
2 files changed, 22 insertions, 2 deletions
diff --git a/app-xemacs/ps-print/ChangeLog b/app-xemacs/ps-print/ChangeLog index 8e577498155a..04ad6ec07796 100644 --- a/app-xemacs/ps-print/ChangeLog +++ b/app-xemacs/ps-print/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-xemacs/ps-print -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/ps-print/ChangeLog,v 1.14 2008/03/19 19:55:07 graaff Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/ps-print/ChangeLog,v 1.15 2009/02/22 08:31:11 graaff Exp $ + +*ps-print-1.12 (22 Feb 2009) + + 22 Feb 2009; Hans de Graaff <graaff@gentoo.org> +ps-print-1.12.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/ps-print/ps-print-1.12.ebuild b/app-xemacs/ps-print/ps-print-1.12.ebuild new file mode 100644 index 000000000000..1a0ec5045181 --- /dev/null +++ b/app-xemacs/ps-print/ps-print-1.12.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/ps-print/ps-print-1.12.ebuild,v 1.1 2009/02/22 08:31:11 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="Printing functions and utilities" +PKG_CAT="standard" + +RDEPEND="app-xemacs/text-modes +app-xemacs/xemacs-base +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |