public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/dev-zero:master commit in: sys-fs/aufs-util/
@ 2011-08-23  7:59 Tiziano Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Tiziano Müller @ 2011-08-23  7:59 UTC (permalink / raw
  To: gentoo-commits

commit:     7ceb035a9bc5d50076286b9f2acab6d2814ff040
Author:     Tiziano Mueller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 23 07:57:23 2011 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Tue Aug 23 07:57:23 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=7ceb035a

Added new package for aufs(3)-util

---
 sys-fs/aufs-util/Manifest                 |    1 +
 sys-fs/aufs-util/aufs-util-3.0-scm.ebuild |   41 +++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+), 0 deletions(-)

diff --git a/sys-fs/aufs-util/Manifest b/sys-fs/aufs-util/Manifest
new file mode 100644
index 0000000..fe8eb32
--- /dev/null
+++ b/sys-fs/aufs-util/Manifest
@@ -0,0 +1 @@
+EBUILD aufs-util-3.0-scm.ebuild 848 RMD160 e2c5f9df07ea9d93992ed31ad94c0a5c5c636124 SHA1 5a948043302fa8fde3e667fc6a6264d22e3d79d4 SHA256 df95e9ea0e94d1e42f5794a9fa759d20f722f2e628c66e0dd7aa6223beab253d

diff --git a/sys-fs/aufs-util/aufs-util-3.0-scm.ebuild b/sys-fs/aufs-util/aufs-util-3.0-scm.ebuild
new file mode 100644
index 0000000..8182831
--- /dev/null
+++ b/sys-fs/aufs-util/aufs-util-3.0-scm.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+inherit git-2 linux-info toolchain-funcs versionator
+
+DESCRIPTION="Userspace utilities for aufs."
+HOMEPAGE="http://aufs.sourceforge.net/"
+EGIT_REPO_URI="git://aufs.git.sourceforge.net/gitroot/aufs/aufs-util.git"
+EGIT_BRANCH="aufs$(get_version_component_range 1-2)"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="examples"
+
+S="${WORKDIR}/${PN}"
+
+pkg_setup() {
+	set_arch_to_kernel
+}
+
+src_compile() {
+	emake LD="$(tc-getCC)" CPPFLAGS="${CPPFLAGS} -I${KERNEL_DIR}/include" || die "emake failed"
+}
+
+src_install() {
+	exeinto /sbin
+	exeopts -m0500
+	doexe mount.aufs umount.aufs auplink aubrsync auchk
+	doman aufs.5
+
+	dodoc README
+
+	if use examples ; then
+		insinto /usr/share/doc/${PF}/examples
+		doins -r sample/*
+	fi
+}



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

* [gentoo-commits] dev/dev-zero:master commit in: sys-fs/aufs-util/
@ 2015-05-10 14:46 Tiziano Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Tiziano Müller @ 2015-05-10 14:46 UTC (permalink / raw
  To: gentoo-commits

commit:     f415f885b435cadcba2b9aa813fe16bf63acdf58
Author:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Sun May 10 14:32:42 2015 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Sun May 10 14:32:42 2015 +0000
URL:        https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=f415f885

drop unneeded Manifest

 sys-fs/aufs-util/Manifest | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys-fs/aufs-util/Manifest b/sys-fs/aufs-util/Manifest
deleted file mode 100644
index fe8eb32..0000000
--- a/sys-fs/aufs-util/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD aufs-util-3.0-scm.ebuild 848 RMD160 e2c5f9df07ea9d93992ed31ad94c0a5c5c636124 SHA1 5a948043302fa8fde3e667fc6a6264d22e3d79d4 SHA256 df95e9ea0e94d1e42f5794a9fa759d20f722f2e628c66e0dd7aa6223beab253d


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

end of thread, other threads:[~2015-05-10 14:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-10 14:46 [gentoo-commits] dev/dev-zero:master commit in: sys-fs/aufs-util/ Tiziano Müller
  -- strict thread matches above, loose matches on Subject: below --
2011-08-23  7:59 Tiziano Müller

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