public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emacs/easypg: ChangeLog easypg-0.0.16-r1.ebuild easypg-0.0.16.ebuild
@ 2009-10-23 14:13 Ulrich Mueller (ulm)
  0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2009-10-23 14:13 UTC (permalink / raw
  To: gentoo-commits

ulm         09/10/23 14:13:03

  Modified:             ChangeLog easypg-0.0.16.ebuild
  Added:                easypg-0.0.16-r1.ebuild
  Log:
  Deactivate package for Emacs 23; it is already included. Fixes bug 290225.
  (Portage version: 2.2_rc46/cvs/Linux i686)

Revision  Changes    Path
1.12                 app-emacs/easypg/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/easypg/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/easypg/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/easypg/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/easypg/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	6 Dec 2008 17:58:25 -0000	1.11
+++ ChangeLog	23 Oct 2009 14:13:02 -0000	1.12
@@ -1,6 +1,13 @@
 # ChangeLog for app-emacs/easypg
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/easypg/ChangeLog,v 1.11 2008/12/06 17:58:25 fauli Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/easypg/ChangeLog,v 1.12 2009/10/23 14:13:02 ulm Exp $
+
+*easypg-0.0.16-r1 (23 Oct 2009)
+
+  23 Oct 2009; Ulrich Mueller <ulm@gentoo.org> easypg-0.0.16.ebuild,
+  +easypg-0.0.16-r1.ebuild, +files/50easypg-gentoo-0.0.16.el,
+  files/50easypg-gentoo.el:
+  Deactivate package for Emacs 23; it is already included. Fixes bug 290225.
 
   06 Dec 2008; Christian Faulhammer <fauli@gentoo.org>
   -easypg-0.0.15.ebuild:



1.4                  app-emacs/easypg/easypg-0.0.16.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/easypg/easypg-0.0.16.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/easypg/easypg-0.0.16.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/easypg/easypg-0.0.16.ebuild?r1=1.3&r2=1.4

Index: easypg-0.0.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/easypg/easypg-0.0.16.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- easypg-0.0.16.ebuild	28 Aug 2008 06:35:40 -0000	1.3
+++ easypg-0.0.16.ebuild	23 Oct 2009 14:13:02 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 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.ebuild,v 1.3 2008/08/28 06:35:40 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/easypg/easypg-0.0.16.ebuild,v 1.4 2009/10/23 14:13:02 ulm Exp $
 
 inherit elisp versionator
 
@@ -20,9 +20,8 @@
 RDEPEND="${DEPEND}
 	gnus? ( virtual/gnus )"
 
-SITEFILE=50${PN}-gentoo.el
-
 S="${WORKDIR}/${MY_PN}-${PV}"
+SITEFILE="50${PN}-gentoo-${PV}.el"
 
 src_unpack() {
 	unpack ${A}



1.1                  app-emacs/easypg/easypg-0.0.16-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/easypg/easypg-0.0.16-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/easypg/easypg-0.0.16-r1.ebuild?rev=1.1&content-type=text/plain

Index: easypg-0.0.16-r1.ebuild
===================================================================
# Copyright 1999-2009 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.1 2009/10/23 14:13:02 ulm Exp $

inherit elisp

MY_PN=epg

DESCRIPTION="GnuPG interface for Emacs"
HOMEPAGE="http://www.easypg.org/"
SRC_URI="mirror://sourceforge.jp/epg/29289/${MY_PN}-${PV}.tar.gz
	gnus? ( mirror://sourceforge.jp/epg/25608/pgg-${MY_PN}.el )"

LICENSE="GPL-2 FDL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gnus"

DEPEND="app-crypt/gnupg"
RDEPEND="${DEPEND}
	gnus? ( virtual/gnus )"

S="${WORKDIR}/${MY_PN}-${PV}"
SITEFILE="50${PN}-gentoo.el"

pkg_setup() {
	EMACS_VERSION=$(elisp-emacs-version)
	einfo "Emacs version: ${EMACS_VERSION}"
	if [ "${EMACS_VERSION%%.*}" -ge 23 ]; then
		echo
		elog "Please note that \"${PN}\" is already included with Emacs 23 or"
		elog "later, so ${CATEGORY}/${PN} is only needed for lower versions."
		elog "You may select the active Emacs version with \"eselect emacs\"."
	fi
}

src_unpack() {
	unpack ${A}
	use gnus && cp "${DISTDIR}/pgg-epg.el" "${S}"
}

src_compile() {
	econf
	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
		elisp-compile pgg-epg.el || die
	fi
}

src_install() {
	einstall || die "einstall failed"

	elisp-install ${MY_PN} ${PN}-autoloads.el || die
	elisp-site-file-install "${FILESDIR}/${SITEFILE}" ${MY_PN} || die
	if use gnus; then
		elisp-install ${MY_PN} pgg-epg.el* || die
	fi
	# prevent inclusion of package dir by subdirs.el
	touch "${D}${SITELISP}/${MY_PN}/.nosearch" || die

	dodoc AUTHORS ChangeLog NEWS README || die
}

pkg_postinst() {
	elisp-site-regen
	elog "See the epa info page for more information"
	if use gnus; then
		elog "To use, add (setq pgg-scheme 'epg) to your ~/.gnus"
	fi
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-10-23 14:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-23 14:13 [gentoo-commits] gentoo-x86 commit in app-emacs/easypg: ChangeLog easypg-0.0.16-r1.ebuild easypg-0.0.16.ebuild Ulrich Mueller (ulm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox