diff options
author | Tim Harder <radhermit@gentoo.org> | 2015-01-19 16:46:42 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2015-01-19 16:46:42 +0000 |
commit | 88b00c09200cae994123bc7abb6711ee7b74c390 (patch) | |
tree | 97f678573dac4792d7217dfa07afe47693dc2480 /net-dialup | |
parent | Drop myself from metadata. (diff) | |
download | gentoo-2-88b00c09200cae994123bc7abb6711ee7b74c390.tar.gz gentoo-2-88b00c09200cae994123bc7abb6711ee7b74c390.tar.bz2 gentoo-2-88b00c09200cae994123bc7abb6711ee7b74c390.zip |
Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4F064CA3)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/minicom/ChangeLog | 8 | ||||
-rw-r--r-- | net-dialup/minicom/minicom-2.5.ebuild | 52 | ||||
-rw-r--r-- | net-dialup/minicom/minicom-2.6.2-r1.ebuild | 56 |
3 files changed, 6 insertions, 110 deletions
diff --git a/net-dialup/minicom/ChangeLog b/net-dialup/minicom/ChangeLog index b7235344df52..bfd6fee5dd0d 100644 --- a/net-dialup/minicom/ChangeLog +++ b/net-dialup/minicom/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dialup/minicom -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/ChangeLog,v 1.104 2014/08/03 06:14:05 tgall Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/ChangeLog,v 1.105 2015/01/19 16:46:42 radhermit Exp $ + + 19 Jan 2015; Tim Harder <radhermit@gentoo.org> -minicom-2.5.ebuild, + -minicom-2.6.2-r1.ebuild: + Remove old. 03 Aug 2014; <tgall@gentoo.org> minicom-2.6.2-r1.ebuild, minicom-2.6.ebuild, minicom-2.7.ebuild: diff --git a/net-dialup/minicom/minicom-2.5.ebuild b/net-dialup/minicom/minicom-2.5.ebuild deleted file mode 100644 index f8c5886d1fd8..000000000000 --- a/net-dialup/minicom/minicom-2.5.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/minicom-2.5.ebuild,v 1.9 2012/03/03 14:49:22 ranger Exp $ - -EAPI="4" - -inherit eutils - -STUPID_NUM="3487" - -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 ~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_install() { - default - insinto /etc/minicom - doins "${FILESDIR}"/minirc.dfl -} - -pkg_preinst() { - [[ -s ${EROOT}/etc/minicom/minirc.dfl ]] \ - && rm -f "${ED}"/etc/minicom/minirc.dfl -} diff --git a/net-dialup/minicom/minicom-2.6.2-r1.ebuild b/net-dialup/minicom/minicom-2.6.2-r1.ebuild deleted file mode 100644 index 1fc5a980ef0d..000000000000 --- a/net-dialup/minicom/minicom-2.6.2-r1.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2014 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.2 2014/08/03 06:14:05 tgall 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 ~arm64 ~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 -} |