summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2012-09-26 17:25:13 +0000
committerMichael Palimaka <kensington@gentoo.org>2012-09-26 17:25:13 +0000
commit7f3e88303fbc2b5128f49f425a2d67a783593c43 (patch)
tree3412dbe3058705c06a7e787fdeb216715c339c0d /app-crypt
parentfix URI_SRC and manifest (diff)
downloadgentoo-2-7f3e88303fbc2b5128f49f425a2d67a783593c43.tar.gz
gentoo-2-7f3e88303fbc2b5128f49f425a2d67a783593c43.tar.bz2
gentoo-2-7f3e88303fbc2b5128f49f425a2d67a783593c43.zip
Remove old.
(Portage version: 2.1.11.22/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/kencfs/ChangeLog6
-rw-r--r--app-crypt/kencfs/kencfs-1.1.ebuild23
2 files changed, 4 insertions, 25 deletions
diff --git a/app-crypt/kencfs/ChangeLog b/app-crypt/kencfs/ChangeLog
index e9887e36388c..74185981ea31 100644
--- a/app-crypt/kencfs/ChangeLog
+++ b/app-crypt/kencfs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-crypt/kencfs
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/kencfs/ChangeLog,v 1.3 2012/06/21 09:35:07 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/kencfs/ChangeLog,v 1.4 2012/09/26 17:25:13 kensington Exp $
+
+ 26 Sep 2012; Michael Palimaka <kensington@gentoo.org> -kencfs-1.1.ebuild:
+ Remove old.
21 Jun 2012; Michael Palimaka <kensington@gentoo.org>
+files/kencfs-1.2-gcc-4.7.patch, kencfs-1.2.ebuild:
@@ -16,4 +19,3 @@
25 Sep 2011; Andreas K. Huettel <dilfridge@gentoo.org> +kencfs-1.1.ebuild,
+files/kencfs-1.1-underlinking.patch, +metadata.xml:
New application, bug 383735. Thanks to Adam for the initial ebuild.
-
diff --git a/app-crypt/kencfs/kencfs-1.1.ebuild b/app-crypt/kencfs/kencfs-1.1.ebuild
deleted file mode 100644
index 507525e5f33c..000000000000
--- a/app-crypt/kencfs/kencfs-1.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/kencfs/kencfs-1.1.ebuild,v 1.1 2011/09/25 15:17:26 dilfridge Exp $
-
-EAPI=4
-
-inherit qt4-r2
-
-DESCRIPTION="GUI frontend for encfs"
-HOMEPAGE="http://kde-apps.org/content/show.php?content=134003"
-SRC_URI="http://kde-apps.org/CONTENT/content-files/134003-${P}.tar.gz"
-IUSE=""
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="kde-base/kdelibs
- x11-libs/qt-gui:4"
-RDEPEND="${DEPEND}
- sys-fs/encfs"
-
-PATCHES=( "${FILESDIR}/${P}-underlinking.patch" )