Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/vbetool: ChangeLog vbetool-1.0.ebuild
Date: Wed, 05 Dec 2007 00:05:42
Message-Id: E1Izhlg-0007QI-LS@stork.gentoo.org
1 robbat2 07/12/05 00:05:36
2
3 Modified: ChangeLog
4 Added: vbetool-1.0.ebuild
5 Log:
6 Ubuntu has a 1.0 of this now. Please test a lot, the package itself seems to be a mess.
7 (Portage version: 2.1.4_rc4)
8
9 Revision Changes Path
10 1.11 sys-apps/vbetool/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/vbetool/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/vbetool/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/vbetool/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/vbetool/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -p -w -b -B -u -u -r1.10 -r1.11
22 --- ChangeLog 14 Aug 2007 21:21:48 -0000 1.10
23 +++ ChangeLog 5 Dec 2007 00:05:36 -0000 1.11
24 @@ -1,6 +1,12 @@
25 # ChangeLog for sys-apps/vbetool
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/vbetool/ChangeLog,v 1.10 2007/08/14 21:21:48 wolf31o2 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/vbetool/ChangeLog,v 1.11 2007/12/05 00:05:36 robbat2 Exp $
29 +
30 +*vbetool-1.0 (05 Dec 2007)
31 +
32 + 05 Dec 2007; Robin H. Johnson <robbat2@g.o> +vbetool-1.0.ebuild:
33 + Ubuntu has a 1.0 of this now. Please test a lot, the package itself seems to
34 + be a mess.
35
36 14 Aug 2007; Chris Gianelloni <wolf31o2@g.o> vbetool-0.7.ebuild:
37 Added a --missing false since not all versions of pciutils support the zlib
38
39
40
41 1.1 sys-apps/vbetool/vbetool-1.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/vbetool/vbetool-1.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/vbetool/vbetool-1.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: vbetool-1.0.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sys-apps/vbetool/vbetool-1.0.ebuild,v 1.1 2007/12/05 00:05:36 robbat2 Exp $
51
52 inherit eutils flag-o-matic autotools
53
54 DESCRIPTION="Run real-mode video BIOS code to alter hardware state (i.e. reinitialize video card)"
55 HOMEPAGE="http://www.srcf.ucam.org/~mjg59/vbetool/"
56 #SRC_URI="${HOMEPAGE}${PN}_${PV}.orig.tar.gz"
57 #SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${P//-/_}-1.tar.gz"
58 #SRC_URI="http://www.srcf.ucam.org/~mjg59/${PN}/${P//-/_}-1.tar.gz"
59 SRC_URI="http://archive.ubuntu.com/ubuntu/pool/main/${PN:0:1}/${PN}/${P//-/_}-0ubuntu1.tar.gz"
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~x86 ~amd64"
63 IUSE=""
64 DEPEND="sys-libs/zlib
65 sys-apps/pciutils
66 dev-libs/libx86"
67 RDEPEND="${DEPEND}"
68
69 src_unpack() {
70 unpack ${A}
71 #epatch ${FILESDIR}/${P}-pci-compile-fix.patch
72 sed -i \
73 -e '/vbetool_LDADD/s,$(libdir)/libpci.a,-lpci,' \
74 "${S}/Makefile.am"
75 cd "${S}"
76 eautoreconf
77 }
78
79 src_compile() {
80 econf --with-x86emu || die "could not configure"
81 emake || die "emake failed"
82 }
83
84 src_install() {
85 emake install DESTDIR="${D}" || die "install failed"
86 dodoc LRMI
87 }
88
89
90
91 --
92 gentoo-commits@g.o mailing list