summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-24 16:52:26 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-24 16:52:26 +0000
commit5a2a50fea215d65ccb0017ec141e1746c8d7e1f9 (patch)
treecc18e4b978581bff9e600f7ef04d10823b307b86 /app-crypt
parentCleanup ebuild and documentation installation and add a workaround for bug #1... (diff)
downloadhistorical-5a2a50fea215d65ccb0017ec141e1746c8d7e1f9.tar.gz
historical-5a2a50fea215d65ccb0017ec141e1746c8d7e1f9.tar.bz2
historical-5a2a50fea215d65ccb0017ec141e1746c8d7e1f9.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2-r2
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/asedriveiiie-serial/ChangeLog8
-rw-r--r--app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.4.ebuild16
-rw-r--r--app-crypt/asedriveiiie-usb/ChangeLog7
-rw-r--r--app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.4.ebuild8
-rw-r--r--app-crypt/asekey/ChangeLog7
-rw-r--r--app-crypt/asekey/asekey-3.3.ebuild14
-rw-r--r--app-crypt/bestcrypt/ChangeLog5
-rw-r--r--app-crypt/bestcrypt/bestcrypt-1.6_p10-r1.ebuild17
-rw-r--r--app-crypt/cryptoapi/ChangeLog7
-rw-r--r--app-crypt/cryptoapi/cryptoapi-2.4.7.0.ebuild18
-rw-r--r--app-crypt/cryptoapi/files/digest-cryptoapi-2.4.7.02
11 files changed, 63 insertions, 46 deletions
diff --git a/app-crypt/asedriveiiie-serial/ChangeLog b/app-crypt/asedriveiiie-serial/ChangeLog
index f113b69af89e..0c167238dfb3 100644
--- a/app-crypt/asedriveiiie-serial/ChangeLog
+++ b/app-crypt/asedriveiiie-serial/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-crypt/asedriveiiie-serial
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/asedriveiiie-serial/ChangeLog,v 1.1 2006/12/16 11:05:13 alonbl Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/asedriveiiie-serial/ChangeLog,v 1.2 2007/01/24 16:47:57 genone Exp $
+
+ 24 Jan 2007; Marius Mauch <genone@gentoo.org>
+ asedriveiiie-serial-3.4.ebuild:
+ Replacing einfo with elog
*asedriveiiie-serial-3.4 (16 Dec 2006)
diff --git a/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.4.ebuild b/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.4.ebuild
index f2a15309c8b9..c94872e1d17f 100644
--- a/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.4.ebuild
+++ b/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.4.ebuild,v 1.1 2006/12/16 11:05:13 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.4.ebuild,v 1.2 2007/01/24 16:47:57 genone Exp $
DESCRIPTION="ASEDriveIIIe Serial Card Reader"
HOMEPAGE="http://www.athena-scs.com"
@@ -25,10 +25,10 @@ src_install() {
insinto "$(dirname "${conf}")"
newins "etc/reader.conf" "$(basename "${conf}")"
- einfo "NOTICE:"
- einfo "1. update ${conf} file"
- einfo "2. run update-reader.conf, yes this is a command..."
- einfo "3. restart pcscd"
+ elog "NOTICE:"
+ elog "1. update ${conf} file"
+ elog "2. run update-reader.conf, yes this is a command..."
+ elog "3. restart pcscd"
}
pkg_postrm() {
@@ -39,8 +39,8 @@ pkg_postrm() {
if ! [ -f "$(grep LIBPATH "${conf}" | sed 's/LIBPATH *//' | sed 's/ *$//g')" ]; then
rm "${conf}"
update-reader.conf
- einfo "NOTICE:"
- einfo "You need to restart pcscd"
+ elog "NOTICE:"
+ elog "You need to restart pcscd"
fi
}
diff --git a/app-crypt/asedriveiiie-usb/ChangeLog b/app-crypt/asedriveiiie-usb/ChangeLog
index 480f6b432b6c..144e1be6bb9d 100644
--- a/app-crypt/asedriveiiie-usb/ChangeLog
+++ b/app-crypt/asedriveiiie-usb/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-crypt/asedriveiiie-usb
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/asedriveiiie-usb/ChangeLog,v 1.1 2006/12/16 11:04:37 alonbl Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/asedriveiiie-usb/ChangeLog,v 1.2 2007/01/24 16:48:51 genone Exp $
+
+ 24 Jan 2007; Marius Mauch <genone@gentoo.org> asedriveiiie-usb-3.4.ebuild:
+ Replacing einfo with elog
*asedriveiiie-usb-3.4 (16 Dec 2006)
diff --git a/app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.4.ebuild b/app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.4.ebuild
index 05c4507aea98..816c2b90956d 100644
--- a/app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.4.ebuild
+++ b/app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.4.ebuild,v 1.1 2006/12/16 11:04:37 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.4.ebuild,v 1.2 2007/01/24 16:48:51 genone Exp $
DESCRIPTION="ASEDriveIIIe USB Card Reader"
HOMEPAGE="http://www.athena-scs.com"
@@ -19,7 +19,7 @@ src_install() {
dodoc LICENSE
dodoc README
- einfo "NOTICE:"
- einfo "You should restart pcscd."
+ elog "NOTICE:"
+ elog "You should restart pcscd."
}
diff --git a/app-crypt/asekey/ChangeLog b/app-crypt/asekey/ChangeLog
index e280ebf79bde..6d569f3b8302 100644
--- a/app-crypt/asekey/ChangeLog
+++ b/app-crypt/asekey/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-crypt/asekey
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/asekey/ChangeLog,v 1.1 2006/12/16 11:05:46 alonbl Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/asekey/ChangeLog,v 1.2 2007/01/24 16:49:49 genone Exp $
+
+ 24 Jan 2007; Marius Mauch <genone@gentoo.org> asekey-3.3.ebuild:
+ Replacing einfo with elog
*asekey-3.3 (16 Dec 2006)
diff --git a/app-crypt/asekey/asekey-3.3.ebuild b/app-crypt/asekey/asekey-3.3.ebuild
index c072a5bee16e..c83270f3202d 100644
--- a/app-crypt/asekey/asekey-3.3.ebuild
+++ b/app-crypt/asekey/asekey-3.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/asekey/asekey-3.3.ebuild,v 1.1 2006/12/16 11:05:46 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/asekey/asekey-3.3.ebuild,v 1.2 2007/01/24 16:49:49 genone Exp $
DESCRIPTION="ASEKey USB SIM Card Reader"
HOMEPAGE="http://www.athena-scs.com"
@@ -25,9 +25,9 @@ src_install() {
insinto "$(dirname "${conf}")"
newins "etc/reader.conf" "$(basename "${conf}")"
- einfo "NOTICE:"
- einfo "1. run update-reader.conf, yes this is a command..."
- einfo "2. restart pcscd"
+ elog "NOTICE:"
+ elog "1. run update-reader.conf, yes this is a command..."
+ elog "2. restart pcscd"
}
pkg_postrm() {
@@ -38,8 +38,8 @@ pkg_postrm() {
if ! [ -f "$(grep LIBPATH "${conf}" | sed 's/LIBPATH *//' | sed 's/ *$//g')" ]; then
rm "${conf}"
update-reader.conf
- einfo "NOTICE:"
- einfo "You need to restart pcscd"
+ elog "NOTICE:"
+ elog "You need to restart pcscd"
fi
}
diff --git a/app-crypt/bestcrypt/ChangeLog b/app-crypt/bestcrypt/ChangeLog
index e8ccebbec88d..4b2e358e7874 100644
--- a/app-crypt/bestcrypt/ChangeLog
+++ b/app-crypt/bestcrypt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-crypt/bestcrypt
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/ChangeLog,v 1.55 2007/01/23 19:38:17 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/ChangeLog,v 1.56 2007/01/24 16:51:04 genone Exp $
+
+ 24 Jan 2007; Marius Mauch <genone@gentoo.org> bestcrypt-1.6_p10-r1.ebuild:
+ Replacing einfo with elog
23 Jan 2007; Alon Bar-Lev <alonbl@gentoo.org>
-files/bestcrypt-1.6_p2-path.patch, -files/bestcrypt-1.6_p5-gcc41.patch,
diff --git a/app-crypt/bestcrypt/bestcrypt-1.6_p10-r1.ebuild b/app-crypt/bestcrypt/bestcrypt-1.6_p10-r1.ebuild
index c68f2aa46fff..d5d607e558aa 100644
--- a/app-crypt/bestcrypt/bestcrypt-1.6_p10-r1.ebuild
+++ b/app-crypt/bestcrypt/bestcrypt-1.6_p10-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/bestcrypt-1.6_p10-r1.ebuild,v 1.2 2007/01/23 15:52:35 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/bestcrypt-1.6_p10-r1.ebuild,v 1.3 2007/01/24 16:51:04 genone Exp $
inherit flag-o-matic eutils linux-mod toolchain-funcs multilib
@@ -93,17 +93,16 @@ src_install() {
pkg_postinst() {
+ elog "If you are using the serpent or rc6 encryption modules and have any problems,"
+ elog "please submit bugs to http://bugs.gentoo.org because these modules are not part"
+ elog "of the standard distribution of BestCrypt for Linux released by Jetico."
+ elog "For more information on these additional modules:"
+ elog "visit http://www.carceri.dk/index.php?redirect=other_bestcrypt"
- einfo "If you are using the serpent or rc6 encryption modules and have any problems,"
- einfo "please submit bugs to http://bugs.gentoo.org because these modules are not part"
- einfo "of the standard distribution of BestCrypt for Linux released by Jetico."
- einfo "For more information on these additional modules:"
- einfo "visit http://www.carceri.dk/index.php?redirect=other_bestcrypt"
-
- einfo
+ ewarn
ewarn "The BestCrypt drivers are not free - Please purchace a license from "
ewarn "http://www.jetico.com/"
+ ewarn
- einfo
linux-mod_pkg_postinst
}
diff --git a/app-crypt/cryptoapi/ChangeLog b/app-crypt/cryptoapi/ChangeLog
index cc76938ac436..a764f5cad365 100644
--- a/app-crypt/cryptoapi/ChangeLog
+++ b/app-crypt/cryptoapi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-crypt/cryptoapi
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/cryptoapi/ChangeLog,v 1.13 2005/03/12 01:43:26 dragonheart Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/cryptoapi/ChangeLog,v 1.14 2007/01/24 16:52:26 genone Exp $
+
+ 24 Jan 2007; Marius Mauch <genone@gentoo.org> cryptoapi-2.4.7.0.ebuild:
+ Replacing einfo with elog
12 Mar 2005; Daniel Black <dragonheart@gentoo.org> cryptoapi-2.4.7.0.ebuild:
Transition to linux-info eclass
diff --git a/app-crypt/cryptoapi/cryptoapi-2.4.7.0.ebuild b/app-crypt/cryptoapi/cryptoapi-2.4.7.0.ebuild
index 11dd6947e871..6c2a32614bdd 100644
--- a/app-crypt/cryptoapi/cryptoapi-2.4.7.0.ebuild
+++ b/app-crypt/cryptoapi/cryptoapi-2.4.7.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/cryptoapi/cryptoapi-2.4.7.0.ebuild,v 1.24 2005/03/12 01:43:26 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/cryptoapi/cryptoapi-2.4.7.0.ebuild,v 1.25 2007/01/24 16:52:26 genone Exp $
inherit linux-info
@@ -45,12 +45,12 @@ src_install() {
}
pkg_postinst() {
- echo " "
- einfo "Please add cryptoloop to your /etc/modules.autoload."
- echo " If you would like to enable the module now:"
- echo " depmod"
- echo " modprobe cryptoloop"
- einfo "Make sure loopback support is included within your kernel."
- echo " "
+ elog " "
+ elog "Please add cryptoloop to your /etc/modules.autoload."
+ elog " If you would like to enable the module now:"
+ elog " depmod"
+ elog " modprobe cryptoloop"
+ elog "Make sure loopback support is included within your kernel."
+ elog " "
}
diff --git a/app-crypt/cryptoapi/files/digest-cryptoapi-2.4.7.0 b/app-crypt/cryptoapi/files/digest-cryptoapi-2.4.7.0
index af94dc94e4d2..1a5300b9a149 100644
--- a/app-crypt/cryptoapi/files/digest-cryptoapi-2.4.7.0
+++ b/app-crypt/cryptoapi/files/digest-cryptoapi-2.4.7.0
@@ -1 +1,3 @@
MD5 d2d85885bc7fc475ae27fe6b35429a4f cryptoapi-2.4.7.0.tar.gz 219709
+RMD160 c1985ebaaca0e2369fd057521e3f5aec42ecd85d cryptoapi-2.4.7.0.tar.gz 219709
+SHA256 3048596b6e2814bc797524cfbb2aa3e0e4647f97294836849b5d90f3ef28d3ab cryptoapi-2.4.7.0.tar.gz 219709