* [gentoo-commits] gentoo-x86 commit in net-dialup/minicom: ChangeLog minicom-2.6.2-r1.ebuild minicom-2.6.2.ebuild
@ 2013-10-30 8:43 Sergey Popov (pinkbyte)
0 siblings, 0 replies; only message in thread
From: Sergey Popov (pinkbyte) @ 2013-10-30 8:43 UTC (permalink / raw
To: gentoo-commits
pinkbyte 13/10/30 08:43:27
Modified: ChangeLog
Added: minicom-2.6.2-r1.ebuild
Removed: minicom-2.6.2.ebuild
Log:
Revision bump: respect AR, wrt bug #489734, thanks to Mikle Kolyada for discovering this issue. Drop old revision
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Revision Changes Path
1.101 net-dialup/minicom/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/minicom/ChangeLog?rev=1.101&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/minicom/ChangeLog?rev=1.101&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/minicom/ChangeLog?r1=1.100&r2=1.101
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/minicom/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog 6 Apr 2013 23:53:35 -0000 1.100
+++ ChangeLog 30 Oct 2013 08:43:27 -0000 1.101
@@ -1,6 +1,13 @@
# ChangeLog for net-dialup/minicom
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/ChangeLog,v 1.100 2013/04/06 23:53:35 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/ChangeLog,v 1.101 2013/10/30 08:43:27 pinkbyte Exp $
+
+*minicom-2.6.2-r1 (30 Oct 2013)
+
+ 30 Oct 2013; Sergey Popov <pinkbyte@gentoo.org> -minicom-2.6.2.ebuild,
+ +minicom-2.6.2-r1.ebuild:
+ Revision bump: respect AR, wrt bug #489734, thanks to Mikle Kolyada for
+ discovering this issue. Drop old revision
*minicom-2.6.2 (06 Apr 2013)
1.1 net-dialup/minicom/minicom-2.6.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/minicom/minicom-2.6.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/minicom/minicom-2.6.2-r1.ebuild?rev=1.1&content-type=text/plain
Index: minicom-2.6.2-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/minicom-2.6.2-r1.ebuild,v 1.1 2013/10/30 08:43:27 pinkbyte Exp $
EAPI=5
inherit eutils toolchain-funcs
STUPID_NUM="3869"
DESCRIPTION="Serial Communication Program"
HOMEPAGE="http://alioth.debian.org/projects/minicom"
SRC_URI="http://alioth.debian.org/download.php/${STUPID_NUM}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux"
IUSE="nls"
COMMON_DEPEND="sys-libs/ncurses"
DEPEND="${COMMON_DEPEND}
nls? ( sys-devel/gettext )"
RDEPEND="${COMMON_DEPEND}
net-dialup/lrzsz"
DOCS="AUTHORS ChangeLog NEWS README doc/minicom.FAQ"
# Supported languages and translated documentation
# Be sure all languages are prefixed with a single space!
MY_AVAILABLE_LINGUAS=" cs da de es fi fr hu id ja nb pl pt_BR ro ru rw sv vi zh_TW"
IUSE="${IUSE} ${MY_AVAILABLE_LINGUAS// / linguas_}"
src_prepare() {
epatch "${FILESDIR}"/${PN}-2.3-gentoo-runscript.patch
}
src_configure() {
econf \
--sysconfdir="${EPREFIX}"/etc/${PN} \
$(use_enable nls)
}
src_compile() {
emake AR="$(tc-getAR)"
}
src_install() {
default
insinto /etc/minicom
doins "${FILESDIR}"/minirc.dfl
}
pkg_preinst() {
[[ -s ${EROOT}/etc/minicom/minirc.dfl ]] \
&& rm -f "${ED}"/etc/minicom/minirc.dfl
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-10-30 8:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-30 8:43 [gentoo-commits] gentoo-x86 commit in net-dialup/minicom: ChangeLog minicom-2.6.2-r1.ebuild minicom-2.6.2.ebuild Sergey Popov (pinkbyte)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox