summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Schiffbauer <mschiff@gentoo.org>2012-08-14 19:43:10 +0000
committerMarc Schiffbauer <mschiff@gentoo.org>2012-08-14 19:43:10 +0000
commitd93617ce39b5d11cc235b47f53b5ad4c795ff6dc (patch)
tree817b730b4b002f9071f751dfbeac12aa9a587947 /dev-libs/softhsm
parentAdd ree18. (diff)
downloadgentoo-2-d93617ce39b5d11cc235b47f53b5ad4c795ff6dc.tar.gz
gentoo-2-d93617ce39b5d11cc235b47f53b5ad4c795ff6dc.tar.bz2
gentoo-2-d93617ce39b5d11cc235b47f53b5ad4c795ff6dc.zip
Version bump. Drop old version.
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/softhsm')
-rw-r--r--dev-libs/softhsm/ChangeLog8
-rw-r--r--dev-libs/softhsm/softhsm-1.3.3.ebuild (renamed from dev-libs/softhsm/softhsm-1.3.1-r1.ebuild)18
2 files changed, 9 insertions, 17 deletions
diff --git a/dev-libs/softhsm/ChangeLog b/dev-libs/softhsm/ChangeLog
index f3011e3bdaab..a1d9af0bac7e 100644
--- a/dev-libs/softhsm/ChangeLog
+++ b/dev-libs/softhsm/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-libs/softhsm
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/softhsm/ChangeLog,v 1.7 2012/03/20 16:51:56 mschiff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/softhsm/ChangeLog,v 1.8 2012/08/14 19:43:10 mschiff Exp $
+
+*softhsm-1.3.3 (14 Aug 2012)
+
+ 14 Aug 2012; Marc Schiffbauer <mschiff@gentoo.org> -softhsm-1.3.1-r1.ebuild,
+ +softhsm-1.3.3.ebuild:
+ Version bump. Drop old version.
*softhsm-1.3.2 (20 Mar 2012)
diff --git a/dev-libs/softhsm/softhsm-1.3.1-r1.ebuild b/dev-libs/softhsm/softhsm-1.3.3.ebuild
index e8205cb8b22a..8db6f2d45752 100644
--- a/dev-libs/softhsm/softhsm-1.3.1-r1.ebuild
+++ b/dev-libs/softhsm/softhsm-1.3.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/softhsm/softhsm-1.3.1-r1.ebuild,v 1.1 2012/01/25 22:34:15 mschiff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/softhsm/softhsm-1.3.3.ebuild,v 1.1 2012/08/14 19:43:10 mschiff Exp $
EAPI=4
@@ -31,19 +31,5 @@ src_configure() {
src_install() {
default
- find "${ED}" -name '*.la' -exec rm -f {} +
-}
-
-pkg_postinst() {
- ewarn "Please note: The system path of this library has changed."
- ewarn ""
- ewarn "Applications using the full path to libsofthsm.so in their"
- ewarn "configuration need to be updated."
- ewarn ""
- ewarn "Old path: /usr/lib/libsofthsm.so"
- ewarn "New path: /usr/lib/softhsm/libsofthsm.so"
- ewarn ""
- ewarn "Please update your configuration accordingly."
- ewarn ""
- ewarn "net-dns/opendnssec users: That means you"
+ find "${ED}" -name '*.la' -delete
}