diff options
Diffstat (limited to 'app-crypt/ccrypt')
-rw-r--r-- | app-crypt/ccrypt/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/ccrypt/ccrypt-1.7-r1.ebuild | 31 | ||||
-rw-r--r-- | app-crypt/ccrypt/ccrypt-1.8.ebuild | 19 | ||||
-rw-r--r-- | app-crypt/ccrypt/files/ccrypt-1.7-emacs.patch | 11 |
4 files changed, 5 insertions, 62 deletions
diff --git a/app-crypt/ccrypt/ChangeLog b/app-crypt/ccrypt/ChangeLog index d59bb39f043a..9aa29d9e4d91 100644 --- a/app-crypt/ccrypt/ChangeLog +++ b/app-crypt/ccrypt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/ccrypt # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccrypt/ChangeLog,v 1.23 2012/09/08 02:01:00 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccrypt/ChangeLog,v 1.24 2012/09/08 02:02:36 radhermit Exp $ + + 08 Sep 2012; Tim Harder <radhermit@gentoo.org> -ccrypt-1.7-r1.ebuild, + -files/ccrypt-1.7-emacs.patch, -ccrypt-1.8.ebuild: + Remove old. 08 Sep 2012; Tim Harder <radhermit@gentoo.org> metadata.xml: Remove redundant maintainer from metadata. diff --git a/app-crypt/ccrypt/ccrypt-1.7-r1.ebuild b/app-crypt/ccrypt/ccrypt-1.7-r1.ebuild deleted file mode 100644 index adcbfc5b7873..000000000000 --- a/app-crypt/ccrypt/ccrypt-1.7-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccrypt/ccrypt-1.7-r1.ebuild,v 1.5 2008/01/11 20:38:20 grobian Exp $ - -inherit eutils - -DESCRIPTION="Encryption and decryption" -HOMEPAGE="http://ccrypt.sourceforge.net" -SRC_URI="http://ccrypt.sourceforge.net/download/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -src_unpack() { - unpack ${A} - cd "${S}" - - # bug#181397 - # Upstream - # http://sourceforge.net/tracker/index.php?func=detail&aid=1734098&group_id=40913&atid=429291 - epatch "${FILESDIR}/${P}-emacs.patch" -} - -src_install () { - emake \ - DESTDIR="${D}" \ - htmldir=/usr/share/doc/${PF} \ - install || die - dodoc AUTHORS ChangeLog NEWS README -} diff --git a/app-crypt/ccrypt/ccrypt-1.8.ebuild b/app-crypt/ccrypt/ccrypt-1.8.ebuild deleted file mode 100644 index 9e33eb84442a..000000000000 --- a/app-crypt/ccrypt/ccrypt-1.8.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccrypt/ccrypt-1.8.ebuild,v 1.4 2009/08/02 16:41:06 maekke Exp $ - -DESCRIPTION="Encryption and decryption" -HOMEPAGE="http://ccrypt.sourceforge.net" -SRC_URI="http://ccrypt.sourceforge.net/download/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -src_install () { - emake \ - DESTDIR="${D}" \ - htmldir=/usr/share/doc/${PF} \ - install || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README -} diff --git a/app-crypt/ccrypt/files/ccrypt-1.7-emacs.patch b/app-crypt/ccrypt/files/ccrypt-1.7-emacs.patch deleted file mode 100644 index 64a35397cc2e..000000000000 --- a/app-crypt/ccrypt/files/ccrypt-1.7-emacs.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -urNp ccrypt-1.7.org/emacs/jka-compr-ccrypt.el ccrypt-1.7/emacs/jka-compr-ccrypt.el ---- ccrypt-1.7.org/emacs/jka-compr-ccrypt.el 2003-08-25 17:15:44.000000000 +0300 -+++ ccrypt-1.7/emacs/jka-compr-ccrypt.el 2007-06-09 18:36:19.000000000 +0300 -@@ -302,6 +302,7 @@ based on the filename itself and `jka-co - "The encryption password. This variable is buffer-local.") - - (make-variable-buffer-local 'jka-compr-ccrypt-buffer-password) -+(put 'jka-compr-ccrypt-buffer-password 'permanent-local t) - - (defun jka-compr-ccrypt-read-passwd (&optional confirm default) - (read-passwd (format "Password for %s: " (buffer-name)) confirm default)) |