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 | |
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')
-rw-r--r-- | app-xemacs/ps-print/Manifest | 1 | ||||
-rw-r--r-- | app-xemacs/ps-print/ps-print-1.14.ebuild | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/app-xemacs/ps-print/Manifest b/app-xemacs/ps-print/Manifest index 3a1528c0f61d..fc4846e7d061 100644 --- a/app-xemacs/ps-print/Manifest +++ b/app-xemacs/ps-print/Manifest @@ -1,2 +1,3 @@ DIST ps-print-1.11-pkg.tar.gz 156222 BLAKE2B fb297012e292b737c6e3da4ecc84d532163bbdbbdbfc28f91a0d45a48c8f75cbf3836c4ffe831089ff85ea56f00a05393d81d2343bcaa96e08ce4364bccf3063 SHA512 c63cd0b399ab35c9171f452ddfcd914af61d37b17db27a9913fcf4a11195bafb107cd993f8db8aab68914e00211ab858319b08949f0a1173b784f4eafb6ea0a4 DIST ps-print-1.12-pkg.tar.gz 156197 BLAKE2B 0eab7740f3b0fec7573b9da4583060ac051c233da033da299bd7756f3910af34c61a9fc676e6a8741cef628f5cecddcf6bc2eae0f5104fe34f037837551d26ae SHA512 0ba500177a9dff6d8e0b48938f3519af0700461c06af7224ed1a1e4c42465a7717761bbf1578895f32c71a205f10912d3b6ef47da2399121b47ed838bf7385fc +DIST ps-print-1.14-pkg.tar.gz 156374 BLAKE2B 9e2fc8b75c23d4a9768210a82b42a8ee77f2f7541c46af037172a96213ab3d800a3e8b4fdc6964e3aa6bbe1276a4bc09759edd6301932505a9c4d737a8f3d527 SHA512 9dd2208bcd2963f83e4b895ff01ca95e66031ca4003535a672a14a735b892c0522810dd7f0ed5bceefe10a6becab0f0cafb19b09d1dbd6656ce6cc99b7dd4023 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 |