# ChangeLog for dev-libs/libnl
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.15 2007/01/14 11:07:20 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.16 2007/02/01 20:32:52 jokey Exp $
+
+ 01 Feb 2007; Markus Ullmann <jokey@gentoo.org> -libnl-1.0_pre5.ebuild:
+ cleanup
14 Jan 2007; Markus Rothe <corsair@gentoo.org> libnl-0.5.0.ebuild,
libnl-1.0_pre5.ebuild, libnl-1.0_pre6.ebuild:
+++ /dev/null
-MD5 2cece8968bb36b4cc34b907b6e3c2178 libnl-1.0-pre5.tar.gz 248372
-RMD160 d1dab3f1e4da8c6af00dededba13c62fbc2e310d libnl-1.0-pre5.tar.gz 248372
-SHA256 edb70975428776dccd5abdf74380e353a4199ee0d9b14d8e0c267dd64d015707 libnl-1.0-pre5.tar.gz 248372
+++ /dev/null
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-1.0_pre5.ebuild,v 1.4 2007/01/14 11:07:20 corsair Exp $
-
-inherit versionator eutils multilib
-
-MY_PF=$(replace_version_separator '_' '-' ${PF})
-S="${WORKDIR}/${MY_PF}"
-
-DESCRIPTION="A library for applications dealing with netlink sockets"
-HOMEPAGE="http://people.suug.ch/~tgr/libnl/"
-SRC_URI="http://people.suug.ch/~tgr/libnl/files/${MY_PF}.tar.gz"
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~hppa ~ppc ~ppc64 ~x86"
-IUSE=""
-
-src_install() {
- emake DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)" install || die \
- "emake install failed"
- dodoc ChangeLog
-}
# ChangeLog for dev-libs/libprelude
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libprelude/ChangeLog,v 1.50 2007/01/07 01:17:02 cedk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libprelude/ChangeLog,v 1.51 2007/02/01 20:37:23 jokey Exp $
+
+ 01 Feb 2007; Markus Ullmann <jokey@gentoo.org>
+ -libprelude-0.8.10-r1.ebuild, -libprelude-0.9.9.ebuild,
+ -libprelude-0.9.10.ebuild:
+ cleanup
*libprelude-0.9.12.1 (07 Jan 2007)
+++ /dev/null
-MD5 68171b170d1f8ad7e38f949391e6b227 libprelude-0.8.10.tar.gz 898214
+++ /dev/null
-MD5 803703791acd7410ce3540f0ea9fcb1b libprelude-0.9.10.tar.gz 1786722
-RMD160 fbe90eebd9a96dd9d4e5d501938beff7039dbe0b libprelude-0.9.10.tar.gz 1786722
-SHA256 28c2ee799f57edf87d8550bdcc05088c66c62bbd49d0a37d298ecaa2f8744847 libprelude-0.9.10.tar.gz 1786722
+++ /dev/null
-MD5 dc416fa0ef9ed792a84a43cb8a9f6025 libprelude-0.9.9.tar.gz 1760237
-RMD160 bba403f2a3c097350b58061dcde7794236c5b9fc libprelude-0.9.9.tar.gz 1760237
-SHA256 cf713230c2a2f3a9c637abe0cae24b56bb625eee1255dda2f04e0d21645cbc77 libprelude-0.9.9.tar.gz 1760237
+++ /dev/null
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libprelude/libprelude-0.8.10-r1.ebuild,v 1.5 2005/05/11 15:29:21 blubb Exp $
-
-DESCRIPTION="Prelude-IDS Framework Library"
-HOMEPAGE="http://www.prelude-ids.org/"
-SRC_URI="http://www.prelude-ids.org/download/releases/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc sparc alpha ia64 amd64"
-IUSE="ssl"
-
-DEPEND="virtual/libc
- ssl? ( dev-libs/openssl )"
-
-# doc? ( dev-util/gtk-doc )"
-# Doc disabled as per bug 77575
-
-src_compile() {
- local myconf
-
- use ssl && myconf="${myconf} --enable-openssl" || myconf="${myconf} --enable-openssl=no"
- # use doc && myconf="${myconf} --enable-gtk-doc" || myconf="${myconf} --enable-gtk-doc=no"
-
- econf ${myconf} || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR=${D} install || die "make install failed"
-}
-
-pkg_postinst() {
- # security bug #91467
- [[ -f ${ROOT}/etc/prelude-sensors/sensors-default.conf ]] && \
- chmod 0600 ${ROOT}/etc/prelude-sensors/sensors-default.conf
-}
+++ /dev/null
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libprelude/libprelude-0.9.10.ebuild,v 1.1 2006/07/21 01:39:43 vanquirius Exp $
-
-inherit perl-module flag-o-matic
-
-DESCRIPTION="Prelude-IDS Framework Library"
-HOMEPAGE="http://www.prelude-ids.org/"
-SRC_URI="http://www.prelude-ids.org/download/releases/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc-macos ~sparc ~x86"
-IUSE="perl python"
-
-DEPEND=">=net-libs/gnutls-1.0.17
- !net-analyzer/prelude-nids"
-
-pkg_setup() {
- use perl && perl-module_pkg_setup
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- filter-lfs-flags
-}
-
-src_compile() {
- econf \
- $(use_enable perl) \
- $(use_enable python) \
- || die "econf failed"
-
- emake -j1 || die "emake failed"
- # -j1 may not be necessary in the future
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- use perl && fixlocalpod
-}
-
-pkg_preinst() { use perl && perl-module_pkg_preinst ; }
-pkg_postinst() { use perl && perl-module_pkg_postinst ; }
-pkg_prerm() { use perl && perl-module_pkg_prerm ; }
-pkg_postrm() { use perl && perl-module_pkg_postrm ; }
+++ /dev/null
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libprelude/libprelude-0.9.9.ebuild,v 1.1 2006/07/01 03:28:27 vanquirius Exp $
-
-inherit perl-module flag-o-matic
-
-DESCRIPTION="Prelude-IDS Framework Library"
-HOMEPAGE="http://www.prelude-ids.org/"
-SRC_URI="http://www.prelude-ids.org/download/releases/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc-macos ~sparc ~x86"
-IUSE="perl python"
-
-DEPEND=">=net-libs/gnutls-1.0.17
- !net-analyzer/prelude-nids"
-
-pkg_setup() {
- use perl && perl-module_pkg_setup
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- filter-lfs-flags
-}
-
-src_compile() {
- econf \
- $(use_enable perl) \
- $(use_enable python) \
- || die "econf failed"
-
- emake -j1 || die "emake failed"
- # -j1 may not be necessary in the future
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- use perl && fixlocalpod
-}
-
-pkg_preinst() { use perl && perl-module_pkg_preinst ; }
-pkg_postinst() { use perl && perl-module_pkg_postinst ; }
-pkg_prerm() { use perl && perl-module_pkg_prerm ; }
-pkg_postrm() { use perl && perl-module_pkg_postrm ; }
# ChangeLog for dev-libs/libpreludedb
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpreludedb/ChangeLog,v 1.30 2007/01/07 00:45:27 cedk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpreludedb/ChangeLog,v 1.31 2007/02/01 20:39:53 jokey Exp $
+
+ 01 Feb 2007; Markus Ullmann <jokey@gentoo.org> -libpreludedb-0.9.8.ebuild,
+ -libpreludedb-0.9.8.1.ebuild:
+ cleanup
*libpreludedb-0.9.11.1 (07 Jan 2007)
+++ /dev/null
-MD5 a9bd45d4d578d1fe8b8865ba066781db libpreludedb-0.9.8.tar.gz 719497
-RMD160 a4b81aa9a067e7c9f9501c948b6993c51e8dbac2 libpreludedb-0.9.8.tar.gz 719497
-SHA256 8481939745a9a89403bd728934cd29300c39c93c58d8f6af6e2f9c1453ddeeb1 libpreludedb-0.9.8.tar.gz 719497
+++ /dev/null
-MD5 ff433fc4d0e6400a11f4cccf8e03f874 libpreludedb-0.9.8.1.tar.gz 732070
-RMD160 e063f804a108995a48577740fec24791308d4122 libpreludedb-0.9.8.1.tar.gz 732070
-SHA256 1be094246e579392d47db3c15f5c864c681052528441c8311e92bc7f2693dce9 libpreludedb-0.9.8.1.tar.gz 732070
+++ /dev/null
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpreludedb/libpreludedb-0.9.8.1.ebuild,v 1.2 2006/11/23 20:15:58 vivo Exp $
-
-inherit flag-o-matic
-
-DESCRIPTION="Prelude-IDS framework for easy access to the Prelude database"
-HOMEPAGE="http://www.prelude-ids.org/"
-SRC_URI="http://www.prelude-ids.org/download/releases/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="doc mysql postgres perl python"
-
-DEPEND="virtual/libc
- >=dev-libs/libprelude-0.9.10
- doc? ( dev-util/gtk-doc )
- mysql? ( virtual/mysql )
- postgres? ( dev-db/postgresql )"
-
-src_compile() {
- local myconf
-
- use doc && myconf="${myconf} --enable-gtk-doc" || myconf="${myconf} --enable-gtk-doc=no"
- use mysql && myconf="${myconf} --enable-mysql" || myconf="${myconf} --enable-mysql=no"
- use postgres && myconf="${myconf} --enable-postgresql" || myconf="${myconf} --enable-postgresql=no"
- use perl && myconf="${myconf} --enable-perl" || myconf="${myconf} --enable-perl=no"
- use python && myconf="${myconf} --enable-python" || myconf="${myconf} --enable-python=no"
- econf ${myconf} || die "econf failed"
-
- emake -j1 || die "emake failed"
- # -j1 may not be necessary in the future
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
-}
-
-pkg_postinst() {
- einfo "For additional installation instructions go to"
- einfo "https://trac.prelude-ids.org/wiki/InstallingLibpreludedb"
-}
+++ /dev/null
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpreludedb/libpreludedb-0.9.8.ebuild,v 1.2 2006/11/23 20:15:58 vivo Exp $
-
-inherit flag-o-matic
-
-DESCRIPTION="Prelude-IDS framework for easy access to the Prelude database"
-HOMEPAGE="http://www.prelude-ids.org/"
-SRC_URI="http://www.prelude-ids.org/download/releases/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="doc mysql postgres perl python"
-
-DEPEND="virtual/libc
- >=dev-libs/libprelude-0.9.9
- doc? ( dev-util/gtk-doc )
- mysql? ( virtual/mysql )
- postgres? ( dev-db/postgresql )"
-
-src_compile() {
- local myconf
-
- use doc && myconf="${myconf} --enable-gtk-doc" || myconf="${myconf} --enable-gtk-doc=no"
- use mysql && myconf="${myconf} --enable-mysql" || myconf="${myconf} --enable-mysql=no"
- use postgres && myconf="${myconf} --enable-postgresql" || myconf="${myconf} --enable-postgresql=no"
- use perl && myconf="${myconf} --enable-perl" || myconf="${myconf} --enable-perl=no"
- use python && myconf="${myconf} --enable-python" || myconf="${myconf} --enable-python=no"
- econf ${myconf} || die "econf failed"
-
- emake -j1 || die "emake failed"
- # -j1 may not be necessary in the future
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
-}
-
-pkg_postinst() {
- einfo "For additional installation instructions go to"
- einfo "https://trac.prelude-ids.org/wiki/InstallingLibpreludedb"
-}