diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-10 15:15:51 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-10 15:15:51 +0000 |
commit | d242b51153228823c5fe3a970a83d64ca15d4183 (patch) | |
tree | 10840467ef5f33f1b8d77511058d8958efb42bae /app-misc | |
parent | Remove old (diff) | |
download | gentoo-2-d242b51153228823c5fe3a970a83d64ca15d4183.tar.gz gentoo-2-d242b51153228823c5fe3a970a83d64ca15d4183.tar.bz2 gentoo-2-d242b51153228823c5fe3a970a83d64ca15d4183.zip |
Remove old
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/multimon/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/multimon/multimon-1.0-r1.ebuild | 34 |
2 files changed, 5 insertions, 36 deletions
diff --git a/app-misc/multimon/ChangeLog b/app-misc/multimon/ChangeLog index 4cfcf9ea5442..79363aaff8c7 100644 --- a/app-misc/multimon/ChangeLog +++ b/app-misc/multimon/ChangeLog @@ -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. diff --git a/app-misc/multimon/multimon-1.0-r1.ebuild b/app-misc/multimon/multimon-1.0-r1.ebuild deleted file mode 100644 index d62807300f97..000000000000 --- a/app-misc/multimon/multimon-1.0-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2009 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.2 2009/09/23 16:05:55 patrick 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="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)" -} |