public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/usermode-utilities: ChangeLog usermode-utilities-20070815.ebuild
@ 2007-12-22 15:52 Daniel Gryniewicz (dang)
  0 siblings, 0 replies; 8+ messages in thread
From: Daniel Gryniewicz (dang) @ 2007-12-22 15:52 UTC (permalink / raw
  To: gentoo-commits

dang        07/12/22 15:52:47

  Modified:             ChangeLog
  Added:                usermode-utilities-20070815.ebuild
  Log:
  Bump to 20070815
  
  (Portage version: 2.1.4_rc10)

Revision  Changes    Path
1.23                 sys-apps/usermode-utilities/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	11 Jun 2007 16:10:24 -0000	1.22
+++ ChangeLog	22 Dec 2007 15:52:46 -0000	1.23
@@ -1,6 +1,13 @@
 # ChangeLog for sys-apps/usermode-utilities
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/ChangeLog,v 1.22 2007/06/11 16:10:24 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/ChangeLog,v 1.23 2007/12/22 15:52:46 dang Exp $
+
+*usermode-utilities-20070815 (22 Dec 2007)
+
+  22 Dec 2007; Daniel Gryniewicz <dang@gentoo.org>
+  +files/usermode-utilities-20070815-nostrip.patch,
+  +usermode-utilities-20070815.ebuild:
+  Bump to 20070815
 
 *usermode-utilities-20060323 (11 Jun 2007)
 



1.1                  sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild?rev=1.1&content-type=text/plain

Index: usermode-utilities-20070815.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild,v 1.1 2007/12/22 15:52:46 dang Exp $

inherit eutils

S=${WORKDIR}/tools-${PV}
DESCRIPTION="Tools for use with Usermode Linux virtual machines"
SRC_URI="http://user-mode-linux.sourceforge.net/uml_utilities_${PV}.tar.bz2"
HOMEPAGE="http://user-mode-linux.sourceforge.net/"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="-* ~amd64 ~x86"
IUSE=""

DEPEND="virtual/libc"

src_unpack() {
	unpack ${A}
	cd ${S}
	epatch ${FILESDIR}/${PN}-20060216-unlazy.patch
	epatch ${FILESDIR}/${P}-nostrip.patch
}

src_compile() {
	emake CFLAGS="${CFLAGS} -DTUNTAP -D_LARGEFILE64_SOURCE -g -Wall" all
}

src_install () {
	make DESTDIR=${D} install

	dodoc COPYING
}



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/usermode-utilities: ChangeLog usermode-utilities-20070815.ebuild
@ 2008-02-14  3:28 Daniel Gryniewicz (dang)
  0 siblings, 0 replies; 8+ messages in thread
From: Daniel Gryniewicz (dang) @ 2008-02-14  3:28 UTC (permalink / raw
  To: gentoo-commits

dang        08/02/14 03:28:06

  Modified:             ChangeLog usermode-utilities-20070815.ebuild
  Log:
  respect LDFLAGS; bug #209724
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.24                 sys-apps/usermode-utilities/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	22 Dec 2007 15:52:46 -0000	1.23
+++ ChangeLog	14 Feb 2008 03:28:06 -0000	1.24
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/usermode-utilities
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/ChangeLog,v 1.23 2007/12/22 15:52:46 dang Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/ChangeLog,v 1.24 2008/02/14 03:28:06 dang Exp $
+
+  14 Feb 2008; Daniel Gryniewicz <dang@gentoo.org>
+  usermode-utilities-20070815.ebuild:
+  respect LDFLAGS; bug #209724
 
 *usermode-utilities-20070815 (22 Dec 2007)
 



1.2                  sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild?r1=1.1&r2=1.2

Index: usermode-utilities-20070815.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- usermode-utilities-20070815.ebuild	22 Dec 2007 15:52:46 -0000	1.1
+++ usermode-utilities-20070815.ebuild	14 Feb 2008 03:28:06 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild,v 1.1 2007/12/22 15:52:46 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild,v 1.2 2008/02/14 03:28:06 dang Exp $
 
 inherit eutils
 
@@ -21,6 +21,7 @@
 	cd ${S}
 	epatch ${FILESDIR}/${PN}-20060216-unlazy.patch
 	epatch ${FILESDIR}/${P}-nostrip.patch
+	sed -i -e 's:-o \$(BIN):$(LDFLAGS) -o $(BIN):' "${S}"/*/Makefile || die "LDFLAGS sed failed"
 }
 
 src_compile() {



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/usermode-utilities: ChangeLog usermode-utilities-20070815.ebuild
@ 2008-02-14 14:20 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 8+ messages in thread
From: Diego Petteno (flameeyes) @ 2008-02-14 14:20 UTC (permalink / raw
  To: gentoo-commits

flameeyes    08/02/14 14:20:11

  Modified:             ChangeLog usermode-utilities-20070815.ebuild
  Log:
  Sed also the makefile for uml_moo and uml_mkcow, it uses a different rule schema.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.25                 sys-apps/usermode-utilities/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	14 Feb 2008 03:28:06 -0000	1.24
+++ ChangeLog	14 Feb 2008 14:20:11 -0000	1.25
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/usermode-utilities
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/ChangeLog,v 1.24 2008/02/14 03:28:06 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/ChangeLog,v 1.25 2008/02/14 14:20:11 flameeyes Exp $
+
+  14 Feb 2008; Diego Pettenò <flameeyes@gentoo.org>
+  usermode-utilities-20070815.ebuild:
+  Sed also the makefile for uml_moo and uml_mkcow, it uses a different rule
+  schema.
 
   14 Feb 2008; Daniel Gryniewicz <dang@gentoo.org>
   usermode-utilities-20070815.ebuild:



1.3                  sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild?r1=1.2&r2=1.3

Index: usermode-utilities-20070815.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- usermode-utilities-20070815.ebuild	14 Feb 2008 03:28:06 -0000	1.2
+++ usermode-utilities-20070815.ebuild	14 Feb 2008 14:20:11 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild,v 1.2 2008/02/14 03:28:06 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild,v 1.3 2008/02/14 14:20:11 flameeyes Exp $
 
 inherit eutils
 
@@ -22,6 +22,7 @@
 	epatch ${FILESDIR}/${PN}-20060216-unlazy.patch
 	epatch ${FILESDIR}/${P}-nostrip.patch
 	sed -i -e 's:-o \$(BIN):$(LDFLAGS) -o $(BIN):' "${S}"/*/Makefile || die "LDFLAGS sed failed"
+	sed -i -e 's:-o \$@:$(LDFLAGS) -o $@:' "${S}"/moo/Makefile || die "LDFLAGS sed (moo) failed"
 }
 
 src_compile() {



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/usermode-utilities: ChangeLog usermode-utilities-20070815.ebuild
@ 2008-12-18 18:29 Daniel Gryniewicz (dang)
  0 siblings, 0 replies; 8+ messages in thread
From: Daniel Gryniewicz (dang) @ 2008-12-18 18:29 UTC (permalink / raw
  To: gentoo-commits

dang        08/12/18 18:29:22

  Modified:             ChangeLog usermode-utilities-20070815.ebuild
  Log:
  Fix some build issues; bug #251390
  (Portage version: 2.2_rc17/cvs/Linux 2.6.27-gentoo-r4 x86_64)

Revision  Changes    Path
1.26                 sys-apps/usermode-utilities/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	14 Feb 2008 14:20:11 -0000	1.25
+++ ChangeLog	18 Dec 2008 18:29:22 -0000	1.26
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/usermode-utilities
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/ChangeLog,v 1.25 2008/02/14 14:20:11 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/ChangeLog,v 1.26 2008/12/18 18:29:22 dang Exp $
+
+  18 Dec 2008; Daniel Gryniewicz <dang@gentoo.org>
+  usermode-utilities-20070815.ebuild:
+  Fix some build issues; bug #251390
 
   14 Feb 2008; Diego Pettenò <flameeyes@gentoo.org>
   usermode-utilities-20070815.ebuild:



1.4                  sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild?r1=1.3&r2=1.4

Index: usermode-utilities-20070815.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- usermode-utilities-20070815.ebuild	14 Feb 2008 14:20:11 -0000	1.3
+++ usermode-utilities-20070815.ebuild	18 Dec 2008 18:29:22 -0000	1.4
@@ -1,10 +1,9 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild,v 1.3 2008/02/14 14:20:11 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild,v 1.4 2008/12/18 18:29:22 dang Exp $
 
 inherit eutils
 
-S=${WORKDIR}/tools-${PV}
 DESCRIPTION="Tools for use with Usermode Linux virtual machines"
 SRC_URI="http://user-mode-linux.sourceforge.net/uml_utilities_${PV}.tar.bz2"
 HOMEPAGE="http://user-mode-linux.sourceforge.net/"
@@ -16,21 +15,23 @@
 
 DEPEND="virtual/libc"
 
+S="${WORKDIR}"/tools-${PV}
+
 src_unpack() {
 	unpack ${A}
-	cd ${S}
-	epatch ${FILESDIR}/${PN}-20060216-unlazy.patch
-	epatch ${FILESDIR}/${P}-nostrip.patch
+	cd "${S}"
+	epatch "${FILESDIR}"/${PN}-20060216-unlazy.patch
+	epatch "${FILESDIR}"/${P}-nostrip.patch
 	sed -i -e 's:-o \$(BIN):$(LDFLAGS) -o $(BIN):' "${S}"/*/Makefile || die "LDFLAGS sed failed"
 	sed -i -e 's:-o \$@:$(LDFLAGS) -o $@:' "${S}"/moo/Makefile || die "LDFLAGS sed (moo) failed"
 }
 
 src_compile() {
-	emake CFLAGS="${CFLAGS} -DTUNTAP -D_LARGEFILE64_SOURCE -g -Wall" all
+	emake CFLAGS="${CFLAGS} -DTUNTAP -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -g -Wall" all || die "Compilation failed"
 }
 
 src_install () {
-	make DESTDIR=${D} install
+	emake DESTDIR="${D}" install || die "Install phase failed"
 
 	dodoc COPYING
 }






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/usermode-utilities: ChangeLog usermode-utilities-20070815.ebuild
@ 2008-12-22 15:07 Daniel Gryniewicz (dang)
  0 siblings, 0 replies; 8+ messages in thread
From: Daniel Gryniewicz (dang) @ 2008-12-22 15:07 UTC (permalink / raw
  To: gentoo-commits

dang        08/12/22 15:07:10

  Modified:             ChangeLog usermode-utilities-20070815.ebuild
  Log:
  Add fuse dep; bug #251568
  (Portage version: 2.2_rc17/cvs/Linux 2.6.27-gentoo-r6 x86_64)

Revision  Changes    Path
1.27                 sys-apps/usermode-utilities/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	18 Dec 2008 18:29:22 -0000	1.26
+++ ChangeLog	22 Dec 2008 15:07:10 -0000	1.27
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/usermode-utilities
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/ChangeLog,v 1.26 2008/12/18 18:29:22 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/ChangeLog,v 1.27 2008/12/22 15:07:10 dang Exp $
+
+  22 Dec 2008; Daniel Gryniewicz <dang@gentoo.org>
+  usermode-utilities-20070815.ebuild:
+  Add fuse dep; bug #251568
 
   18 Dec 2008; Daniel Gryniewicz <dang@gentoo.org>
   usermode-utilities-20070815.ebuild:



1.5                  sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild?r1=1.4&r2=1.5

Index: usermode-utilities-20070815.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- usermode-utilities-20070815.ebuild	18 Dec 2008 18:29:22 -0000	1.4
+++ usermode-utilities-20070815.ebuild	22 Dec 2008 15:07:10 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild,v 1.4 2008/12/18 18:29:22 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild,v 1.5 2008/12/22 15:07:10 dang Exp $
 
 inherit eutils
 
@@ -13,7 +13,9 @@
 KEYWORDS="-* ~amd64 ~x86"
 IUSE=""
 
-DEPEND="virtual/libc"
+RDEPEND="sys-fs/fuse"
+DEPEND="${RDEPEND}
+	virtual/libc"
 
 S="${WORKDIR}"/tools-${PV}
 
@@ -30,8 +32,3 @@
 	emake CFLAGS="${CFLAGS} -DTUNTAP -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -g -Wall" all || die "Compilation failed"
 }
 
-src_install () {
-	emake DESTDIR="${D}" install || die "Install phase failed"
-
-	dodoc COPYING
-}






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/usermode-utilities: ChangeLog usermode-utilities-20070815.ebuild
@ 2008-12-29 14:25 Daniel Gryniewicz (dang)
  0 siblings, 0 replies; 8+ messages in thread
From: Daniel Gryniewicz (dang) @ 2008-12-29 14:25 UTC (permalink / raw
  To: gentoo-commits

dang        08/12/29 14:25:03

  Modified:             ChangeLog usermode-utilities-20070815.ebuild
  Log:
  Oops, put back src_install
  (Portage version: 2.2_rc19/cvs/Linux 2.6.27-gentoo-r6 x86_64)

Revision  Changes    Path
1.28                 sys-apps/usermode-utilities/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	22 Dec 2008 15:07:10 -0000	1.27
+++ ChangeLog	29 Dec 2008 14:25:03 -0000	1.28
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/usermode-utilities
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/ChangeLog,v 1.27 2008/12/22 15:07:10 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/ChangeLog,v 1.28 2008/12/29 14:25:03 dang Exp $
+
+  29 Dec 2008; Daniel Gryniewicz <dang@gentoo.org>
+  usermode-utilities-20070815.ebuild:
+  Oops, put back src_install
 
   22 Dec 2008; Daniel Gryniewicz <dang@gentoo.org>
   usermode-utilities-20070815.ebuild:



1.6                  sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild?r1=1.5&r2=1.6

Index: usermode-utilities-20070815.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- usermode-utilities-20070815.ebuild	22 Dec 2008 15:07:10 -0000	1.5
+++ usermode-utilities-20070815.ebuild	29 Dec 2008 14:25:03 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild,v 1.5 2008/12/22 15:07:10 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild,v 1.6 2008/12/29 14:25:03 dang Exp $
 
 inherit eutils
 
@@ -32,3 +32,6 @@
 	emake CFLAGS="${CFLAGS} -DTUNTAP -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -g -Wall" all || die "Compilation failed"
 }
 
+src_install() {
+	emake DESTDIR="${D}" install || die "Install failed"
+}






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/usermode-utilities: ChangeLog usermode-utilities-20070815.ebuild
@ 2009-05-14  8:48 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 8+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-05-14  8:48 UTC (permalink / raw
  To: gentoo-commits

fauli       09/05/14 08:48:12

  Modified:             ChangeLog usermode-utilities-20070815.ebuild
  Log:
  stable x86, bug 269061
  (Portage version: 2.1.6.11/cvs/Linux i686)

Revision  Changes    Path
1.29                 sys-apps/usermode-utilities/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	29 Dec 2008 14:25:03 -0000	1.28
+++ ChangeLog	14 May 2009 08:48:12 -0000	1.29
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/usermode-utilities
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/ChangeLog,v 1.28 2008/12/29 14:25:03 dang Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/ChangeLog,v 1.29 2009/05/14 08:48:12 fauli Exp $
+
+  14 May 2009; Christian Faulhammer <fauli@gentoo.org>
+  usermode-utilities-20070815.ebuild:
+  stable x86, bug 269061
 
   29 Dec 2008; Daniel Gryniewicz <dang@gentoo.org>
   usermode-utilities-20070815.ebuild:



1.7                  sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild?r1=1.6&r2=1.7

Index: usermode-utilities-20070815.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- usermode-utilities-20070815.ebuild	29 Dec 2008 14:25:03 -0000	1.6
+++ usermode-utilities-20070815.ebuild	14 May 2009 08:48:12 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild,v 1.6 2008/12/29 14:25:03 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild,v 1.7 2009/05/14 08:48:12 fauli Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* ~amd64 x86"
 IUSE=""
 
 RDEPEND="sys-fs/fuse"






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/usermode-utilities: ChangeLog usermode-utilities-20070815.ebuild
@ 2009-05-15 20:58 Markus Meier (maekke)
  0 siblings, 0 replies; 8+ messages in thread
From: Markus Meier (maekke) @ 2009-05-15 20:58 UTC (permalink / raw
  To: gentoo-commits

maekke      09/05/15 20:58:49

  Modified:             ChangeLog usermode-utilities-20070815.ebuild
  Log:
  amd64 stable, bug #269061
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.30                 sys-apps/usermode-utilities/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	14 May 2009 08:48:12 -0000	1.29
+++ ChangeLog	15 May 2009 20:58:48 -0000	1.30
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/usermode-utilities
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/ChangeLog,v 1.29 2009/05/14 08:48:12 fauli Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/ChangeLog,v 1.30 2009/05/15 20:58:48 maekke Exp $
+
+  15 May 2009; Markus Meier <maekke@gentoo.org>
+  usermode-utilities-20070815.ebuild:
+  amd64 stable, bug #269061
 
   14 May 2009; Christian Faulhammer <fauli@gentoo.org>
   usermode-utilities-20070815.ebuild:



1.8                  sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild?r1=1.7&r2=1.8

Index: usermode-utilities-20070815.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- usermode-utilities-20070815.ebuild	14 May 2009 08:48:12 -0000	1.7
+++ usermode-utilities-20070815.ebuild	15 May 2009 20:58:49 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild,v 1.7 2009/05/14 08:48:12 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild,v 1.8 2009/05/15 20:58:49 maekke Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="-* ~amd64 x86"
+KEYWORDS="-* amd64 x86"
 IUSE=""
 
 RDEPEND="sys-fs/fuse"






^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-05-15 20:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-22 15:07 [gentoo-commits] gentoo-x86 commit in sys-apps/usermode-utilities: ChangeLog usermode-utilities-20070815.ebuild Daniel Gryniewicz (dang)
  -- strict thread matches above, loose matches on Subject: below --
2009-05-15 20:58 Markus Meier (maekke)
2009-05-14  8:48 Christian Faulhammer (fauli)
2008-12-29 14:25 Daniel Gryniewicz (dang)
2008-12-18 18:29 Daniel Gryniewicz (dang)
2008-02-14 14:20 Diego Petteno (flameeyes)
2008-02-14  3:28 Daniel Gryniewicz (dang)
2007-12-22 15:52 Daniel Gryniewicz (dang)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox