williamh    14/03/11 21:55:41

  Modified:             ChangeLog
  Added:                gentoo-functions-0.1.ebuild
  Log:
  version bump for bug #504138
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8568F528)

Revision  Changes    Path
1.3                  sys-apps/gentoo-functions/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   11 Mar 2014 02:49:36 -0000      1.2
+++ ChangeLog   11 Mar 2014 21:55:41 -0000      1.3
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/gentoo-functions
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/ChangeLog,v 1.2 
2014/03/11 02:49:36 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/ChangeLog,v 1.3 
2014/03/11 21:55:41 williamh Exp $
+
+*gentoo-functions-0.1 (11 Mar 2014)
+
+  11 Mar 2014; William Hubbs <[email protected]>
+  +files/gentoo-functions-0.1.sh, +gentoo-functions-0.1.ebuild:
+  version bump for bug #504138
 
   11 Mar 2014; Patrick Lauer <[email protected]> metadata.xml:
   Fix herd



1.1                  sys-apps/gentoo-functions/gentoo-functions-0.1.ebuild

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

Index: gentoo-functions-0.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-0.1.ebuild,v 
1.1 2014/03/11 21:55:41 williamh Exp $

EAPI=5

DESCRIPTION="base shell functions required by all gentoo systems"
HOMEPAGE="http://www.gentoo.org";
SRC_URI=""

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
IUSE=""

DEPEND=""
RDEPEND=""

S="${WORKDIR}"

src_install() {
        dodir /lib/gentoo
        insinto /lib/gentoo
        newins "${FILESDIR}"/${P}.sh functions.sh
}




Reply via email to