diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-18 19:13:05 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-18 19:13:05 +0000 |
commit | df7bd41b932f81d0599a57d3217ce99312d22800 (patch) | |
tree | e48efc36582250bc44a351f36f9e65579c71bef6 /net-misc | |
parent | Allow NULL titles to be passed to xmms_charset_recode_id3(). Closes bug #492... (diff) | |
download | gentoo-2-df7bd41b932f81d0599a57d3217ce99312d22800.tar.gz gentoo-2-df7bd41b932f81d0599a57d3217ce99312d22800.tar.bz2 gentoo-2-df7bd41b932f81d0599a57d3217ce99312d22800.zip |
Mark 2.3.2 stable everywhere, trim 2.3.1 ebuild
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/keychain/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/keychain/files/digest-keychain-2.3.1 | 1 | ||||
-rw-r--r-- | net-misc/keychain/keychain-2.3.1.ebuild | 24 | ||||
-rw-r--r-- | net-misc/keychain/keychain-2.3.2.ebuild | 4 |
4 files changed, 7 insertions, 28 deletions
diff --git a/net-misc/keychain/ChangeLog b/net-misc/keychain/ChangeLog index 811ecc89a01c..45a35ea41780 100644 --- a/net-misc/keychain/ChangeLog +++ b/net-misc/keychain/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/keychain # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/ChangeLog,v 1.24 2004/06/17 02:37:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/ChangeLog,v 1.25 2004/06/18 19:13:05 agriffis Exp $ + + 18 Jun 2004; Aron Griffis <agriffis@gentoo.org> -keychain-2.3.1.ebuild, + keychain-2.3.2.ebuild: + Mark 2.3.2 stable everywhere, trim 2.3.1 ebuild *keychain-2.3.2 (16 Jun 2004) diff --git a/net-misc/keychain/files/digest-keychain-2.3.1 b/net-misc/keychain/files/digest-keychain-2.3.1 deleted file mode 100644 index 099848435bcf..000000000000 --- a/net-misc/keychain/files/digest-keychain-2.3.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 2fd73a0c89fe23aa5eb49034d790cb5a keychain-2.3.1.tar.bz2 23520 diff --git a/net-misc/keychain/keychain-2.3.1.ebuild b/net-misc/keychain/keychain-2.3.1.ebuild deleted file mode 100644 index 7ed4dc95dafd..000000000000 --- a/net-misc/keychain/keychain-2.3.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/keychain-2.3.1.ebuild,v 1.1 2004/06/03 23:18:26 agriffis Exp $ - -DESCRIPTION="ssh-agent manager" -HOMEPAGE="http://www.gentoo.org/proj/en/keychain.xml" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND="virtual/glibc" -RDEPEND="${DEPEND} - app-shells/bash - sys-apps/coreutils - || ( net-misc/openssh net-misc/ssh )" - -src_install() { - dobin keychain || die "dobin failed" - dodoc ChangeLog COPYING keychain.pod README || die "dodoc failed" - doman keychain.1 || die "doman failed" -} diff --git a/net-misc/keychain/keychain-2.3.2.ebuild b/net-misc/keychain/keychain-2.3.2.ebuild index 214d021e1a1f..8a10cf5af9f9 100644 --- a/net-misc/keychain/keychain-2.3.2.ebuild +++ b/net-misc/keychain/keychain-2.3.2.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-misc/keychain/keychain-2.3.2.ebuild,v 1.1 2004/06/17 02:37:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/keychain-2.3.2.ebuild,v 1.2 2004/06/18 19:13:05 agriffis Exp $ DESCRIPTION="ssh-agent manager" HOMEPAGE="http://www.gentoo.org/proj/en/keychain.xml" SRC_URI="mirror://gentoo/${P}.tar.bz2 http://dev.gentoo.org/~agriffis/keychain/${P}.tar.bz2" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 s390 sparc x86" LICENSE="GPL-2" SLOT="0" IUSE="" |