summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2012-12-19 07:04:39 +0000
committerAlon Bar-Lev <alonbl@gentoo.org>2012-12-19 07:04:39 +0000
commit0c0c1dc89a12f35999e5c75328a85b2981f7a5dd (patch)
tree4a9740c9eed487ef0f6e5c5dff1e8363115cbfbd /app-crypt/ccrypt
parentVersion bump for gnome-3.6. Drop old. (diff)
downloadgentoo-2-0c0c1dc89a12f35999e5c75328a85b2981f7a5dd.tar.gz
gentoo-2-0c0c1dc89a12f35999e5c75328a85b2981f7a5dd.tar.bz2
gentoo-2-0c0c1dc89a12f35999e5c75328a85b2981f7a5dd.zip
Version bump, per bug#446170, thanks to nihil39
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-crypt/ccrypt')
-rw-r--r--app-crypt/ccrypt/ChangeLog8
-rw-r--r--app-crypt/ccrypt/ccrypt-1.10.ebuild21
2 files changed, 27 insertions, 2 deletions
diff --git a/app-crypt/ccrypt/ChangeLog b/app-crypt/ccrypt/ChangeLog
index 9aa29d9e4d91..20043137ac96 100644
--- a/app-crypt/ccrypt/ChangeLog
+++ b/app-crypt/ccrypt/ChangeLog
@@ -1,6 +1,11 @@
# 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.24 2012/09/08 02:02:36 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccrypt/ChangeLog,v 1.25 2012/12/19 07:04:39 alonbl Exp $
+
+*ccrypt-1.10 (19 Dec 2012)
+
+ 19 Dec 2012; Alon Bar-Lev <alonbl@gentoo.org> +ccrypt-1.10.ebuild:
+ Version bump, per bug#446170, thanks to nihil39
08 Sep 2012; Tim Harder <radhermit@gentoo.org> -ccrypt-1.7-r1.ebuild,
-files/ccrypt-1.7-emacs.patch, -ccrypt-1.8.ebuild:
@@ -83,4 +88,3 @@
07 Sep 2004; Daniel Black <dragonheart@gentoo.org> +metadata.xml,
+ccrypt-1.7.ebuild:
Initial ebuild by Bob Hepple <bhepple@freeshell.org> in bug #51239
-
diff --git a/app-crypt/ccrypt/ccrypt-1.10.ebuild b/app-crypt/ccrypt/ccrypt-1.10.ebuild
new file mode 100644
index 000000000000..244ccec983d1
--- /dev/null
+++ b/app-crypt/ccrypt/ccrypt-1.10.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccrypt/ccrypt-1.10.ebuild,v 1.1 2012/12/19 07:04:39 alonbl Exp $
+
+EAPI="3"
+
+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 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE=""
+
+src_install () {
+ emake \
+ DESTDIR="${D}" \
+ htmldir="${EPREFIX}/usr/share/doc/${PF}" \
+ install || die "emake install failed"
+ dodoc AUTHORS ChangeLog NEWS README
+}