* [gentoo-commits] gentoo-x86 commit in app-misc/multimon: ChangeLog multimon-1.0-r1.ebuild
@ 2008-11-17 20:37 Hans de Graaff (graaff)
0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2008-11-17 20:37 UTC (permalink / raw
To: gentoo-commits
graaff 08/11/17 20:37:15
Modified: ChangeLog
Added: multimon-1.0-r1.ebuild
Log:
Fix #247156
(Portage version: 2.1.4.5)
Revision Changes Path
1.10 app-misc/multimon/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/multimon/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/multimon/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/multimon/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/multimon/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 22 Jul 2007 09:48:36 -0000 1.9
+++ ChangeLog 17 Nov 2008 20:37:15 -0000 1.10
@@ -1,6 +1,12 @@
# ChangeLog for app-misc/multimon
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/multimon/ChangeLog,v 1.9 2007/07/22 09:48:36 omp Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/multimon/ChangeLog,v 1.10 2008/11/17 20:37:15 graaff Exp $
+
+*multimon-1.0-r1 (17 Nov 2008)
+
+ 17 Nov 2008; Hans de Graaff <graaff@gentoo.org> +multimon-1.0-r1.ebuild:
+ Rename the gen binary to multimon-gen to avoid file collisions with
+ dev-ruby/gen. Fixes #247156. Use emake instead of make.
22 Jul 2007; David Shakaryan <omp@gentoo.org> multimon-1.0.ebuild:
Remove virtual/x11 from dependencies.
1.1 app-misc/multimon/multimon-1.0-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/multimon/multimon-1.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/multimon/multimon-1.0-r1.ebuild?rev=1.1&content-type=text/plain
Index: multimon-1.0-r1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/multimon/multimon-1.0-r1.ebuild,v 1.1 2008/11/17 20:37:15 graaff Exp $
S=${WORKDIR}/multimon
SRC_URI="http://www.baycom.org/~tom/ham/linux/multimon.tar.gz"
HOMEPAGE="http://www.baycom.org/~tom/ham/linux/multimon.html"
DESCRIPTION="Multimon decodes digital transmission codes using OSS"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~ppc ~x86"
IUSE=""
RDEPEND="virtual/libc
x11-libs/libX11"
DEPEND="${RDEPEND}
x11-proto/xproto"
src_compile() {
emake CFLAGS="${CFLAGS}"
}
src_install() {
local myarch
myarch=`uname -m`
mv bin-${myarch}/gen bin-${myarch}/multimon-gen
dobin bin-${myarch}/multimon-gen bin-${myarch}/mkcostab bin-${myarch}/multimon
}
pkg_postinst() {
ewarn "The gen command has been renamed to multimon-gen to avoid conflicts"
ewarn "with dev-ruby/gen (#247156)"
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-misc/multimon: ChangeLog multimon-1.0-r1.ebuild
@ 2012-05-10 15:15 Agostino Sarubbo (ago)
0 siblings, 0 replies; 2+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-05-10 15:15 UTC (permalink / raw
To: gentoo-commits
ago 12/05/10 15:15:52
Modified: ChangeLog
Removed: multimon-1.0-r1.ebuild
Log:
Remove old
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Revision Changes Path
1.14 app-misc/multimon/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/multimon/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/multimon/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/multimon/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/multimon/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 1 Jun 2011 23:59:23 -0000 1.13
+++ ChangeLog 10 May 2012 15:15:51 -0000 1.14
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/multimon
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/multimon/ChangeLog,v 1.13 2011/06/01 23:59:23 flameeyes Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/multimon/ChangeLog,v 1.14 2012/05/10 15:15:51 ago Exp $
+
+ 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -multimon-1.0-r1.ebuild:
+ Remove old
01 Jun 2011; Diego E. Pettenò <flameeyes@gentoo.org> multimon-1.0-r2.ebuild:
QA: workaround bug #369713 by using make -j1.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-10 15:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-17 20:37 [gentoo-commits] gentoo-x86 commit in app-misc/multimon: ChangeLog multimon-1.0-r1.ebuild Hans de Graaff (graaff)
-- strict thread matches above, loose matches on Subject: below --
2012-05-10 15:15 Agostino Sarubbo (ago)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox