blueness    14/06/01 00:32:12

  Modified:             ChangeLog
  Added:                install-xattr-0.2.ebuild
  Log:
  Fix: 
http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=53a5c9cababc4a681c026b7ce445e29da4666d6c
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  Changes    Path
1.10                 sys-apps/install-xattr/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   31 May 2014 21:05:37 -0000      1.9
+++ ChangeLog   1 Jun 2014 00:32:12 -0000       1.10
@@ -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.9 
2014/05/31 21:05:37 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/ChangeLog,v 1.10 
2014/06/01 00:32:12 blueness Exp $
+
+*install-xattr-0.2 (01 Jun 2014)
+
+  01 Jun 2014; Anthony G. Basile <bluen...@gentoo.org>
+  +install-xattr-0.2.ebuild:
+  Fix: 
http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=53a5c9
+  cababc4a681c026b7ce445e29da4666d6c
 
   31 May 2014; Mikle Kolyada <zlog...@gentoo.org> install-xattr-0.1.ebuild:
   Add ~s390 keyword wrt bug #501534



1.1                  sys-apps/install-xattr/install-xattr-0.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/install-xattr-0.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/install-xattr-0.2.ebuild?rev=1.1&content-type=text/plain

Index: install-xattr-0.2.ebuild
===================================================================
# 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.1 
2014/06/01 00:32:11 blueness 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
}




Reply via email to