summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2010-05-13 19:41:31 +0000
committerUlrich Müller <ulm@gentoo.org>2010-05-13 19:41:31 +0000
commit8b988159699fe76a6a745e7feaf8fbb4f50e015e (patch)
treeeba2472cd4fdabb5d5a10d1d7775e6b8fa05cb79 /app-emacs/easypg
parentMarked ppc64 stable. (diff)
downloadgentoo-2-8b988159699fe76a6a745e7feaf8fbb4f50e015e.tar.gz
gentoo-2-8b988159699fe76a6a745e7feaf8fbb4f50e015e.tar.bz2
gentoo-2-8b988159699fe76a6a745e7feaf8fbb4f50e015e.zip
Remove dependency on virtual/gnus.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs/easypg')
-rw-r--r--app-emacs/easypg/ChangeLog7
-rw-r--r--app-emacs/easypg/easypg-0.0.16-r1.ebuild12
2 files changed, 11 insertions, 8 deletions
diff --git a/app-emacs/easypg/ChangeLog b/app-emacs/easypg/ChangeLog
index 4bdbb0a6b37a..c1f0a7cf5f8f 100644
--- a/app-emacs/easypg/ChangeLog
+++ b/app-emacs/easypg/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/easypg
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/easypg/ChangeLog,v 1.14 2009/11/23 16:59:51 ulm Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/easypg/ChangeLog,v 1.15 2010/05/13 19:41:31 ulm Exp $
+
+ 13 May 2010; Ulrich Mueller <ulm@gentoo.org> easypg-0.0.16-r1.ebuild:
+ Remove dependency on virtual/gnus.
23 Nov 2009; Ulrich Mueller <ulm@gentoo.org> -easypg-0.0.16.ebuild,
-files/50easypg-gentoo-0.0.16.el:
diff --git a/app-emacs/easypg/easypg-0.0.16-r1.ebuild b/app-emacs/easypg/easypg-0.0.16-r1.ebuild
index 641a9d84b2a8..90e8e23a9e6d 100644
--- a/app-emacs/easypg/easypg-0.0.16-r1.ebuild
+++ b/app-emacs/easypg/easypg-0.0.16-r1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/easypg/easypg-0.0.16-r1.ebuild,v 1.2 2009/11/23 13:35:06 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/easypg/easypg-0.0.16-r1.ebuild,v 1.3 2010/05/13 19:41:31 ulm Exp $
+
+NEED_EMACS=22
inherit elisp
@@ -17,8 +19,7 @@ KEYWORDS="amd64 x86"
IUSE="gnus"
DEPEND="app-crypt/gnupg"
-RDEPEND="${DEPEND}
- gnus? ( virtual/gnus )"
+RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_PN}-${PV}"
SITEFILE="50${PN}-gentoo.el"
@@ -44,8 +45,7 @@ src_compile() {
emake || die "emake failed"
elisp-make-autoload-file || die
- if use gnus && [ "${HAVE_EMACS%%.*}" -ge 22 ]; then
- # pgg-epg requires pgg, it will not compile with Emacs 21
+ if use gnus; then
elisp-compile pgg-epg.el || die
fi
}