diff options
author | 2004-04-13 23:05:58 +0000 | |
---|---|---|
committer | 2004-04-13 23:05:58 +0000 | |
commit | c87b092ba19361fb82a0721950a6a3ca150c6391 (patch) | |
tree | 2712f0c57bcf333cb0e4f336ab00bc5329ba2115 /net-dialup | |
parent | Marked stable on mips. (diff) | |
download | historical-c87b092ba19361fb82a0721950a6a3ca150c6391.tar.gz historical-c87b092ba19361fb82a0721950a6a3ca150c6391.tar.bz2 historical-c87b092ba19361fb82a0721950a6a3ca150c6391.zip |
Marked stable on x86, sparc, mips.
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/xc/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/xc/Manifest | 8 | ||||
-rw-r--r-- | net-dialup/xc/xc-4.3.2-r1.ebuild | 4 |
3 files changed, 10 insertions, 7 deletions
diff --git a/net-dialup/xc/ChangeLog b/net-dialup/xc/ChangeLog index 5c912c629be7..6664b2de6578 100644 --- a/net-dialup/xc/ChangeLog +++ b/net-dialup/xc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/xc # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/ChangeLog,v 1.7 2004/01/16 10:50:38 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/ChangeLog,v 1.8 2004/04/13 23:05:58 kumba Exp $ + + 13 Apr 2004; Joshua Kinard <kumba@gentoo.org> xc-4.3.2-r1.ebuild: + Marked stable on x86, sparc, mips. *xc-4.3.2-r1 (16 Jan 2004) diff --git a/net-dialup/xc/Manifest b/net-dialup/xc/Manifest index 2ec8cacd428b..0b1d64376ec0 100644 --- a/net-dialup/xc/Manifest +++ b/net-dialup/xc/Manifest @@ -1,8 +1,8 @@ -MD5 166386bbb96bb9435673513a66000e49 ChangeLog 1293 +MD5 3a2f5cc56f3745e74e2a110ca9e0dbef ChangeLog 1399 MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163 +MD5 b05b6d2ec44441b68fca057ce4d8555b xc-4.3.2-r1.ebuild 1155 MD5 acfc233b27774e10007e47dbf9550941 xc-4.3.2.ebuild 852 -MD5 3f22b414a6388c46c40de822d7cb1012 xc-4.3.2-r1.ebuild 1158 MD5 a19ff63623f36ba8624bf50f382e210c files/digest-xc-4.3.2 60 -MD5 80e981efed033a8eaaa0c0e632eee1ae files/xc-4.3.2-gentoo.diff 1905 -MD5 d6b646fa4989aba362ce50ae2b1907e5 files/xc-4.3.2-add-115200.patch 246 MD5 a19ff63623f36ba8624bf50f382e210c files/digest-xc-4.3.2-r1 60 +MD5 d6b646fa4989aba362ce50ae2b1907e5 files/xc-4.3.2-add-115200.patch 246 +MD5 80e981efed033a8eaaa0c0e632eee1ae files/xc-4.3.2-gentoo.diff 1905 diff --git a/net-dialup/xc/xc-4.3.2-r1.ebuild b/net-dialup/xc/xc-4.3.2-r1.ebuild index 4197f762cbe7..82ea731d3783 100644 --- a/net-dialup/xc/xc-4.3.2-r1.ebuild +++ b/net-dialup/xc/xc-4.3.2-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r1.ebuild,v 1.2 2004/01/16 10:52:29 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r1.ebuild,v 1.3 2004/04/13 23:05:58 kumba Exp $ DESCRIPTION="unix dialout program" HOMEPAGE="http://www.ibiblio.org/pub/Linux/apps/serialcomm/dialout/" SRC_URI="http://www.ibiblio.org/pub/Linux/apps/serialcomm/dialout/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~x86 ~sparc ~mips" +KEYWORDS="x86 sparc mips" DEPEND="sys-libs/libtermcap-compat" RDEPEND="" S="${WORKDIR}/${P}" |