public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/betagarden:master commit in: sys-fs/metfs/
@ 2013-10-13 14:56 Justin Lecher
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2013-10-13 14:56 UTC (permalink / raw
  To: gentoo-commits

commit:     f0644291eacf007cfa50598f71aae8e913f6ea28
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 14:43:28 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 14:43:28 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=f0644291

sys-fs/metfs: metadata.xml added

Package-Manager: portage-2.2.7

---
 sys-fs/metfs/ChangeLog    | 7 +++++++
 sys-fs/metfs/metadata.xml | 7 +++++++
 2 files changed, 14 insertions(+)

diff --git a/sys-fs/metfs/ChangeLog b/sys-fs/metfs/ChangeLog
new file mode 100644
index 0000000..91ac0e1
--- /dev/null
+++ b/sys-fs/metfs/ChangeLog
@@ -0,0 +1,7 @@
+# ChangeLog for sys-fs/metfs
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  13 Oct 2013; Justin Lecher <jlec@gentoo.org> +metadata.xml:
+  metadata.xml added
+

diff --git a/sys-fs/metfs/metadata.xml b/sys-fs/metfs/metadata.xml
new file mode 100644
index 0000000..a759be0
--- /dev/null
+++ b/sys-fs/metfs/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer>
+    <email>maintainer-wanted@gentoo.org</email>
+  </maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/betagarden:master commit in: sys-fs/metfs/
@ 2017-06-04 18:17 Justin Lecher
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2017-06-04 18:17 UTC (permalink / raw
  To: gentoo-commits

commit:     3b76747d44fed165b312798b085bdd594a53d051
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  4 15:11:34 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jun  4 15:11:34 2017 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=3b76747d

sys-fs/metfs: Bump to EAPI=6

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sys-fs/metfs/metfs-1.0.ebuild | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/sys-fs/metfs/metfs-1.0.ebuild b/sys-fs/metfs/metfs-1.0.ebuild
index 5e39e3a..2c98e13 100644
--- a/sys-fs/metfs/metfs-1.0.ebuild
+++ b/sys-fs/metfs/metfs-1.0.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="1"
-
-DESCRIPTION="Single-file RC4-based encrypted file system for FUSE."
+EAPI=6
 
+DESCRIPTION="Single-file RC4-based encrypted file system for FUSE"
 HOMEPAGE="http://www.enderunix.org/metfs/"
 SRC_URI="http://www.enderunix.org/${PN}/${P}.tar.gz"
 
@@ -13,19 +12,20 @@ SLOT="0"
 KEYWORDS="~x86"
 IUSE=""
 
-RDEPEND="sys-fs/fuse
-	dev-libs/libgcrypt
+RDEPEND="
+	sys-fs/fuse
+	dev-libs/libgcrypt:0=
 	dev-libs/libtar"
 DEPEND="${RDEPEND}"
 
-src_unpack() {
-	unpack $A
-	cd "${S}"
-
-	sed -i 's|/usr/local/lib/libtar.a|-ltar|' configure || die "sed failed"
+src_prepare() {
+	default
+	sed \
+		-e 's|/usr/local/lib/libtar.a|-ltar|' \
+		-i configure || die "sed failed"
 }
 
 src_install() {
-	dodoc AUTHORS ChangeLog README TODO || die "dodoc failed"
-	dobin metfs || die "dodir failed"
+	dodoc AUTHORS ChangeLog README TODO
+	dobin metfs
 }


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-04 18:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-13 14:56 [gentoo-commits] proj/betagarden:master commit in: sys-fs/metfs/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2017-06-04 18:17 Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox