diff options
author | Mats Lidell <matsl@gentoo.org> | 2018-08-11 08:28:02 +0200 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2018-08-11 08:28:02 +0200 |
commit | 2bdb05f7b6c4e668a09fc2fafba0d819047abe67 (patch) | |
tree | e14b15f001862a03dea6aa4facba0019071528e3 /app-xemacs/ps-print/ps-print-1.14.ebuild | |
parent | app-xemacs/prog-modes: version bump (diff) | |
download | gentoo-2bdb05f7b6c4e668a09fc2fafba0d819047abe67.tar.gz gentoo-2bdb05f7b6c4e668a09fc2fafba0d819047abe67.tar.bz2 gentoo-2bdb05f7b6c4e668a09fc2fafba0d819047abe67.zip |
app-xemacs/ps-print: version bump
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-xemacs/ps-print/ps-print-1.14.ebuild')
-rw-r--r-- | app-xemacs/ps-print/ps-print-1.14.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app-xemacs/ps-print/ps-print-1.14.ebuild b/app-xemacs/ps-print/ps-print-1.14.ebuild new file mode 100644 index 000000000000..5c0daa1a0715 --- /dev/null +++ b/app-xemacs/ps-print/ps-print-1.14.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +SLOT="0" +DESCRIPTION="Printing functions and utilities" +XEMACS_PKG_CAT="standard" + +RDEPEND="app-xemacs/text-modes +app-xemacs/xemacs-base +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |