Gentoo Archives: gentoo-commits

From: "Jonathan Smith (smithj)" <smithj@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/mgm: ChangeLog mgm-1.1_p14506.ebuild
Date: Thu, 14 Feb 2008 12:31:55
Message-Id: E1JPdFo-0004OY-L9@stork.gentoo.org
1 smithj 08/02/14 12:31:52
2
3 Modified: ChangeLog
4 Added: mgm-1.1_p14506.ebuild
5 Log:
6 update to the latest svn snapshot, as upstream seems to no longer do stable releases. bug 210096
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.15 x11-misc/mgm/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/mgm/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/mgm/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/mgm/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/mgm/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 6 Feb 2007 01:30:33 -0000 1.14
23 +++ ChangeLog 14 Feb 2008 12:31:52 -0000 1.15
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-misc/mgm
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/mgm/ChangeLog,v 1.14 2007/02/06 01:30:33 flameeyes Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/mgm/ChangeLog,v 1.15 2008/02/14 12:31:52 smithj Exp $
30 +
31 +*mgm-1.1_p14506 (14 Feb 2008)
32 +
33 + 14 Feb 2008; Jonathan Smith <smithj@g.o> +mgm-1.1_p14506.ebuild:
34 + update to the latest svn snapshot, as upstream seems to no longer do stable
35 + releases. bug 210096
36
37 06 Feb 2007; Diego Pettenò <flameeyes@g.o> ChangeLog:
38 Regenerate digest in Manifest2 format.
39
40
41
42 1.1 x11-misc/mgm/mgm-1.1_p14506.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/mgm/mgm-1.1_p14506.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/mgm/mgm-1.1_p14506.ebuild?rev=1.1&content-type=text/plain
46
47 Index: mgm-1.1_p14506.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-misc/mgm/mgm-1.1_p14506.ebuild,v 1.1 2008/02/14 12:31:52 smithj Exp $
52
53 inherit eutils
54
55 DESCRIPTION="Moaning Goat Meter: load and status meter written in Perl"
56 HOMEPAGE="http://www.linuxmafia.com/mgm/index.html"
57
58 # upstream doesn't seem to like making source tarballs anymore. we made this one
59 # with following command:
60 # svn co --revision 14506 http://svn.xiph.org/trunk/mgm
61 #SRC_URI="http://www.linuxmafia.com/mgm/${P}.tgz"
62 SRC_URI="mirror://gentoo/${P}.tar.bz2" # FIXME
63
64 KEYWORDS="~x86 ~sparc ~amd64 ~ppc"
65 SLOT="0"
66 LICENSE="as-is"
67 IUSE=""
68
69 RDEPEND=">=dev-lang/perl-5.6.1
70 >=dev-perl/perl-tk-800.024"
71
72 S="${WORKDIR}/${PN}"
73
74 src_unpack() {
75 unpack "${A}"
76 cd "${S}"
77 epatch "${FILESDIR}/${P}-gentoo.patch"
78 }
79
80 src_install() {
81 dobin mgm || die "dobin failed"
82 insinto usr/share/mgm
83 doins lib/* || die "doins failed (lib)"
84 insinto usr/share/mgm/linux
85 doins modules/linux/* || die "doins failed (modules/linux)"
86 insinto usr/share/mgm/share
87 doins modules/share/* || die "doins failed (modules/share)"
88 dohtml doc/*
89 }
90
91
92
93 --
94 gentoo-commits@l.g.o mailing list