summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/elip')
-rw-r--r--app-emacs/elip/ChangeLog6
-rw-r--r--app-emacs/elip/Manifest21
-rw-r--r--app-emacs/elip/elip-0.803.ebuild41
-rw-r--r--app-emacs/elip/elip-0.804.ebuild10
4 files changed, 8 insertions, 70 deletions
diff --git a/app-emacs/elip/ChangeLog b/app-emacs/elip/ChangeLog
index 4de84c3..0090319 100644
--- a/app-emacs/elip/ChangeLog
+++ b/app-emacs/elip/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for app-emacs/elip
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 07 Jun 2014; Ulrich Müller <ulm@gentoo.org> -elip-0.803.ebuild,
+ elip-0.804.ebuild:
+ Remove redundant NEED_EMACS assignment. Remove old.
+
*elip-0.804 (10 Nov 2009)
10 Nov 2009; Ulrich Mueller <ulm@gentoo.org> -elip-0.801.ebuild,
diff --git a/app-emacs/elip/Manifest b/app-emacs/elip/Manifest
index af21846..e119ab2 100644
--- a/app-emacs/elip/Manifest
+++ b/app-emacs/elip/Manifest
@@ -1,22 +1 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA256
-
-DIST elip-0.803.tar.gz 312232 SHA256 eace113393651f0b7b0e8fd0f073c85103203b6c73bc101610271c05d7456e8a SHA512 1f4e49b7214be254a0dc8f433b2d3bc763f425796beca3a51510a0c8afc2f3df1c68b6498a08f0a181d86eee5eadc97d555b39359af02244c4f03c0c408fd3d0 WHIRLPOOL 9c5f4a1ceac839839fb9aeddfbe9ba5602e1d75931b1cbe5125564e63a71f0af65f4a707eceff280e50480a1c750f8daa95b28ca58f5135999e7c1cb4e488bcd
DIST elip-0.804.tar.gz 316900 SHA256 94e056f97429b0d7456c0497cdba9f2e4c0543d9e9c3e52a9f0c86bb57e81088 SHA512 af50e944b610f6590045a15d8d117f90dfec4311d2cd0f0612fe6d7fed373206038594224d3dc8ea04e2aa978dbf6ed26ebbf13ec184188348348cd6d374270f WHIRLPOOL f7b1e471669d16b8372da03fc5f7e5b05b42f30fe53f81d2c0a578f4d80c848fb77ddddae9df49bab5f451b98f31cdc31762264af3b29386704d82b0355b43a7
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.19 (GNU/Linux)
-
-iQIcBAEBCAAGBQJQiBgYAAoJEDxpGckxwJCBuS4QAIT7sihI/OjhioTGDZPu2qir
-PCdyyltbrPP2Lr2eHJmg+FxYb2O7426+Sy7rxfQOR/ab4yvmw/cjm0mcw83AlRw/
-p9OodmaQQse6tNiKp9cdgdkVdK2HHJhHsK1pPEV0AFLax0+TRf/MmhdolF/kESc6
-CjbsvxD6tdHMKyaWkVc0xSwszSeWkc3qsVPEqmmbiwJmSwjQSW7bPzDJ2w9JYgSX
-vZ54zFbRJDLhRvbFZoXlR/+Maa9H4N2D/M2nzLL4GorpQjHY+r7gr7TjYV46WD4d
-QDYr5K+V48RFMFiRSD+6MTZm4PTjdTkCqdEq8Yh7IgBpK7va6TLWKFkcXN11Ao/j
-JNtN9hNvnYV9AhnQfOzrT9bxPzxUq2bmSPpKaherAxWgFLIb2e89aXwuZbvTlCWd
-UwfUsk8AjJ7cVrCJ0P6zGorwGDFmETZEWuJMU4R8sXXIy7a+OWaPw9rFcoCodht6
-dAvr62L4d59iV4+RxLufLn7vpASoysOk+u2q+A+HCt3eqJZtOt7nXZRsUfFLwtya
-JArUDSz0y54+o9GhJb28aqO99xFgb0dngRjHrwbW1u+zyYFtoCcUR28vhAGihmow
-RaYAFe5wa2qQ9sy1dK6iZ9hmCsCr4j3IdVnCWpOkjS5LvOX4LRSx3UcVI8Xvre/W
-Ic7In9LfRd9KXPccD1+h
-=id0l
------END PGP SIGNATURE-----
diff --git a/app-emacs/elip/elip-0.803.ebuild b/app-emacs/elip/elip-0.803.ebuild
deleted file mode 100644
index d3fa422..0000000
--- a/app-emacs/elip/elip-0.803.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-NEED_EMACS=22
-
-inherit elisp
-
-DESCRIPTION="The Emacs Learning Instruction Program"
-HOMEPAGE="http://www.gnuvola.org/software/elip/"
-SRC_URI="http://www.gnuvola.org/software/elip/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=app-emacs/edb-1.31"
-RDEPEND="${DEPEND}"
-
-SITEFILE=50${PN}-gentoo.el
-
-# this is not redundant, since src_compile is redefined by elisp.eclass
-src_compile() {
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- # the build system of the package is horribly broken,
- # so we install everything manually
- elisp-install ${PN} source/*.{el,elc} || die "elisp-install failed"
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" \
- || die "elisp-site-file-install failed"
- doinfo doc/elip.info*
-
- dodoc ChangeLog ChangeLog.OLD NEWS README
- insinto /usr/share/doc/${PF}
- doins doc/elip.pdf
- doins -r examples
-}
diff --git a/app-emacs/elip/elip-0.804.ebuild b/app-emacs/elip/elip-0.804.ebuild
index d3fa422..7eb3565 100644
--- a/app-emacs/elip/elip-0.804.ebuild
+++ b/app-emacs/elip/elip-0.804.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-NEED_EMACS=22
-
inherit elisp
DESCRIPTION="The Emacs Learning Instruction Program"
@@ -13,7 +11,6 @@ SRC_URI="http://www.gnuvola.org/software/elip/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
DEPEND=">=app-emacs/edb-1.31"
RDEPEND="${DEPEND}"
@@ -29,9 +26,8 @@ src_compile() {
src_install() {
# the build system of the package is horribly broken,
# so we install everything manually
- elisp-install ${PN} source/*.{el,elc} || die "elisp-install failed"
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" \
- || die "elisp-site-file-install failed"
+ elisp-install ${PN} source/*.{el,elc}
+ elisp-site-file-install "${FILESDIR}/${SITEFILE}"
doinfo doc/elip.info*
dodoc ChangeLog ChangeLog.OLD NEWS README