patrick     14/07/09 08:03:01

  Modified:             ChangeLog
  Added:                toybox-0.4.9.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.3                  sys-apps/toybox/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/toybox/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   21 Apr 2014 08:18:36 -0000      1.2
+++ ChangeLog   9 Jul 2014 08:03:00 -0000       1.3
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/toybox
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/toybox/ChangeLog,v 1.2 2014/04/21 
08:18:36 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/toybox/ChangeLog,v 1.3 2014/07/09 
08:03:00 patrick Exp $
+
+*toybox-0.4.9 (09 Jul 2014)
+
+  09 Jul 2014; Patrick Lauer <patr...@gentoo.org> +toybox-0.4.9.ebuild:
+  Bump
 
 *toybox-0.4.8 (21 Apr 2014)
 



1.1                  sys-apps/toybox/toybox-0.4.9.ebuild

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

Index: toybox-0.4.9.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/toybox/toybox-0.4.9.ebuild,v 1.1 
2014/07/09 08:03:00 patrick Exp $

EAPI=5

inherit eutils

# makefile is stupid
RESTRICT="test"

DESCRIPTION="Common linux commands in a multicall binary"
HOMEPAGE="http://landley.net/code/toybox/";
SRC_URI="http://landley.net/code/toybox/downloads/${P}.tar.bz2";

# The source code does not explicitly say that it's BSD, but the author has 
repeatedly said it
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

src_configure() {
        make defconfig
}

src_compile() {
        emake toybox_unstripped
}

src_test() {
        emake test
}

src_install() {
        mkdir -p "${D}/usr/bin"
        cp toybox "${D}/usr/bin" || die
}




Reply via email to