polynomial-c    15/03/21 12:28:37

  Modified:             ChangeLog
  Added:                which-2.21.ebuild
  Removed:              which-2.19.ebuild which-2.20.ebuild
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  Changes    Path
1.59                 sys-apps/which/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog   15 Nov 2014 08:08:56 -0000      1.58
+++ ChangeLog   21 Mar 2015 12:28:37 -0000      1.59
@@ -1,6 +1,13 @@
 # ChangeLog for sys-apps/which
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.58 2014/11/15 
08:08:56 vapier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/ChangeLog,v 1.59 2015/03/21 
12:28:37 polynomial-c Exp $
+
+*which-2.21 (21 Mar 2015)
+
+  21 Mar 2015; Lars Wendler <[email protected]> -which-2.19.ebuild,
+  -which-2.20.ebuild, +which-2.21.ebuild,
+  -files/which-2.19-remove-readline.patch, -files/which-gentoo.patch:
+  Version bump. Removed old.
 
   15 Nov 2014; Mike Frysinger <[email protected]> which-2.20-r1.ebuild:
   Update HOMEPAGE/SRC_URI #515528 by Manfred Knick.



1.1                  sys-apps/which/which-2.21.ebuild

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

Index: which-2.21.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.21.ebuild,v 1.1 
2015/03/21 12:28:37 polynomial-c Exp $

EAPI="4"

inherit flag-o-matic toolchain-funcs

DESCRIPTION="Prints out location of specified executables that are in your path"
HOMEPAGE="https://carlowood.github.io/which/";
SRC_URI="https://carlowood.github.io/which/${P}.tar.gz";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
IUSE=""

src_prepare() {
        append-lfs-flags
}

src_configure() {
        tc-export AR
        default
}




Reply via email to