diff options
author | Mats Lidell <matsl@gentoo.org> | 2018-08-11 08:40:35 +0200 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2018-08-11 08:40:35 +0200 |
commit | f83bfc1831ceacb5be7c71c1f660a01782c9e1f2 (patch) | |
tree | d7de9a3497f61aaac673ff73410e417ab95813db /app-xemacs | |
parent | app-xemacs/strokes: version bump (diff) | |
download | gentoo-f83bfc1831ceacb5be7c71c1f660a01782c9e1f2.tar.gz gentoo-f83bfc1831ceacb5be7c71c1f660a01782c9e1f2.tar.bz2 gentoo-f83bfc1831ceacb5be7c71c1f660a01782c9e1f2.zip |
app-xemacs/sun: version bump
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-xemacs')
-rw-r--r-- | app-xemacs/sun/Manifest | 1 | ||||
-rw-r--r-- | app-xemacs/sun/sun-1.19.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/app-xemacs/sun/Manifest b/app-xemacs/sun/Manifest index ed489e40ab06..cb5a441787e0 100644 --- a/app-xemacs/sun/Manifest +++ b/app-xemacs/sun/Manifest @@ -1 +1,2 @@ DIST Sun-1.16-pkg.tar.gz 64431 BLAKE2B 8511f5a999f4b9f595d788fffa67458d81a9e7168613b5ff245555731af5c5276c94908598d3a469593752570ad929920ee9f86e1f81047aadec6f6fe0994b58 SHA512 1e03553132adedf2d93e80094a6934919489360391d927614dccb85abe3e6a36e930312ee8ee9c70a0608d2041fc8161dfa54649b0822236ca9532e0d26c8c2c +DIST Sun-1.19-pkg.tar.gz 64355 BLAKE2B eeb935eaf699d45214592a2e9930c1f055e3857113d4bdec0f7b3520e6e92a116e3634163982f6f7f66a529e049118224195d97f889c448fc9944f20baea6619 SHA512 89059893e721d1f8fc3445183e4184f55b30f09277321b0a495b48c6cdafdc5d6f41df0b0f3d740a8331d6844d63ab56b807277b94e55ff1510efcee70873fa5 diff --git a/app-xemacs/sun/sun-1.19.ebuild b/app-xemacs/sun/sun-1.19.ebuild new file mode 100644 index 000000000000..449e3de767fc --- /dev/null +++ b/app-xemacs/sun/sun-1.19.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +SLOT="0" +DESCRIPTION="Support for Sparcworks.." +XEMACS_PKG_CAT="standard" + +MY_PN="Sun" +SRC_URI="http://ftp.xemacs.org/pub/xemacs/packages/${MY_PN}-${PV}-pkg.tar.gz" + +RDEPEND="app-xemacs/cc-mode +app-xemacs/xemacs-base +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |