public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/betagarden:master commit in: sys-apps/hidesvn/
@ 2011-07-28 12:53 Sebastian Pipping
  0 siblings, 0 replies; 4+ messages in thread
From: Sebastian Pipping @ 2011-07-28 12:53 UTC (permalink / raw
  To: gentoo-commits

commit:     5372820483b2bec7ef2473a07124f3e555c4eb73
Author:     Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Thu Jul 28 12:52:55 2011 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Thu Jul 28 12:53:39 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=53728204

sys-apps/hidesvn: 1.2

---
 sys-apps/hidesvn/hidesvn-1.2.ebuild |   34 ++++++++++++++++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)

diff --git a/sys-apps/hidesvn/hidesvn-1.2.ebuild b/sys-apps/hidesvn/hidesvn-1.2.ebuild
new file mode 100644
index 0000000..59b1500
--- /dev/null
+++ b/sys-apps/hidesvn/hidesvn-1.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+
+inherit flag-o-matic
+
+DESCRIPTION="Uses LD_PRELOAD to hide .svn directories from readdir() and readdir_r()"
+HOMEPAGE="http://80386.nl/projects/hidesvn/"
+SRC_URI="http://80386.nl/projects/${PN}/distfiles/${P}.tar.xz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="app-arch/xz-utils"
+RDEPEND=""
+
+pkg_setup() {
+	append-cflags -fPIC || die
+	append-ldflags -Wl,-soname=libhidesvn.so || die
+}
+
+src_install() {
+	cat <<-EOF > hidesvn
+		#!/bin/sh
+		LD_PRELOAD=/usr/$(get_libdir)/libhidesvn.so exec "\$@"
+	EOF
+	dobin hidesvn || die
+
+	dolib libhidesvn.so || die
+}



^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: sys-apps/hidesvn/
@ 2011-10-27 18:02 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2011-10-27 18:02 UTC (permalink / raw
  To: gentoo-commits

commit:     134c1a658abfbf6a58033a10f8da6ef39cfc143f
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 27 17:46:25 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Oct 27 17:46:25 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=134c1a65

Removed no-herd from herd tag in metadata.xml

(Portage version: 2.2.0_alpha71/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 70EB7916)

---
 sys-apps/hidesvn/ChangeLog    |    7 +++++++
 sys-apps/hidesvn/metadata.xml |    1 -
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/sys-apps/hidesvn/ChangeLog b/sys-apps/hidesvn/ChangeLog
new file mode 100644
index 0000000..4c0e0d6
--- /dev/null
+++ b/sys-apps/hidesvn/ChangeLog
@@ -0,0 +1,7 @@
+# ChangeLog for sys-apps/hidesvn
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  27 Oct 2011; Justin Lecher <jlec@gentoo.org> metadata.xml:
+  Removed no-herd from herd tag in metadata.xml
+

diff --git a/sys-apps/hidesvn/metadata.xml b/sys-apps/hidesvn/metadata.xml
index 328fbd1..16bcc9f 100644
--- a/sys-apps/hidesvn/metadata.xml
+++ b/sys-apps/hidesvn/metadata.xml
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>no-herd</herd>
 	<maintainer>
 		<email>sping@gentoo.org</email>
 		<name>Sebastian Pipping</name>



^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: sys-apps/hidesvn/
@ 2011-02-16 21:32 Sebastian Pipping
  0 siblings, 0 replies; 4+ messages in thread
From: Sebastian Pipping @ 2011-02-16 21:32 UTC (permalink / raw
  To: gentoo-commits

commit:     726bc4d645b33c8bf45d874494d7b8f18bf42f7e
Author:     Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Wed Feb 16 21:31:45 2011 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Wed Feb 16 21:31:45 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=726bc4d6

sys-apps/hidesvn: Fix wrapper

---
 .../{hidesvn-1.1.ebuild => hidesvn-1.1-r1.ebuild}  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sys-apps/hidesvn/hidesvn-1.1.ebuild b/sys-apps/hidesvn/hidesvn-1.1-r1.ebuild
similarity index 91%
rename from sys-apps/hidesvn/hidesvn-1.1.ebuild
rename to sys-apps/hidesvn/hidesvn-1.1-r1.ebuild
index 7091342..0c2d8fd 100644
--- a/sys-apps/hidesvn/hidesvn-1.1.ebuild
+++ b/sys-apps/hidesvn/hidesvn-1.1-r1.ebuild
@@ -26,7 +26,7 @@ pkg_setup() {
 src_install() {
 	cat <<-EOF > hidesvn
 		#!/bin/sh
-		LD_PRELOAD=/usr/$(get_libdir)/libhidesvn.so exec \$@
+		LD_PRELOAD=/usr/$(get_libdir)/libhidesvn.so exec "\$@"
 	EOF
 	dobin hidesvn || die
 



^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: sys-apps/hidesvn/
@ 2011-02-16 20:37 Sebastian Pipping
  0 siblings, 0 replies; 4+ messages in thread
From: Sebastian Pipping @ 2011-02-16 20:37 UTC (permalink / raw
  To: gentoo-commits

commit:     85823a91c97ac8c89d72bb179843fec5f42fc30d
Author:     Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Wed Feb 16 20:36:25 2011 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Wed Feb 16 20:36:25 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=85823a91

sys-apps/hidesvn: 1.1

---
 sys-apps/hidesvn/hidesvn-1.1.ebuild |   34 ++++++++++++++++++++++++++++++++++
 sys-apps/hidesvn/metadata.xml       |    9 +++++++++
 2 files changed, 43 insertions(+), 0 deletions(-)

diff --git a/sys-apps/hidesvn/hidesvn-1.1.ebuild b/sys-apps/hidesvn/hidesvn-1.1.ebuild
new file mode 100644
index 0000000..7091342
--- /dev/null
+++ b/sys-apps/hidesvn/hidesvn-1.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+
+inherit flag-o-matic
+
+DESCRIPTION="Uses LD_PRELOAD to hide .svn directories from readdir() and readdir_r()"
+HOMEPAGE="http://80386.nl/projects/hidesvn/"
+SRC_URI="http://80386.nl/projects/${PN}/distfiles/${P}.tar.xz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="app-arch/xz-utils"
+RDEPEND=""
+
+pkg_setup() {
+	append-cflags -fPIC || die
+	append-ldflags -Wl,-soname=0:0:0 || die
+}
+
+src_install() {
+	cat <<-EOF > hidesvn
+		#!/bin/sh
+		LD_PRELOAD=/usr/$(get_libdir)/libhidesvn.so exec \$@
+	EOF
+	dobin hidesvn || die
+
+	dolib libhidesvn.so || die
+}

diff --git a/sys-apps/hidesvn/metadata.xml b/sys-apps/hidesvn/metadata.xml
new file mode 100644
index 0000000..328fbd1
--- /dev/null
+++ b/sys-apps/hidesvn/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>no-herd</herd>
+	<maintainer>
+		<email>sping@gentoo.org</email>
+		<name>Sebastian Pipping</name>
+	</maintainer>
+</pkgmetadata>



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

end of thread, other threads:[~2011-10-27 18:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-28 12:53 [gentoo-commits] proj/betagarden:master commit in: sys-apps/hidesvn/ Sebastian Pipping
  -- strict thread matches above, loose matches on Subject: below --
2011-10-27 18:02 Justin Lecher
2011-02-16 21:32 Sebastian Pipping
2011-02-16 20:37 Sebastian Pipping

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