diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2015-03-22 08:59:06 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2015-03-22 08:59:06 +0300 |
commit | 6896166a408ded51997ee072a733be1454fb8f9d (patch) | |
tree | 6efc60f198bad751408f48ea26d1410aeac18ab1 | |
parent | f799f1a55cdd9457dd2d71d114ea84263f166438 (diff) |
edited aufs-util ebuild from mv repo
-rw-r--r-- | sys-fs/aufs-util/ChangeLog | 36 | ||||
-rw-r--r-- | sys-fs/aufs-util/aufs-util-99999999.ebuild | 27 | ||||
-rw-r--r-- | sys-fs/aufs-util/metadata.xml | 8 |
3 files changed, 71 insertions, 0 deletions
diff --git a/sys-fs/aufs-util/ChangeLog b/sys-fs/aufs-util/ChangeLog new file mode 100644 index 0000000..111753f --- /dev/null +++ b/sys-fs/aufs-util/ChangeLog @@ -0,0 +1,36 @@ +# ChangeLog for sys-fs/aufs-util +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 14 Sep 2013; Martin Väth <martin@mvath.de>: + Bump to git-r3.eclass. Remove support for aufs2 + + 21 Sep 2012; Martin Väth <martin@mvath.de>: + Bump to EAPI=5. Bump revision to force correct subslot. + include linux/compiler.h to fix compilation issues. + + 12 May 2012; Martin Väth <martin@mvath.de>: + base->eutils + + 15 Apr 2012; Martin Väth <martin@mvath.de>: + Inherit base + + 06 Nov 2011; Martin Väth <martin@mvath.de>: + Use default EGIT_PROJECT name. Call EGIT_REPACK unless offline. + + 09 Sep 2011; Martin Väth <martin@mvath.de>: + Port to git-2. Remove support for ESCM_OFLINE/EGIT_OFFLINE: + This is named EVCS_OFFLINE in git-2. + + 26 Aug 2011; Martin Väth <martin@mvath.de>: + Rename aufs2-util-99999999->aufs-util-99999999.2 + Add aufs-util-99999999.3 for linux3.0/aufs3 + + 20 Jun 2011; Martin Väth <martin@mvath.de>: + Improve/fix git handling + + 03 Jan 2011; Martin Väth <martin@mvath.de>: + Bump to EAPI=4. + + 24 Nov 2010; Martin Väth <martin@mvath.de>: + aufs2-util-99999999.ebuild: Initial ebuild. diff --git a/sys-fs/aufs-util/aufs-util-99999999.ebuild b/sys-fs/aufs-util/aufs-util-99999999.ebuild new file mode 100644 index 0000000..20dc3bb --- /dev/null +++ b/sys-fs/aufs-util/aufs-util-99999999.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +EGIT_REPO_URI="git://aufs.git.sourceforge.net/gitroot/aufs/aufs-util.git" +EGIT_BRANCH="aufs3.9" +inherit eutils git-r3 linux-info multilib + +DESCRIPTION="Userspace tools for aufs" +HOMEPAGE="http://aufs.sourceforge.net/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0/3.9" +# Since this is a live ebuild, we require ACCEPT_KEYWORDS='**' +#KEYWORDS="~amd64 ~x86" +KEYWORDS="" +IUSE="" +PROPERTIES="live" + +RDEPEND="" +DEPEND="dev-vcs/git[curl]" + +src_prepare() { + epatch_user +} diff --git a/sys-fs/aufs-util/metadata.xml b/sys-fs/aufs-util/metadata.xml new file mode 100644 index 0000000..73a6d34 --- /dev/null +++ b/sys-fs/aufs-util/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>martin@mvath.de</email> + <name>Martin Väth</name> + </maintainer> +</pkgmetadata> |