From ea31ad0ed5501d0bf92267c35beaf06ac016bad2 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 13 May 2018 16:38:56 +0100 Subject: gentoo resync : 13.05.2018 --- dev-lang/Manifest.gz | Bin 18837 -> 18835 bytes dev-lang/gforth/Manifest | 2 +- dev-lang/gforth/gforth-0.7.3-r1.ebuild | 54 ++++++++++++++++++++++++++++++ dev-lang/gforth/gforth-0.7.3.ebuild | 59 --------------------------------- dev-lang/icon/Manifest | 2 +- dev-lang/icon/icon-9.5.1-r1.ebuild | 2 +- 6 files changed, 57 insertions(+), 62 deletions(-) create mode 100644 dev-lang/gforth/gforth-0.7.3-r1.ebuild delete mode 100644 dev-lang/gforth/gforth-0.7.3.ebuild (limited to 'dev-lang') diff --git a/dev-lang/Manifest.gz b/dev-lang/Manifest.gz index 195a517549aa..42886f23423b 100644 Binary files a/dev-lang/Manifest.gz and b/dev-lang/Manifest.gz differ diff --git a/dev-lang/gforth/Manifest b/dev-lang/gforth/Manifest index 06bc1302e1fe..325a3820aaf3 100644 --- a/dev-lang/gforth/Manifest +++ b/dev-lang/gforth/Manifest @@ -1,5 +1,5 @@ AUX 50gforth-gentoo.el 200 BLAKE2B 1e3faf9b1c8cee5644e49941c0ab46d1f9a53911c50bee6f79f155678c432ce2c0ee27355496d75c489ca61fe2fac74441142eaccd563a4b5e0e426889aa8b30 SHA512 4bb26614777a8147d3bc869ee5db4ebbb594aaf7456c315e077a982dbb9f972cd15ddb977515036ca07594995b623cba35daade1abfcd3a2cdddac7ffbdf4027 AUX gforth-0.7.0-make-elc.patch 437 BLAKE2B 614b8b5a718be0f3cf3802b75ac38e845b3583dab6d8554c9ba08b1768f3818ed760e1b69389fd3cc99418ac30c5579c29491a43778e5cfcfd5f41eeb39e3e20 SHA512 d4d2c0eefe6ecc0fdc8c58147262324292c905e3cafb360a5d7c4e6eac92798ec416fffae21834f9d29c1e9117a500891285e6a0ff5405346d4a5e63c10f1bce DIST gforth-0.7.3.tar.gz 2523433 BLAKE2B 1ba9095af7958aabf0d671f982c483f2046392fd9872678a58f314357875d286bee7f0d7bc38e9b21331acda80fd285c0489fed44d59c148ff6ec6b6bea7c174 SHA512 f034234acfb0fc727f28b564432219a100b916c6df4b847794a55b2fc3b8ed8714eca6de0df67c7c427b7c2bb4dd00f65cfd34e6eb60181e41ab84fea30304e4 -EBUILD gforth-0.7.3.ebuild 1355 BLAKE2B f960d454216e18cc886ad337411f2481544c1576d068fdd7a3fca8a2e9e59c510a6a0f1a2be40a9b8029edecc0747487ebf77173790aeca00692ffa182c9b3b6 SHA512 763698e2782d17063eb6f417e0a599d6912c52f18adaadd32d06effd2df8bb8a5f79d657ceca6f7e00a5ed8682cc5345b5986eb3c77288bdb4c1621d22db2921 +EBUILD gforth-0.7.3-r1.ebuild 1085 BLAKE2B 6d91cd7dc5bd6ebdd9664d4c75f36c8db579b95171019f33aaba456159c770c88835edb56902e230d6dc3bf30a949b4758ebc75dd6b77191953a959c8ef4f7b9 SHA512 69326fc0a428809f4ff7b4623acc081875d259df3ffb17072cbba893423ec1287b2d2594e187f58ac551ccce62406037e7c08ad5b75ae1a48efc91f482fc8c9c MISC metadata.xml 251 BLAKE2B 9785c4729d0751280d104965bab25a268219a7fee217dcd8c01a5642a13f8abc471a3dff54ae0d34d3cf3dc8267fb483d93bd3b16aa3617e8fa8e9abd1703dfe SHA512 cc2bd3977894946ee4ea5b739cc3998bcd6017b9e7a52aa501409d0988954339a9a22fe751d0a5e967ddac9225d9b23f20b4fb1e2c62ee91d1d23c383d9776dd diff --git a/dev-lang/gforth/gforth-0.7.3-r1.ebuild b/dev-lang/gforth/gforth-0.7.3-r1.ebuild new file mode 100644 index 000000000000..c1d32de053d1 --- /dev/null +++ b/dev-lang/gforth/gforth-0.7.3-r1.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit elisp-common eutils + +DESCRIPTION="GNU Forth is a fast and portable implementation of the ANSI Forth language" +HOMEPAGE="https://www.gnu.org/software/gforth" +SRC_URI="mirror://gnu/gforth/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris" +IUSE="emacs" + +DEPEND="dev-libs/ffcall + emacs? ( virtual/emacs )" +RDEPEND="${DEPEND}" + +SITEFILE="50${PN}-gentoo.el" + +PATCHES=( + "${FILESDIR}"/${PN}-0.7.0-make-elc.patch +) + +src_configure() { + econf \ + $(use emacs || echo "--without-lispdir") +} + +src_compile() { + # Parallel make breaks here + emake -j1 || die "emake failed" +} + +src_install() { + default + + dodoc AUTHORS BUGS ChangeLog NEWS* README* ToDo doc/glossaries.doc doc/*.ps + + if use emacs; then + elisp-install ${PN} gforth.el gforth.elc + elisp-site-file-install "${FILESDIR}/${SITEFILE}" + fi +} + +pkg_postinst() { + use emacs && elisp-site-regen +} + +pkg_postrm() { + use emacs && elisp-site-regen +} diff --git a/dev-lang/gforth/gforth-0.7.3.ebuild b/dev-lang/gforth/gforth-0.7.3.ebuild deleted file mode 100644 index bcb4ec21a59f..000000000000 --- a/dev-lang/gforth/gforth-0.7.3.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit elisp-common eutils - -DESCRIPTION="GNU Forth is a fast and portable implementation of the ANSI Forth language" -HOMEPAGE="https://www.gnu.org/software/gforth" -SRC_URI="mirror://gnu/gforth/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris" -IUSE="emacs" - -DEPEND="dev-libs/ffcall - emacs? ( virtual/emacs )" -RDEPEND="${DEPEND}" - -SITEFILE="50${PN}-gentoo.el" - -src_prepare() { - epatch "${FILESDIR}/${PN}-0.7.0-make-elc.patch" - epatch_user -} - -src_configure() { - # May want to add a USE flag for --enable-force-cdiv, if necessary - # At this point I do not know when that is appropriate, and I don't - # want to add an ebuild-specific USE flag without understanding. - econf \ - --without-check \ - $(use emacs || echo "--without-lispdir") -} - -src_compile() { - # Parallel make breaks here - emake -j1 || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install - - dodoc AUTHORS BUGS ChangeLog NEWS* README* ToDo doc/glossaries.doc doc/*.ps - - if use emacs; then - elisp-install ${PN} gforth.el gforth.elc - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - fi -} - -pkg_postinst() { - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -} diff --git a/dev-lang/icon/Manifest b/dev-lang/icon/Manifest index ddffa95c3c3d..131c6719d10d 100644 --- a/dev-lang/icon/Manifest +++ b/dev-lang/icon/Manifest @@ -8,6 +8,6 @@ DIST icon.v943src.tgz 3218627 BLAKE2B 50ac22659a74adaf8462b75272592465d7bd78d23e EBUILD icon-9.4.3-r5.ebuild 2790 BLAKE2B 313f4ef488cb89b96863dfd7475693a5a6b8f1f91c59ffb4c208c3cfa8cbaf1210edb17755b239a787cd0edf398e691563990266baeecf885228561d3b0ccb06 SHA512 61e8030ad78fb1ec90c027c5e858348271bfdaf1c56ab85b1e56b683cd3ee20737d332ba439379571b467342e51107f7828a991c708146f75019a946d61e737f EBUILD icon-9.5.0-r1.ebuild 2641 BLAKE2B 6701969c4c8cf6ee45aa016a10e2885b5698c9e29722c3f6120f5ffa9c5a8b6b925d86d2e0d6d923319fba4f6ae07749b75ffedd9efa728d20f088837d9bc67d SHA512 2b3033947d33ebb2af7e2f946d5e40906513584fddd1f1a60f821513cd16b588bcb40e5cc06f52707428601c80be5276c58a99d7c5f481231790c0a3a73ee1fd EBUILD icon-9.5.0.ebuild 2568 BLAKE2B 28c0750d3554bbf5d286292857a98397f2e2c281e939eac824456d3f420fd1639f13b32c3c127bb807413037b34d104ac598bfe3264ceca225eb3d970c28f244 SHA512 cbc24b452baf9266886d6697b46c2243f9b40114fc45251e4841ec69e754c90d6b2b6b8e8e7f8e1479b3f95aaf9847b8ce86840cb9075591aa75355d2c34df6a -EBUILD icon-9.5.1-r1.ebuild 2524 BLAKE2B e03327a67febfdbadbac7b000bdcceb6d403646371da3354333d0543bb4f849b34ff5647efd248a04bc96d0095fb06860c77b61a312fd3d63e135be086857a16 SHA512 16cdd6438449ca52ae095f144545dbdd0677dad6d2460544c49d4f71e60c099d4f7f358ff288e3b0f026b1b81d9a4d7b84f284ed16a827110a7b6dc9fc92fc4d +EBUILD icon-9.5.1-r1.ebuild 2522 BLAKE2B 41921c0c1d482793009bc5fa1ababae82d8a4db8af4ce7c335c2d8299134b4635c77d2dfeda5f5ae1b510678cfd70cdfabf76702b58121104dbd9d62363396df SHA512 60739b75bf5816eb1faea298bdbb3d7aefaf72364431e7dad3caaabc8c033b5aeb5f9130d5de0f184de0d499230abbf4fff87d3e61da627c32fb0d28742199e4 EBUILD icon-9.5.1.ebuild 2636 BLAKE2B e86542fe410a9dd118e13c69e74d3b42f01b0bf344e6a4d04c555da6b393c57ac896145191b298f4b4c38c3699e40000830f170782abee88f56c19ac35cc0738 SHA512 7bf879a32fa6c163ba4b554b54afc7c4b33374ca7e1686b07f3d13460cb1af00e3d2064acd14b14e746b95d0eaa5cb5520509d4053bfe1a139ba99f89002101d MISC metadata.xml 467 BLAKE2B b480285505dec662f62038d22a88323f01f21b100de7ee652f2e3d5f5f4cdf4345ad7d303f2713b1a2816157c46610c2f5287cb385c61998f68fd95d09bf9d5b SHA512 1a77000b72ae453ecb2bd4452e32ea917328a61bb882e107b96f013ddaa218e951743569e38e97210a341755bd7c891324123d96e56da9a5a7caa93ad4dbb93a diff --git a/dev-lang/icon/icon-9.5.1-r1.ebuild b/dev-lang/icon/icon-9.5.1-r1.ebuild index e0752c583f68..58f208b59afb 100644 --- a/dev-lang/icon/icon-9.5.1-r1.ebuild +++ b/dev-lang/icon/icon-9.5.1-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://www.cs.arizona.edu/icon/ftp/packages/unix/icon-v${MY_PV}src.tgz" LICENSE="public-domain HPND" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~hppa ia64 ~ppc ~ppc64 ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="X iplsrc" S="${WORKDIR}/icon-v${MY_PV}src" -- cgit v1.2.3