public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/mgm: ChangeLog mgm-1.1_p14506.ebuild
@ 2008-02-14 12:31 Jonathan Smith (smithj)
  0 siblings, 0 replies; only message in thread
From: Jonathan Smith (smithj) @ 2008-02-14 12:31 UTC (permalink / raw
  To: gentoo-commits

smithj      08/02/14 12:31:52

  Modified:             ChangeLog
  Added:                mgm-1.1_p14506.ebuild
  Log:
  update to the latest svn snapshot, as upstream seems to no longer do stable releases. bug 210096
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.15                 x11-misc/mgm/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/mgm/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/mgm/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/mgm/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/mgm/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	6 Feb 2007 01:30:33 -0000	1.14
+++ ChangeLog	14 Feb 2008 12:31:52 -0000	1.15
@@ -1,6 +1,12 @@
 # ChangeLog for x11-misc/mgm
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/mgm/ChangeLog,v 1.14 2007/02/06 01:30:33 flameeyes Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/mgm/ChangeLog,v 1.15 2008/02/14 12:31:52 smithj Exp $
+
+*mgm-1.1_p14506 (14 Feb 2008)
+
+  14 Feb 2008; Jonathan Smith <smithj@gentoo.org> +mgm-1.1_p14506.ebuild:
+  update to the latest svn snapshot, as upstream seems to no longer do stable
+  releases. bug 210096
 
   06 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
   Regenerate digest in Manifest2 format.



1.1                  x11-misc/mgm/mgm-1.1_p14506.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/mgm/mgm-1.1_p14506.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/mgm/mgm-1.1_p14506.ebuild?rev=1.1&content-type=text/plain

Index: mgm-1.1_p14506.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/mgm/mgm-1.1_p14506.ebuild,v 1.1 2008/02/14 12:31:52 smithj Exp $

inherit eutils

DESCRIPTION="Moaning Goat Meter: load and status meter written in Perl"
HOMEPAGE="http://www.linuxmafia.com/mgm/index.html"

# upstream doesn't seem to like making source tarballs anymore. we made this one
# with following command:
# svn co --revision 14506 http://svn.xiph.org/trunk/mgm
#SRC_URI="http://www.linuxmafia.com/mgm/${P}.tgz"
SRC_URI="mirror://gentoo/${P}.tar.bz2" # FIXME

KEYWORDS="~x86 ~sparc ~amd64 ~ppc"
SLOT="0"
LICENSE="as-is"
IUSE=""

RDEPEND=">=dev-lang/perl-5.6.1
	>=dev-perl/perl-tk-800.024"

S="${WORKDIR}/${PN}"

src_unpack() {
	unpack "${A}"
	cd "${S}"
	epatch "${FILESDIR}/${P}-gentoo.patch"
}

src_install() {
	dobin mgm || die "dobin failed"
	insinto usr/share/mgm
	doins lib/* || die "doins failed (lib)"
	insinto usr/share/mgm/linux
	doins modules/linux/* || die "doins failed (modules/linux)"
	insinto usr/share/mgm/share
	doins modules/share/* || die "doins failed (modules/share)"
	dohtml doc/*
}



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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-02-14 12:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-14 12:31 [gentoo-commits] gentoo-x86 commit in x11-misc/mgm: ChangeLog mgm-1.1_p14506.ebuild Jonathan Smith (smithj)

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