From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/ess/
Date: Mon, 4 Dec 2017 19:29:56 +0000 (UTC) [thread overview]
Message-ID: <1512415200.73d8231bdc1886e20ddf5c55d3e792a8969a0420.ulm@gentoo> (raw)
commit: 73d8231bdc1886e20ddf5c55d3e792a8969a0420
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 4 19:20:00 2017 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 4 19:20:00 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73d8231b
app-emacs/ess: Remove old.
Package-Manager: Portage-2.3.16, Repoman-2.3.6
app-emacs/ess/Manifest | 2 --
app-emacs/ess/ess-14.09.ebuild | 43 --------------------------------------
app-emacs/ess/ess-15.03.1.ebuild | 45 ----------------------------------------
3 files changed, 90 deletions(-)
diff --git a/app-emacs/ess/Manifest b/app-emacs/ess/Manifest
index 3161c755363..0ad33ae5302 100644
--- a/app-emacs/ess/Manifest
+++ b/app-emacs/ess/Manifest
@@ -1,4 +1,2 @@
-DIST ess-14.09.tgz 3350987 BLAKE2B 38b6f5e341d6822fe7e94b6555b0cf5d6fc6a1e63799c1bdc60906aeedf3c28bff4fe6ff197c52e82293eb3863edd094322c0761b301c9e028cbd7a2faae119c SHA512 91e275810f7a8c856f3392194ad3fb3d5f5b966e887568b22c133a362164e71ff5306d1d1a70e97f9d10261fe82eecb5f14e99a0dad4a4e239f5b810d7bba8ac
-DIST ess-15.03-1.tgz 3177102 BLAKE2B 83aa1a8a2e43d1bc144246593552b62ada9ac938d7e340c3e034e60adc609342fa688b21d69967b395a1c371defe6004cea4242f17ed1c11a30fad998df49e74 SHA512 5260d8afa10e1382cac3c70a4b6f753dd77e9f24bb2f68247732605b0f5fbb1b06e090dbcb45d747a484333f0779959c9213a4792103839b11c9e239bf35534d
DIST ess-15.09-2.tgz 3248241 BLAKE2B 63e83436e60d6f9398dabaaed2aa795dee8888f3a992749bdf6ab9541464c65297c29e1d2936d3e6b1da6284c0c3508556b30a6b5a68e4e090e8e1ce3d925894 SHA512 9ba2f8800ece437e18749e29b6ecec3cf52297fa1c5a149dbf8eeb991df4f5dc99a76925458bd03203b7e8418347c4bcb5226e08dc64bd95d16e9a5b32f8634b
DIST ess-16.04.tgz 3265496 BLAKE2B 2b7b9c972afb0fdea1b8c386d91ab0f2797c8ab1bf0e6a9ca17915670d7e4d61afbec108beb5e61fe7e0491f851aac21d5c2145c6c61d77b3be4046448479580 SHA512 5070197c8c622c83db98100272aa3bc947a0687fa357db1d63dab81b30175d7044f1eb5dc7274039f85636c613d23ad7b84eaae5ccef0cca7061d6d5af7b97d6
diff --git a/app-emacs/ess/ess-14.09.ebuild b/app-emacs/ess/ess-14.09.ebuild
deleted file mode 100644
index 0b62f45729b..00000000000
--- a/app-emacs/ess/ess-14.09.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit readme.gentoo elisp
-
-DESCRIPTION="Emacs Speaks Statistics"
-HOMEPAGE="http://ess.r-project.org/"
-SRC_URI="http://ess.r-project.org/downloads/ess/${P}.tgz"
-
-LICENSE="GPL-2+ GPL-3+ Texinfo-manual"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~x86-macos"
-
-DEPEND="app-text/texi2html
- virtual/latex-base"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
- default
-}
-
-src_install() {
- emake PREFIX="${ED}/usr" \
- INFODIR="${ED}/usr/share/info" \
- LISPDIR="${ED}${SITELISP}/ess" \
- DOCDIR="${ED}/usr/share/doc/${PF}" \
- install
-
- elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-
- # Most documentation is installed by the package's build system.
- rm -f "${ED}${SITELISP}/${PN}/ChangeLog"
- dodoc ChangeLog *NEWS doc/{TODO,ess-intro.pdf}
- newdoc doc/ChangeLog ChangeLog-doc
- newdoc lisp/ChangeLog ChangeLog-lisp
-
- DOC_CONTENTS="Please see /usr/share/doc/${PF} for the complete
- documentation. Usage hints are in ${SITELISP}/${PN}/ess-site.el ."
- readme.gentoo_create_doc
-}
diff --git a/app-emacs/ess/ess-15.03.1.ebuild b/app-emacs/ess/ess-15.03.1.ebuild
deleted file mode 100644
index 5834ae91a7f..00000000000
--- a/app-emacs/ess/ess-15.03.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit readme.gentoo elisp
-
-MY_P="${PN}-${PV%.*}-${PV##*.}"
-DESCRIPTION="Emacs Speaks Statistics"
-HOMEPAGE="http://ess.r-project.org/"
-SRC_URI="http://ess.r-project.org/downloads/ess/${MY_P}.tgz"
-
-LICENSE="GPL-2+ GPL-3+ Texinfo-manual"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~x86-macos"
-
-DEPEND="app-text/texi2html
- virtual/latex-base"
-
-S="${WORKDIR}/${MY_P}"
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
- default
-}
-
-src_install() {
- emake PREFIX="${ED}/usr" \
- INFODIR="${ED}/usr/share/info" \
- LISPDIR="${ED}${SITELISP}/ess" \
- DOCDIR="${ED}/usr/share/doc/${PF}" \
- install
-
- elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-
- # Most documentation is installed by the package's build system.
- rm -f "${ED}${SITELISP}/${PN}/ChangeLog"
- dodoc ChangeLog *NEWS doc/{TODO,ess-intro.pdf}
- newdoc doc/ChangeLog ChangeLog-doc
- newdoc lisp/ChangeLog ChangeLog-lisp
-
- DOC_CONTENTS="Please see /usr/share/doc/${PF} for the complete
- documentation. Usage hints are in ${SITELISP}/${PN}/ess-site.el ."
- readme.gentoo_create_doc
-}
next reply other threads:[~2017-12-04 19:30 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-04 19:29 Ulrich Müller [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-19 7:32 [gentoo-commits] repo/gentoo:master commit in: app-emacs/ess/ Arthur Zamarin
2025-01-11 2:02 Maciej Barć
2025-01-11 2:02 Maciej Barć
2024-12-20 15:43 Sam James
2024-11-19 16:10 Ulrich Müller
2024-05-14 22:21 Maciej Barć
2024-03-13 12:05 Arthur Zamarin
2024-03-08 10:01 Sam James
2024-02-07 22:21 Maciej Barć
2024-02-06 15:03 Maciej Barć
2024-02-06 14:29 Maciej Barć
2024-02-06 13:07 Maciej Barć
2024-02-06 13:07 Maciej Barć
2024-02-03 13:00 Maciej Barć
2024-01-23 4:23 Sam James
2023-10-05 7:52 Ulrich Müller
2023-10-05 7:47 Ulrich Müller
2023-10-05 7:21 Ulrich Müller
2022-04-09 9:04 Ulrich Müller
2021-05-15 21:02 Ulrich Müller
2021-01-06 13:07 Fabian Groffen
2019-06-27 7:26 Sergei Trofimovich
2019-06-26 6:50 Agostino Sarubbo
2019-06-25 8:34 Agostino Sarubbo
2019-05-26 9:33 Ulrich Müller
2019-05-19 20:31 Mikle Kolyada
2019-05-15 9:09 Ulrich Müller
2019-05-13 20:41 Ulrich Müller
2019-05-13 20:41 Ulrich Müller
2019-05-13 20:41 Ulrich Müller
2017-12-08 9:16 Ulrich Müller
2017-12-04 19:29 Ulrich Müller
2016-06-19 23:19 Benda XU
2016-06-09 20:34 Ulrich Müller
2016-05-13 8:41 Agostino Sarubbo
2016-05-06 13:27 Ulrich Müller
2016-02-01 9:49 Ulrich Müller
2015-10-11 18:08 Ulrich Müller
2015-10-11 18:08 Ulrich Müller
2015-08-10 23:49 Mikle Kolyada
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1512415200.73d8231bdc1886e20ddf5c55d3e792a8969a0420.ulm@gentoo \
--to=ulm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox