diff options
author | Joshua Kinard <kumba@gentoo.org> | 2004-04-13 23:05:58 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2004-04-13 23:05:58 +0000 |
commit | 547347072078afd73ac18781031564c36a55578c (patch) | |
tree | 61ff5eb09835ee47117baf7e39f763260c1a6b52 /net-dialup | |
parent | Marked stable on mips. (Manifest recommit) (diff) | |
download | gentoo-2-547347072078afd73ac18781031564c36a55578c.tar.gz gentoo-2-547347072078afd73ac18781031564c36a55578c.tar.bz2 gentoo-2-547347072078afd73ac18781031564c36a55578c.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..42c5f47bd1b9 100644 --- a/net-dialup/xc/Manifest +++ b/net-dialup/xc/Manifest @@ -1,8 +1,8 @@ -MD5 166386bbb96bb9435673513a66000e49 ChangeLog 1293 +MD5 03d8189e9b4b9083fc15c34e827c0829 ChangeLog 1399 MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163 +MD5 88f56c628ec227b56f9abe93c340cfe3 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}" |