public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/v86d: ChangeLog v86d-0.1.10.ebuild
@ 2011-02-26  0:34 Michael Januszewski (spock)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Januszewski (spock) @ 2011-02-26  0:34 UTC (permalink / raw
  To: gentoo-commits

spock       11/02/26 00:34:44

  Modified:             ChangeLog
  Added:                v86d-0.1.10.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.9.41/cvs/Linux x86_64)

Revision  Changes    Path
1.32                 sys-apps/v86d/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/v86d/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	28 Nov 2010 18:27:20 -0000	1.31
+++ ChangeLog	26 Feb 2011 00:34:44 -0000	1.32
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/v86d
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/v86d/ChangeLog,v 1.31 2010/11/28 18:27:20 spock Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/v86d/ChangeLog,v 1.32 2011/02/26 00:34:44 spock Exp $
+
+*v86d-0.1.10 (26 Feb 2011)
+
+  26 Feb 2011; Michał Januszewski <spock@gentoo.org> +v86d-0.1.10.ebuild:
+  Version bump.
 
   28 Nov 2010; Michał Januszewski <spock@gentoo.org> v86d-0.1.9.ebuild:
   Disable stack protector (bug #346397).



1.1                  sys-apps/v86d/v86d-0.1.10.ebuild

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

Index: v86d-0.1.10.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/v86d/v86d-0.1.10.ebuild,v 1.1 2011/02/26 00:34:44 spock Exp $

EAPI=2

inherit eutils flag-o-matic linux-info multilib

DESCRIPTION="A daemon to run x86 code in an emulated environment."
HOMEPAGE="http://dev.gentoo.org/~spock/projects/uvesafb/"
SRC_URI="http://dev.gentoo.org/~spock/projects/uvesafb/archive/${P/_/-}.tar.bz2"

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

DEPEND="dev-libs/klibc"
RDEPEND=""

S="${WORKDIR}/${P//_*/}"

pkg_setup() {
	if [ -z "$(grep V86D /usr/$(get_libdir)/klibc/include/linux/connector.h)" ]; then
		eerror "You need to compile klibc against a kernel tree patched with uvesafb"
		eerror "prior to merging this package."
		die "Kernel not patched with uvesafb."
	fi
	linux-info_pkg_setup
}

src_configure() {
	./configure --with-klibc $(use_with debug) $(use_with x86emu) || die
}

src_compile() {
	# Disable stack protector, as it does not work with klibc (bug #346397).
	filter-flags -fstack-protector -fstack-protector-all
	emake KDIR="${KV_DIR}" || die
}

src_install() {
	emake DESTDIR="${D}" install || die

	dodoc README ChangeLog

	insinto /usr/share/${PN}
	doins misc/initramfs
}

pkg_postinst() {
	elog "If you wish to place v86d into an initramfs image, you might want to use"
	elog "'/usr/share/${PN}/initramfs' in your kernel's CONFIG_INITRAMFS_SOURCE."
}






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

* [gentoo-commits] gentoo-x86 commit in sys-apps/v86d: ChangeLog v86d-0.1.10.ebuild
@ 2011-02-27 13:55 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-02-27 13:55 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/02/27 13:55:14

  Modified:             ChangeLog v86d-0.1.10.ebuild
  Log:
  Stable on amd64 wrt bug #356557
  
  (Portage version: 2.1.9.41/cvs/Linux x86_64)

Revision  Changes    Path
1.33                 sys-apps/v86d/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/v86d/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	26 Feb 2011 00:34:44 -0000	1.32
+++ ChangeLog	27 Feb 2011 13:55:14 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/v86d
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/v86d/ChangeLog,v 1.32 2011/02/26 00:34:44 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/v86d/ChangeLog,v 1.33 2011/02/27 13:55:14 hwoarang Exp $
+
+  27 Feb 2011; Markos Chandras <hwoarang@gentoo.org> v86d-0.1.10.ebuild:
+  Stable on amd64 wrt bug #356557
 
 *v86d-0.1.10 (26 Feb 2011)
 



1.2                  sys-apps/v86d/v86d-0.1.10.ebuild

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

Index: v86d-0.1.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/v86d/v86d-0.1.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- v86d-0.1.10.ebuild	26 Feb 2011 00:34:44 -0000	1.1
+++ v86d-0.1.10.ebuild	27 Feb 2011 13:55:14 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/v86d/v86d-0.1.10.ebuild,v 1.1 2011/02/26 00:34:44 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/v86d/v86d-0.1.10.ebuild,v 1.2 2011/02/27 13:55:14 hwoarang Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug x86emu"
 
 DEPEND="dev-libs/klibc"






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

* [gentoo-commits] gentoo-x86 commit in sys-apps/v86d: ChangeLog v86d-0.1.10.ebuild
@ 2011-02-27 15:59 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2011-02-27 15:59 UTC (permalink / raw
  To: gentoo-commits

fauli       11/02/27 15:59:45

  Modified:             ChangeLog v86d-0.1.10.ebuild
  Log:
  stable x86, security bug 356557
  
  (Portage version: 2.1.9.40/cvs/Linux i686)

Revision  Changes    Path
1.34                 sys-apps/v86d/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/v86d/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	27 Feb 2011 13:55:14 -0000	1.33
+++ ChangeLog	27 Feb 2011 15:59:44 -0000	1.34
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/v86d
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/v86d/ChangeLog,v 1.33 2011/02/27 13:55:14 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/v86d/ChangeLog,v 1.34 2011/02/27 15:59:44 fauli Exp $
+
+  27 Feb 2011; Christian Faulhammer <fauli@gentoo.org> v86d-0.1.10.ebuild:
+  stable x86, security bug 356557
 
   27 Feb 2011; Markos Chandras <hwoarang@gentoo.org> v86d-0.1.10.ebuild:
   Stable on amd64 wrt bug #356557



1.3                  sys-apps/v86d/v86d-0.1.10.ebuild

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

Index: v86d-0.1.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/v86d/v86d-0.1.10.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- v86d-0.1.10.ebuild	27 Feb 2011 13:55:14 -0000	1.2
+++ v86d-0.1.10.ebuild	27 Feb 2011 15:59:44 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/v86d/v86d-0.1.10.ebuild,v 1.2 2011/02/27 13:55:14 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/v86d/v86d-0.1.10.ebuild,v 1.3 2011/02/27 15:59:44 fauli Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="debug x86emu"
 
 DEPEND="dev-libs/klibc"






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

* [gentoo-commits] gentoo-x86 commit in sys-apps/v86d: ChangeLog v86d-0.1.10.ebuild
@ 2012-04-28 12:49 Fabio Erculiani (lxnay)
  0 siblings, 0 replies; 4+ messages in thread
From: Fabio Erculiani (lxnay) @ 2012-04-28 12:49 UTC (permalink / raw
  To: gentoo-commits

lxnay       12/04/28 12:49:21

  Modified:             ChangeLog v86d-0.1.10.ebuild
  Log:
  do not die in pkg_setup for build related matters
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.35                 sys-apps/v86d/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/v86d/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	27 Feb 2011 15:59:44 -0000	1.34
+++ ChangeLog	28 Apr 2012 12:49:21 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/v86d
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/v86d/ChangeLog,v 1.34 2011/02/27 15:59:44 fauli Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/v86d/ChangeLog,v 1.35 2012/04/28 12:49:21 lxnay Exp $
+
+  28 Apr 2012; Fabio Erculiani <lxnay@gentoo.org> v86d-0.1.10.ebuild:
+  do not die in pkg_setup for build related matters
 
   27 Feb 2011; Christian Faulhammer <fauli@gentoo.org> v86d-0.1.10.ebuild:
   stable x86, security bug 356557



1.4                  sys-apps/v86d/v86d-0.1.10.ebuild

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

Index: v86d-0.1.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/v86d/v86d-0.1.10.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- v86d-0.1.10.ebuild	27 Feb 2011 15:59:44 -0000	1.3
+++ v86d-0.1.10.ebuild	28 Apr 2012 12:49:21 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/v86d/v86d-0.1.10.ebuild,v 1.3 2011/02/27 15:59:44 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/v86d/v86d-0.1.10.ebuild,v 1.4 2012/04/28 12:49:21 lxnay Exp $
 
 EAPI=2
 
@@ -21,12 +21,15 @@
 S="${WORKDIR}/${P//_*/}"
 
 pkg_setup() {
-	if [ -z "$(grep V86D /usr/$(get_libdir)/klibc/include/linux/connector.h)" ]; then
+	linux-info_pkg_setup
+}
+
+src_prepare() {
+	if [ -z "$(grep V86D ${ROOT}/usr/$(get_libdir)/klibc/include/linux/connector.h)" ]; then
 		eerror "You need to compile klibc against a kernel tree patched with uvesafb"
 		eerror "prior to merging this package."
 		die "Kernel not patched with uvesafb."
 	fi
-	linux-info_pkg_setup
 }
 
 src_configure() {






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

end of thread, other threads:[~2012-04-28 12:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-28 12:49 [gentoo-commits] gentoo-x86 commit in sys-apps/v86d: ChangeLog v86d-0.1.10.ebuild Fabio Erculiani (lxnay)
  -- strict thread matches above, loose matches on Subject: below --
2011-02-27 15:59 Christian Faulhammer (fauli)
2011-02-27 13:55 Markos Chandras (hwoarang)
2011-02-26  0:34 Michael Januszewski (spock)

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