diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-07-21 21:29:32 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-07-21 21:29:32 +0000 |
commit | e1a0f0d676c7c5455b502feaf80bf31869c1eb5e (patch) | |
tree | f085920dec47094418cc6169f077d46918973768 /sys-apps/install-xattr | |
parent | initial commit (diff) | |
download | gentoo-2-e1a0f0d676c7c5455b502feaf80bf31869c1eb5e.tar.gz gentoo-2-e1a0f0d676c7c5455b502feaf80bf31869c1eb5e.tar.bz2 gentoo-2-e1a0f0d676c7c5455b502feaf80bf31869c1eb5e.zip |
Version bump, fixes dst path if src is in a dir
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'sys-apps/install-xattr')
-rw-r--r-- | sys-apps/install-xattr/ChangeLog | 9 | ||||
-rw-r--r-- | sys-apps/install-xattr/install-xattr-0.1.ebuild | 25 | ||||
-rw-r--r-- | sys-apps/install-xattr/install-xattr-0.3.ebuild (renamed from sys-apps/install-xattr/install-xattr-0.2.ebuild) | 2 |
3 files changed, 9 insertions, 27 deletions
diff --git a/sys-apps/install-xattr/ChangeLog b/sys-apps/install-xattr/ChangeLog index a0522866950f..2c062f4a9052 100644 --- a/sys-apps/install-xattr/ChangeLog +++ b/sys-apps/install-xattr/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sys-apps/install-xattr # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/ChangeLog,v 1.13 2014/06/15 22:28:42 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/ChangeLog,v 1.14 2014/07/21 21:29:32 blueness Exp $ + +*install-xattr-0.3 (21 Jul 2014) + + 21 Jul 2014; Anthony G. Basile <blueness@gentoo.org> + +install-xattr-0.3.ebuild, -install-xattr-0.1.ebuild, + -install-xattr-0.2.ebuild: + Version bump, fixes dst path if src is in a dir *install-xattr-0.2 (15 Jun 2014) diff --git a/sys-apps/install-xattr/install-xattr-0.1.ebuild b/sys-apps/install-xattr/install-xattr-0.1.ebuild deleted file mode 100644 index f577e944f9c6..000000000000 --- a/sys-apps/install-xattr/install-xattr-0.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/install-xattr-0.1.ebuild,v 1.9 2014/05/31 21:05:37 zlogene Exp $ - -EAPI=5 -inherit toolchain-funcs - -DESCRIPTION="Wrapper to coreutil's install to preserve Filesystem Extended Attributes." -HOMEPAGE="http://dev.gentoo.org/~blueness/install-xattr/" -SRC_URI="http://dev.gentoo.org/~blueness/install-xattr/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" - -S=${WORKDIR}/${PN} - -src_prepare() { - tc-export CC -} - -# We need to fix how tests are done -src_test() { - true -} diff --git a/sys-apps/install-xattr/install-xattr-0.2.ebuild b/sys-apps/install-xattr/install-xattr-0.3.ebuild index ffca98afe737..c7573d4afd20 100644 --- a/sys-apps/install-xattr/install-xattr-0.2.ebuild +++ b/sys-apps/install-xattr/install-xattr-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/install-xattr-0.2.ebuild,v 1.3 2014/06/15 22:28:42 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/install-xattr-0.3.ebuild,v 1.1 2014/07/21 21:29:32 blueness Exp $ EAPI=5 DESCRIPTION="Wrapper to coreutil's install to preserve Filesystem Extended Attributes." |