public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emacs/easypg: easypg-0.0.15.ebuild ChangeLog easypg-0.0.16.ebuild
@ 2008-04-21 11:22 Ulrich Mueller (ulm)
  0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2008-04-21 11:22 UTC (permalink / raw
  To: gentoo-commits

ulm         08/04/21 11:22:45

  Modified:             easypg-0.0.15.ebuild ChangeLog
  Added:                easypg-0.0.16.ebuild
  Log:
  Version bump. Correct name of pkg_postinst function.
  (Portage version: 2.1.5_rc5)

Revision  Changes    Path
1.3                  app-emacs/easypg/easypg-0.0.15.ebuild

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

Index: easypg-0.0.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/easypg/easypg-0.0.15.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- easypg-0.0.15.ebuild	23 Jan 2008 08:55:48 -0000	1.2
+++ easypg-0.0.15.ebuild	21 Apr 2008 11:22:45 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/easypg/easypg-0.0.15.ebuild,v 1.2 2008/01/23 08:55:48 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/easypg/easypg-0.0.15.ebuild,v 1.3 2008/04/21 11:22:45 ulm Exp $
 
 inherit elisp versionator
 
@@ -11,7 +11,7 @@
 SRC_URI="mirror://sourceforge.jp/epg/27030/${MY_PN}-${PV}.tar.gz
 	gnus? ( mirror://sourceforge.jp/epg/25608/pgg-${MY_PN}.el )"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2 FDL-1.1"
 SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="gnus"
@@ -53,10 +53,10 @@
 	dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
 }
 
-elisp_pkg_postinst() {
+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
-	elisp-site-regen
 }



1.7                  app-emacs/easypg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/easypg/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	23 Jan 2008 08:55:48 -0000	1.6
+++ ChangeLog	21 Apr 2008 11:22:45 -0000	1.7
@@ -1,6 +1,12 @@
 # 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.6 2008/01/23 08:55:48 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/easypg/ChangeLog,v 1.7 2008/04/21 11:22:45 ulm Exp $
+
+*easypg-0.0.16 (21 Apr 2008)
+
+  21 Apr 2008; Ulrich Mueller <ulm@gentoo.org> easypg-0.0.15.ebuild,
+  +easypg-0.0.16.ebuild:
+  Version bump. Correct name of pkg_postinst function.
 
   23 Jan 2008; Christian Faulhammer <opfer@gentoo.org> easypg-0.0.15.ebuild:
   stable x86/amd64



1.1                  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.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/easypg/easypg-0.0.16.ebuild?rev=1.1&content-type=text/plain

Index: easypg-0.0.16.ebuild
===================================================================
# Copyright 1999-2008 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.1 2008/04/21 11:22:45 ulm Exp $

inherit elisp versionator

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 )"

SITEFILE=50${PN}-gentoo.el

S="${WORKDIR}/${MY_PN}-${PV}"

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

src_compile() {
	econf || die "econf failed"
	emake || die "emake failed"
	elisp-make-autoload-file \
		|| die "elisp-make-autoload-file failed"

	if use gnus && version_is_at_least 22 "$(elisp-emacs-version)"; then
		# pgg-epg requires pgg, it will not compile with Emacs 21
		# it also requires epa, so we must use elisp-comp here
		elisp-comp pgg-epg.el || die "elisp-comp failed"
	fi
}

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

	elisp-install ${MY_PN} ${PN}-autoloads.el
	elisp-site-file-install "${FILESDIR}/${SITEFILE}" ${MY_PN}
	if use gnus; then
		elisp-install ${MY_PN} pgg-epg.el*
	fi
	dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
}

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
}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

only message in thread, other threads:[~2008-04-21 11:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-21 11:22 [gentoo-commits] gentoo-x86 commit in app-emacs/easypg: easypg-0.0.15.ebuild ChangeLog 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