diff options
author | Alin Năstac <mrness@gentoo.org> | 2007-07-11 04:55:43 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2007-07-11 04:55:43 +0000 |
commit | d8ffbf47c68adb372a4794f3e281ee711dfca30a (patch) | |
tree | 4a36b679e401a393e5c64a3f7937330c796b7469 | |
parent | Remove obsolete versions. (diff) | |
download | gentoo-2-d8ffbf47c68adb372a4794f3e281ee711dfca30a.tar.gz gentoo-2-d8ffbf47c68adb372a4794f3e281ee711dfca30a.tar.bz2 gentoo-2-d8ffbf47c68adb372a4794f3e281ee711dfca30a.zip |
Remove obsolete versions.
(Portage version: 2.1.2.7)
-rw-r--r-- | net-dialup/minicom/ChangeLog | 8 | ||||
-rw-r--r-- | net-dialup/minicom/files/digest-minicom-2.1-r2 | 3 | ||||
-rw-r--r-- | net-dialup/minicom/files/digest-minicom-2.2 | 3 | ||||
-rw-r--r-- | net-dialup/minicom/files/minicom-2.1-gcc4.patch | 12 | ||||
-rw-r--r-- | net-dialup/minicom/files/minicom-2.1-gentoo-runscript.patch | 55 | ||||
-rw-r--r-- | net-dialup/minicom/files/minicom-2.1-memcpy-bounds.diff | 14 | ||||
-rw-r--r-- | net-dialup/minicom/minicom-2.1-r2.ebuild | 56 | ||||
-rw-r--r-- | net-dialup/minicom/minicom-2.2.ebuild | 52 |
8 files changed, 7 insertions, 196 deletions
diff --git a/net-dialup/minicom/ChangeLog b/net-dialup/minicom/ChangeLog index 3b9f61d3c3cc..22a62f87fad9 100644 --- a/net-dialup/minicom/ChangeLog +++ b/net-dialup/minicom/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-dialup/minicom # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/ChangeLog,v 1.60 2007/06/10 07:57:07 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/ChangeLog,v 1.61 2007/07/11 04:55:43 mrness Exp $ + + 11 Jul 2007; Alin Năstac <mrness@gentoo.org> + -files/minicom-2.1-gcc4.patch, -files/minicom-2.1-gentoo-runscript.patch, + -files/minicom-2.1-memcpy-bounds.diff, -minicom-2.1-r2.ebuild, + -minicom-2.2.ebuild: + Remove obsolete versions. 10 Jun 2007; Markus Rothe <corsair@gentoo.org> minicom-2.2-r1.ebuild: Stable on ppc64 - now really; bug #180120 diff --git a/net-dialup/minicom/files/digest-minicom-2.1-r2 b/net-dialup/minicom/files/digest-minicom-2.1-r2 deleted file mode 100644 index 0c1f5540237a..000000000000 --- a/net-dialup/minicom/files/digest-minicom-2.1-r2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 1c8f3b247c38fb16c3c2170df9fc102a minicom-2.1.tar.gz 607939 -RMD160 58121cf29991a92914acee855d6e86486c6d370d minicom-2.1.tar.gz 607939 -SHA256 7f04535b3839fbbb0affa780108c32c330b924caf4e41dacd57dd23aa1fec392 minicom-2.1.tar.gz 607939 diff --git a/net-dialup/minicom/files/digest-minicom-2.2 b/net-dialup/minicom/files/digest-minicom-2.2 deleted file mode 100644 index 958a4ac5684f..000000000000 --- a/net-dialup/minicom/files/digest-minicom-2.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 13933c8777839f00e3730df23599dc93 minicom-2.2.tar.gz 720536 -RMD160 2796e731078507160c466e952f3c9f6144b9c3f4 minicom-2.2.tar.gz 720536 -SHA256 cc0406714ece77f5b1b1cb9e85e937531de556a72f962a3532c02da41b154d64 minicom-2.2.tar.gz 720536 diff --git a/net-dialup/minicom/files/minicom-2.1-gcc4.patch b/net-dialup/minicom/files/minicom-2.1-gcc4.patch deleted file mode 100644 index b85238859edb..000000000000 --- a/net-dialup/minicom/files/minicom-2.1-gcc4.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur minicom-2.1-orig/src/window.c minicom-2.1/src/window.c ---- minicom-2.1-orig/src/window.c 2005-05-28 19:59:42.000000000 -0400 -+++ minicom-2.1/src/window.c 2005-05-28 20:00:22.000000000 -0400 -@@ -62,7 +62,7 @@ - static char *CS, *SF, *SR, *VB, *BL; - static char *VE, *VI, *KS, *KE; - static char *CD, *CL, *IC, *DC; --static char *BC, *CR, *NL; -+static char *CR, *NL; - #if ST_LINE - static char *TS, *FS, *DS; - #endif diff --git a/net-dialup/minicom/files/minicom-2.1-gentoo-runscript.patch b/net-dialup/minicom/files/minicom-2.1-gentoo-runscript.patch deleted file mode 100644 index b67006d3708f..000000000000 --- a/net-dialup/minicom/files/minicom-2.1-gentoo-runscript.patch +++ /dev/null @@ -1,55 +0,0 @@ -diff -Nru minicom-2.1.orig/extras/scriptdemo minicom-2.1/extras/scriptdemo ---- minicom-2.1.orig/extras/scriptdemo 2003-03-30 21:55:39.000000000 +0300 -+++ minicom-2.1/extras/scriptdemo 2005-12-12 23:59:40.447479750 +0200 -@@ -1,5 +1,5 @@ - # A little demonstration of the possibilities of "runscript". --# This script can be executed by typing: "runscript scriptdemo". -+# This script can be executed by typing: "/usr/bin/runscript scriptdemo". - # - # Adjust the stty's below to your system: BSD-like or SysV-like. - # Linux ofcourse accepts both :-) -diff -Nru minicom-2.1.orig/man/minicom.1 minicom-2.1/man/minicom.1 ---- minicom-2.1.orig/man/minicom.1 2003-04-26 10:31:06.000000000 +0300 -+++ minicom-2.1/man/minicom.1 2005-12-12 23:59:04.861255750 +0200 -@@ -414,7 +414,7 @@ - .TP 0.5i - .B D - Script program - Which program to use as the script interpreter. Defaults to the --program "runscript", but if you want to use something else (eg, -+program "/usr/bin/runscript", but if you want to use something else (eg, - /bin/sh or "expect") it is possible. Stdin and stdout are connected - to the modem, stderr to the screen. - .RS 0.5i -diff -Nru minicom-2.1.orig/man/runscript.1 minicom-2.1/man/runscript.1 ---- minicom-2.1.orig/man/runscript.1 2003-03-30 21:55:42.000000000 +0300 -+++ minicom-2.1/man/runscript.1 2005-12-13 00:02:40.698744750 +0200 -@@ -7,7 +7,7 @@ - .SH NAME - runscript \- script interpreter for minicom - .SH SYNOPSIS --.B runscript -+.B /usr/bin/runscript - .RI "scriptname [logfile [homedir]]" - .SH DESCRIPTION - .B runscript -diff -Nru minicom-2.1.orig/src/rwconf.c minicom-2.1/src/rwconf.c ---- minicom-2.1.orig/src/rwconf.c 2003-04-13 01:52:20.000000000 +0300 -+++ minicom-2.1/src/rwconf.c 2005-12-12 23:58:47.356161750 +0200 -@@ -119,7 +119,7 @@ - { N_("No"), PRIVATE, "kermreal" }, - { "3", PUBLIC, "colusage" }, - /* The script program */ -- { "runscript", PUBLIC, "scriptprog" }, -+ { "/usr/bin/runscript", PUBLIC, "scriptprog" }, - /* Modem parameters */ - { "~^M~AT S7=45 S0=0 L1 V1 X4 &c1 E1 Q0^M", PUBLIC, "minit" }, - { "^M~ATZ^M~", PUBLIC, "mreset" }, -@@ -253,7 +253,7 @@ - int lineno = 0; - int matched; - -- if (init) strcpy(P_SCRIPTPROG, "runscript"); -+ if (init) strcpy(P_SCRIPTPROG, "/usr/bin/runscript"); - - while(fgets(line, 80, fp) != (char *)0) { - diff --git a/net-dialup/minicom/files/minicom-2.1-memcpy-bounds.diff b/net-dialup/minicom/files/minicom-2.1-memcpy-bounds.diff deleted file mode 100644 index 64e64400202c..000000000000 --- a/net-dialup/minicom/files/minicom-2.1-memcpy-bounds.diff +++ /dev/null @@ -1,14 +0,0 @@ ---- src/window.c.orig 2004-02-26 23:47:07.000000000 -0500 -+++ src/window.c 2004-02-26 23:46:24.000000000 -0500 -@@ -1583,7 +1583,11 @@ int move; - x = w->x1 + w->curx; - oldx = w->curx; - len = w->xs - w->curx; -+#ifdef NO_BOUNDS_CHECKING - memcpy(buf, gmap + COLS * y + x, sizeof(ELM) * len); -+#else -+ memcpy(buf, gmap + COLS * y + x, ((sizeof(ELM) * len) < sizeof(buf)) ? (sizeof(ELM) * len) : sizeof(buf) ); -+#endif - - /* Now, put the new character on screen. */ - wputc(w, c); diff --git a/net-dialup/minicom/minicom-2.1-r2.ebuild b/net-dialup/minicom/minicom-2.1-r2.ebuild deleted file mode 100644 index cb2c70e1cf74..000000000000 --- a/net-dialup/minicom/minicom-2.1-r2.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/minicom-2.1-r2.ebuild,v 1.13 2007/03/10 14:52:00 vapier Exp $ - -inherit eutils flag-o-matic - -DESCRIPTION="Serial Communication Program" -HOMEPAGE="http://alioth.debian.org/projects/minicom" -SRC_URI="http://alioth.debian.org/download.php/123/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86" -IUSE="" - -DEPEND=">=sys-libs/ncurses-5.2-r3" -RDEPEND="${DEPEND} - net-dialup/lrzsz" - -src_unpack() { - unpack ${A} - cd "${S}" - # solar@gentoo.org (Mar 24 2004) - # propolice/ssp caught minicom going out of bounds here. - epatch "${FILESDIR}"/${P}-memcpy-bounds.diff - epatch "${FILESDIR}"/${P}-gcc4.patch - epatch "${FILESDIR}"/${P}-gentoo-runscript.patch -} - -src_compile() { - # avoid lazy binding (minicom is sgided) - append-ldflags $(bindnow-flags) - - econf --sysconfdir=/etc/${PN} || die "econf failed" - emake || die "emake failed" -} - -src_install() { - einstall || die "einstall failed" - - #minicom must be uucp sgided is needed for being able to lock serial ports - #when run as simple user - fowners root:uucp /usr/bin/minicom - fperms g+s /usr/bin/minicom - - dodoc doc/minicom.FAQ - insinto /etc/minicom - doins "${FILESDIR}"/minirc.dfl - - dodoc AUTHORS ChangeLog NEWS README -} - -pkg_preinst() { - [[ -s /etc/minicom/minirc.dfl ]] \ - && rm -f "${D}"/etc/minicom/minirc.dfl -} diff --git a/net-dialup/minicom/minicom-2.2.ebuild b/net-dialup/minicom/minicom-2.2.ebuild deleted file mode 100644 index fa5e524aa776..000000000000 --- a/net-dialup/minicom/minicom-2.2.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/minicom-2.2.ebuild,v 1.8 2007/05/12 08:03:45 kumba Exp $ - -inherit eutils flag-o-matic - -STUPID_NUM="1806" - -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 sh sparc x86" -IUSE="" - -DEPEND=">=sys-libs/ncurses-5.2-r3" -RDEPEND="${DEPEND} - net-dialup/lrzsz" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-gentoo-runscript.patch - epatch "${FILESDIR}"/${P}-one-off.patch -} - -src_compile() { - # avoid lazy binding (minicom is sgided) - append-ldflags $(bindnow-flags) - econf --sysconfdir=/etc/${PN} || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake install DESTDIR="${D}" || die "einstall failed" - - # minicom must be uucp sgided is needed for being able to - # lock serial ports when run as simple user - fowners root:uucp /usr/bin/minicom - fperms g+s /usr/bin/minicom - - dodoc AUTHORS ChangeLog NEWS README doc/minicom.FAQ - insinto /etc/minicom - doins "${FILESDIR}"/minirc.dfl -} - -pkg_preinst() { - [[ -s /etc/minicom/minirc.dfl ]] \ - && rm -f "${D}"/etc/minicom/minirc.dfl -} |