diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-05-25 08:27:48 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-05-25 08:27:48 +0000 |
commit | 4e9cabd5b19fb0af03db0139b03e3e0c89f92448 (patch) | |
tree | cb7cd38eb0cb0646cb505c592f63a625cf7b59c7 /app-emacs/crypt++ | |
parent | Added ~ppc/~ppc64 (diff) | |
download | gentoo-2-4e9cabd5b19fb0af03db0139b03e3e0c89f92448.tar.gz gentoo-2-4e9cabd5b19fb0af03db0139b03e3e0c89f92448.tar.bz2 gentoo-2-4e9cabd5b19fb0af03db0139b03e3e0c89f92448.zip |
Version bump, snapshot from XEmacs CVS. HOMEPAGE updated.
(Portage version: 2.1.5.2)
Diffstat (limited to 'app-emacs/crypt++')
-rw-r--r-- | app-emacs/crypt++/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/crypt++/crypt++-2.92.ebuild | 6 | ||||
-rw-r--r-- | app-emacs/crypt++/crypt++-2.94_pre20080430.ebuild | 19 |
3 files changed, 29 insertions, 4 deletions
diff --git a/app-emacs/crypt++/ChangeLog b/app-emacs/crypt++/ChangeLog index 3c7febadfb7f..9318c2b8db13 100644 --- a/app-emacs/crypt++/ChangeLog +++ b/app-emacs/crypt++/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emacs/crypt++ # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/crypt++/ChangeLog,v 1.17 2008/01/23 08:04:59 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/crypt++/ChangeLog,v 1.18 2008/05/25 08:27:48 ulm Exp $ + +*crypt++-2.94_pre20080430 (24 May 2008) + + 24 May 2008; Ulrich Mueller <ulm@gentoo.org> crypt++-2.92.ebuild, + +crypt++-2.94_pre20080430.ebuild: + Version bump, snapshot from XEmacs CVS. HOMEPAGE updated. 23 Jan 2008; Christian Faulhammer <opfer@gentoo.org> -crypt++-2.91.ebuild: clean up diff --git a/app-emacs/crypt++/crypt++-2.92.ebuild b/app-emacs/crypt++/crypt++-2.92.ebuild index c94bad6cdfb6..addea76d220f 100644 --- a/app-emacs/crypt++/crypt++-2.92.ebuild +++ b/app-emacs/crypt++/crypt++-2.92.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/crypt++/crypt++-2.92.ebuild,v 1.6 2008/01/23 08:00:35 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/crypt++/crypt++-2.92.ebuild,v 1.7 2008/05/25 08:27:48 ulm Exp $ inherit elisp DESCRIPTION="Handle all sorts of compressed and encrypted files" -HOMEPAGE="http://freshmeat.net/projects/crypt/ - http://packages.debian.org/unstable/editors/crypt++el.html" +HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki/CryptPlusPlus + http://freshmeat.net/projects/crypt/" SRC_URI="mirror://debian/pool/main/c/crypt++el/crypt++el_${PV}.orig.tar.gz" LICENSE="GPL-2" diff --git a/app-emacs/crypt++/crypt++-2.94_pre20080430.ebuild b/app-emacs/crypt++/crypt++-2.94_pre20080430.ebuild new file mode 100644 index 000000000000..cef48715a292 --- /dev/null +++ b/app-emacs/crypt++/crypt++-2.94_pre20080430.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/crypt++/crypt++-2.94_pre20080430.ebuild,v 1.1 2008/05/25 08:27:48 ulm Exp $ + +inherit elisp + +DESCRIPTION="Handle all sorts of compressed and encrypted files" +HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki/CryptPlusPlus + http://freshmeat.net/projects/crypt/" +# snapshot from http://cvs.xemacs.org/viewcvs.cgi/XEmacs/packages/xemacs-packages/os-utils/crypt.el +SRC_URI="mirror://gentoo/${P}.el.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +SIMPLE_ELISP=t +SITEFILE=50${PN}-gentoo.el |