diff options
-rw-r--r-- | dev-libs/libp11/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/libp11/libp11-0.2.6.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/libp11/libp11-0.2.7.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-libs/libp11/ChangeLog b/dev-libs/libp11/ChangeLog index 187a907d788b..ed9a7f04ee31 100644 --- a/dev-libs/libp11/ChangeLog +++ b/dev-libs/libp11/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libp11 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libp11/ChangeLog,v 1.51 2009/12/15 19:12:24 armin76 Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libp11/ChangeLog,v 1.52 2010/12/17 15:40:56 c1pher Exp $ + + 17 Dec 2010; Dane Smith <c1pher@gentoo.org> libp11-0.2.6.ebuild, + libp11-0.2.7.ebuild: + Shorten description and fix headers to shut repoman up. 15 Dec 2009; Raúl Porcel <armin76@gentoo.org> libp11-0.2.7.ebuild: alpha/ia64/sparc stable wrt #294075 diff --git a/dev-libs/libp11/libp11-0.2.6.ebuild b/dev-libs/libp11/libp11-0.2.6.ebuild index da4d4dabe98c..555d2f09fecc 100644 --- a/dev-libs/libp11/libp11-0.2.6.ebuild +++ b/dev-libs/libp11/libp11-0.2.6.ebuild @@ -1,10 +1,10 @@ -# 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/dev-libs/libp11/libp11-0.2.6.ebuild,v 1.7 2009/09/27 20:06:56 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libp11/libp11-0.2.6.ebuild,v 1.8 2010/12/17 15:40:56 c1pher Exp $ EAPI="2" -DESCRIPTION="Libp11 is a library implementing a small layer on top of PKCS#11 API to make using PKCS#11 implementations easier." +DESCRIPTION="A library implementing a layer on top of PKCS#11 API to make using PKCS#11 implementations easier." HOMEPAGE="http://www.opensc-project.org/libp11/" if [[ "${PV}" = "9999" ]]; then diff --git a/dev-libs/libp11/libp11-0.2.7.ebuild b/dev-libs/libp11/libp11-0.2.7.ebuild index f3c8e27dd607..6b2346ebc297 100644 --- a/dev-libs/libp11/libp11-0.2.7.ebuild +++ b/dev-libs/libp11/libp11-0.2.7.ebuild @@ -1,10 +1,10 @@ -# 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/dev-libs/libp11/libp11-0.2.7.ebuild,v 1.6 2009/12/15 19:12:24 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libp11/libp11-0.2.7.ebuild,v 1.7 2010/12/17 15:40:56 c1pher Exp $ EAPI="2" -DESCRIPTION="Libp11 is a library implementing a small layer on top of PKCS#11 API to make using PKCS#11 implementations easier." +DESCRIPTION="A library implementing a layer on top of PKCS#11 API to make using PKCS#11 implementations easier." HOMEPAGE="http://www.opensc-project.org/libp11/" if [[ "${PV}" = "9999" ]]; then |