diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-01-11 18:00:37 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-01-11 18:00:37 +0000 |
commit | 2eb3f32ff5943e43857e476b33cb1c84014f9b6a (patch) | |
tree | f855b0e73cadb9ea3f75a9549d70565973724554 /sys-auth/skey | |
parent | Remove functions from ccc.eclass as its going to be removed (diff) | |
download | gentoo-2-2eb3f32ff5943e43857e476b33cb1c84014f9b6a.tar.gz gentoo-2-2eb3f32ff5943e43857e476b33cb1c84014f9b6a.tar.bz2 gentoo-2-2eb3f32ff5943e43857e476b33cb1c84014f9b6a.zip |
Remove functions from ccc.eclass as its going to be removed
(Portage version: 2.1.6.13/cvs/Linux ia64)
Diffstat (limited to 'sys-auth/skey')
-rw-r--r-- | sys-auth/skey/ChangeLog | 7 | ||||
-rw-r--r-- | sys-auth/skey/skey-1.1.5-r7.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-auth/skey/ChangeLog b/sys-auth/skey/ChangeLog index 6d5cf370d728..f78b146a166d 100644 --- a/sys-auth/skey/ChangeLog +++ b/sys-auth/skey/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/skey -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v 1.11 2009/05/13 12:30:22 ulm Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/ChangeLog,v 1.12 2010/01/11 18:00:37 armin76 Exp $ + + 11 Jan 2010; Raúl Porcel <armin76@gentoo.org> skey-1.1.5-r7.ebuild: + Remove functions from ccc.eclass as its going to be removed 13 May 2009; Ulrich Mueller <ulm@gentoo.org> skey-1.1.5-r7.ebuild: Change HOMEPAGE; old page does not exist any more. Keep /etc/skey directory. diff --git a/sys-auth/skey/skey-1.1.5-r7.ebuild b/sys-auth/skey/skey-1.1.5-r7.ebuild index 27f5008eb20f..70db16a80e2d 100644 --- a/sys-auth/skey/skey-1.1.5-r7.ebuild +++ b/sys-auth/skey/skey-1.1.5-r7.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/skey-1.1.5-r7.ebuild,v 1.10 2009/05/13 12:30:22 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/skey/skey-1.1.5-r7.ebuild,v 1.11 2010/01/11 18:00:37 armin76 Exp $ -inherit flag-o-matic ccc eutils toolchain-funcs +inherit flag-o-matic eutils toolchain-funcs DESCRIPTION="Linux Port of OpenBSD Single-key Password System" HOMEPAGE="http://www.openbsd.org/faq/faq8.html#SKey" @@ -117,3 +117,4 @@ pkg_postinst() { elog "For an introduction into using s/key authentication, take" elog "a look at the EXAMPLES section from the skey(1) manpage." } + |