diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-07-07 17:16:23 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-07-07 17:16:23 +0000 |
commit | dbb4d30632d9ccf4da3fe2cc69321891ebb1d3e3 (patch) | |
tree | e81d5b8e06c4eac01cb673ba7e6f39aeb839f0fc /net-dialup | |
parent | Update dependencies (bug #326585). (diff) | |
download | gentoo-2-dbb4d30632d9ccf4da3fe2cc69321891ebb1d3e3.tar.gz gentoo-2-dbb4d30632d9ccf4da3fe2cc69321891ebb1d3e3.tar.bz2 gentoo-2-dbb4d30632d9ccf4da3fe2cc69321891ebb1d3e3.zip |
Old.
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/minicom/Manifest | 3 | ||||
-rw-r--r-- | net-dialup/minicom/files/minicom-2.3-getline-rename.patch | 111 | ||||
-rw-r--r-- | net-dialup/minicom/minicom-2.3-r2.ebuild | 55 |
3 files changed, 0 insertions, 169 deletions
diff --git a/net-dialup/minicom/Manifest b/net-dialup/minicom/Manifest index 2f4847ac1f0d..70c332c7b15c 100644 --- a/net-dialup/minicom/Manifest +++ b/net-dialup/minicom/Manifest @@ -1,9 +1,6 @@ AUX minicom-2.3-gentoo-runscript.patch 2382 RMD160 962ce7c90ebf0afd835a8ee542a215b543c81516 SHA1 a1eb2b5e81e2a0b7a2ac248bae71e64322c91fcc SHA256 9d79ab8eb2942cdbde2b65ab7958b7c485c83428f31e5644f0f2af2c1d6bffb7 -AUX minicom-2.3-getline-rename.patch 3761 RMD160 08cb8bb94662501372ea7bff365c75562510d659 SHA1 e6ae677d483f42a7f6187a7f2efda886c5cec805 SHA256 6dc394a4b6a246b9307f6db03097868c514b5583d271461317d52992b3443edf AUX minirc.dfl 66 RMD160 a2c022fc9eb61cf202a47110a9cf6744b8b69222 SHA1 650e923892ee800221711cffaf659a123a81a612 SHA256 d7a08c0a5befc155170b8e6009b028c0361e72da6c2c3f55e1858711eaaca5a0 -DIST minicom-2.3.tar.gz 789162 RMD160 562995c04e6ff912d6bcab77b5007eac8950793a SHA1 407c4898a882f14639f30b394805382df0585b50 SHA256 2acbc3d4a07e1134ee285a72fa44bbc27703b02dba02be68db9e6fd8320356fb DIST minicom-2.4.tar.gz 811414 RMD160 252a81c0c424c3009ff2942ecc46f9a9cf136622 SHA1 6b6d61ceae582a75f30f0cca841c52dd829f8918 SHA256 6b7af240b073ba847b091fd75aed4bf720eb94d30e188d23bb098d016bf40a48 -EBUILD minicom-2.3-r2.ebuild 1447 RMD160 32fc801cb61e61c811f4436f8aa3be93eb410dae SHA1 a332826fb4a8a23b26eccb20874fda2b3bd307c6 SHA256 bc03aff904afa466ac2988635cc32ba9cb888151a0039989386d08d1889f17da EBUILD minicom-2.4.ebuild 1432 RMD160 3ff53dbca0ba74e8532f5b0ffde7b47bfa892a74 SHA1 9e4b2b76c0842053cf00781954b0e765e65c2417 SHA256 7199d0cd4cabbede453ca2604380d887b8a00f8f068d19122b48f7c5fa9ba108 MISC ChangeLog 10103 RMD160 9197b0752c0026ad495cf0cdef30763a26558525 SHA1 025d28a22953326e18cea2da82f6ffd507513392 SHA256 23b3c45c2edf88dacea12e944fec633a3f63cbc960efd0f3aa0807ac300a0383 MISC metadata.xml 347 RMD160 f6f4c9350a9198b25f9c9b71e23f5bce17affbf5 SHA1 6f640f41decae78a980f7d698a76a9a050ab3b1b SHA256 9e68a0adb4c54f783787ed3b7cd2d8dc56f6dc58d0998cc0ebcdcb263f4a1d82 diff --git a/net-dialup/minicom/files/minicom-2.3-getline-rename.patch b/net-dialup/minicom/files/minicom-2.3-getline-rename.patch deleted file mode 100644 index 83196604df5c..000000000000 --- a/net-dialup/minicom/files/minicom-2.3-getline-rename.patch +++ /dev/null @@ -1,111 +0,0 @@ ---- minicom-2.3.orig/src/minicom.c 2008-02-02 23:49:53.000000000 +0100 -+++ minicom-2.3/src/minicom.c 2009-06-08 09:42:32.151729441 +0200 -@@ -167,7 +167,7 @@ - #endif /*SIGTSTP*/ - - /* Get a line from either window or scroll back buffer. */ --static ELM *getline(WIN *w, int no) -+static ELM *minic_getline(WIN *w, int no) - { - int i; - static ELM outofrange[MAXCOLS] = {{0,0,0}}; -@@ -205,7 +205,7 @@ - - w->direct = 0; - for (f = 0; f < w->ys; f++) -- mc_wdrawelm(w, f, getline(w, y++)); -+ mc_wdrawelm(w, f, minic_getline(w, y++)); - if (r) - mc_wredraw(w, 1); - w->direct = 1; -@@ -227,7 +227,7 @@ - tmp_line[0]='\0'; - w->direct = 0; - for (f = 0; f < w->ys; f++) { -- tmp_e = getline(w, y++); -+ tmp_e = minic_getline(w, y++); - - /* First we "accumulate" the line into a variable */ - mc_wdrawelm_var(w, tmp_e, tmp_line); -@@ -324,7 +324,7 @@ - - for (next_line = hit_line; next_line <= all_lines; next_line++) { - /* we do 'something' here... :-) */ -- tmp_e = getline(w_hist, next_line); -+ tmp_e = minic_getline(w_hist, next_line); - - /* - * First we "accumulate" the line into a variable. -@@ -379,9 +379,9 @@ - static void drawcite(WIN *w, int y, int citey, int start, int end) - { - if (y+citey >= start && y+citey <= end) -- mc_wdrawelm_inverse(w, y, getline(w, y+citey)); -+ mc_wdrawelm_inverse(w, y, minic_getline(w, y+citey)); - else -- mc_wdrawelm(w, y, getline(w, y+citey)); -+ mc_wdrawelm(w, y, minic_getline(w, y+citey)); - } - - static void drawcite_whole(WIN *w, int y, int start, int end) -@@ -400,7 +400,7 @@ - for (y=start; y<=end; y++) { - vt_send('>'); - vt_send(' '); -- tmp_e = getline(w, y); -+ tmp_e = minic_getline(w, y); - mc_wdrawelm_var(w, tmp_e, tmp_line); - tmp_line[w->xs] = 0; - for (x = w->xs-1; x >= 0; x--) { -@@ -600,7 +600,7 @@ - if (citemode) { - inverse = (y+cite_y >= cite_ystart && y+cite_y <= cite_yend); - } else { -- tmp_e = getline(b_us, y); -+ tmp_e = minic_getline(b_us, y); - if (wcslen(look_for) > 1) { - /* quick scan for pattern match */ - mc_wdrawelm_var(b_us, tmp_e, tmp_line); -@@ -611,9 +611,9 @@ - } - - if (inverse) -- mc_wdrawelm_inverse(b_us, 0, getline(b_us, y)); -+ mc_wdrawelm_inverse(b_us, 0, minic_getline(b_us, y)); - else -- mc_wdrawelm(b_us, 0, getline(b_us, y)); -+ mc_wdrawelm(b_us, 0, minic_getline(b_us, y)); - if (citemode) - mc_wlocate(b_us, 0, cite_y); - mc_wflush(); -@@ -648,7 +648,7 @@ - if (citemode) { - inverse = (y+cite_y >= cite_ystart && y+cite_y <= cite_yend); - } else { -- tmp_e = getline(b_us, y + b_us->ys - 1); -+ tmp_e = minic_getline(b_us, y + b_us->ys - 1); - if (wcslen(look_for) > 1) { - /* quick scan for pattern match */ - mc_wdrawelm_var(b_us, tmp_e, tmp_line); -@@ -660,10 +660,10 @@ - - if (inverse) - mc_wdrawelm_inverse(b_us, b_us->ys - 1, -- getline(b_us, y + b_us->ys - 1)); -+ minic_getline(b_us, y + b_us->ys - 1)); - else - mc_wdrawelm(b_us, b_us->ys - 1, -- getline(b_us, y + b_us->ys - 1)); -+ minic_getline(b_us, y + b_us->ys - 1)); - if (citemode) - mc_wlocate(b_us, 0, cite_y); - mc_wflush(); -@@ -753,7 +753,7 @@ - mc_wlocate(b_st, 0, 0); - mc_wprintf(b_st, hline); - mc_wredraw(b_st, 1); -- mc_wdrawelm_inverse(b_us, cite_y, getline(b_us, cite_ystart)); -+ mc_wdrawelm_inverse(b_us, cite_y, minic_getline(b_us, cite_ystart)); - mc_wlocate(b_us, 0, cite_y); - break; - case K_ESC:
\ No newline at end of file diff --git a/net-dialup/minicom/minicom-2.3-r2.ebuild b/net-dialup/minicom/minicom-2.3-r2.ebuild deleted file mode 100644 index 0ef97c819a82..000000000000 --- a/net-dialup/minicom/minicom-2.3-r2.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/minicom-2.3-r2.ebuild,v 1.5 2009/07/11 20:35:53 josejx Exp $ - -EAPI="2" - -inherit eutils - -STUPID_NUM="2332" - -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" -IUSE="nls" - -COMMON_DEPEND="sys-libs/ncurses" -DEPEND="${COMMON_DEPEND} - nls? ( sys-devel/gettext )" -RDEPEND="${COMMON_DEPEND} - net-dialup/lrzsz" - -# 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 ja nb pl pt_BR ro ru rw sv vi zh_TW" -IUSE="${IUSE} ${MY_AVAILABLE_LINGUAS// / linguas_}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-gentoo-runscript.patch - - #glibc name conflict - epatch "${FILESDIR}"/${P}-getline-rename.patch -} - -src_configure() { - econf --sysconfdir=/etc/${PN} \ - $(use_enable nls) \ - || die "econf failed" -} - -src_install() { - emake install DESTDIR="${D}" || die "einstall failed" - - dodoc AUTHORS ChangeLog NEWS README doc/minicom.FAQ - insinto /etc/minicom - doins "${FILESDIR}"/minirc.dfl -} - -pkg_preinst() { - [[ -s ${ROOT}/etc/minicom/minirc.dfl ]] \ - && rm -f "${D}"/etc/minicom/minirc.dfl -} |