summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2007-11-10 13:08:18 +0000
committerChristian Heim <phreak@gentoo.org>2007-11-10 13:08:18 +0000
commit92c0796122f651756bc04e219459d860c983337e (patch)
tree6f9e669a6f2160750f1a376a167aa0056bd3ed35
parentCleaning up my hardened overlay. (diff)
downloadphreak-92c0796122f651756bc04e219459d860c983337e.tar.gz
phreak-92c0796122f651756bc04e219459d860c983337e.tar.bz2
phreak-92c0796122f651756bc04e219459d860c983337e.zip
Cleaning up my private repo.
svn path=/; revision=367
-rw-r--r--private/app-arch/apt/Manifest2
-rw-r--r--private/app-arch/apt/apt-0.7.6.ebuild45
-rw-r--r--private/app-arch/reprepro/Manifest4
-rw-r--r--private/app-arch/reprepro/files/reprepro-2.2.4-db4.5.patch51
-rw-r--r--private/app-arch/reprepro/files/reprepro-2.2.4-gpgme.patch22
-rw-r--r--private/app-arch/reprepro/reprepro-2.2.4-r1.ebuild45
-rw-r--r--private/net-irc/pisg/Manifest12
-rw-r--r--private/net-irc/pisg/files/digest-pisg-0.70-r13
-rw-r--r--private/net-irc/pisg/files/pisg-0.70-SeJo-humping.patch100
-rw-r--r--private/net-irc/pisg/pisg-0.70-r1.ebuild55
10 files changed, 0 insertions, 339 deletions
diff --git a/private/app-arch/apt/Manifest b/private/app-arch/apt/Manifest
deleted file mode 100644
index 0d06112..0000000
--- a/private/app-arch/apt/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST apt_0.7.6.tar.gz 1821767 RMD160 527639ac0b3173c95994af218c6fdd1bd1066a49 SHA1 b428e1fe3c41688e2396ff3bd6e36f7a532d7bd1 SHA256 4a4eb39ea162df9c795b472326e9df676dbf249dc34436517b67354f32a8d23f
-EBUILD apt-0.7.6.ebuild 1177 RMD160 93bff2ebc107143341716574bd13043f6d4ad6d6 SHA1 6d9f6892ea6a103e63e880ff34a6f65ef85d2604 SHA256 904a34d50c5e2ee3f349c153109f2dfb65d27b28306d62186cdb8ff9d628c3c1
diff --git a/private/app-arch/apt/apt-0.7.6.ebuild b/private/app-arch/apt/apt-0.7.6.ebuild
deleted file mode 100644
index bb2223c..0000000
--- a/private/app-arch/apt/apt-0.7.6.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils autotools multilib
-
-DESCRIPTION=""
-HOMEPAGE=""
-SRC_URI="mirror://debian/pool/main/a/apt/apt_${PV}.tar.gz"
-
-LICENSE="GPL-v2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="doc xml"
-
-RDEPEND="app-arch/dpkg"
-DEPEND="doc? ( app-doc/doxygen )
- xml? ( app-text/xmlto )
- ${RDEPEND}"
-
-src_install() {
- # Install only necessary things, as we don't need another package manager
- dobin "${S}"/bin/apt-*
-
- insinto /usr/$(get_libdir)
- doins "${S}"/bin/libapt-inst*.1.1.0 "${S}"/bin/libapt-pkg*.4.4.0
- dosym /usr/$(get_libdir)/libapt-inst-libc6.6-6.so.1.1.0 \
- /usr/$(get_libdir)/libapt-inst-libc6.6-6.so.1.1
-
- dosym /usr/$(get_libdir)/libapt-inst-libc6.6-6.so.1.1.0 \
- /usr/$(get_libdir)/libapt-inst.so
-
- dosym /usr/$(get_libdir)/libapt-pkg-libc6.6-6.so.4.4.0 \
- /usr/$(get_libdir)/libapt-pkg-libc6.6-6.so.4.4
- dosym /usr/$(get_libdir)/libapt-pkg-libc6.6-6.so.4.4.0 \
- /usr/$(get_libdir)/libapt-pkg.so
-
- insinto /usr/$(get_libdir)/apt/methods
- doins "${S}"/bin/methods/*
-
- dodoc AUTHORS BUGS debian/changelog
- docinto examples
- dodoc doc/examples/*
- doman doc/*.?
-}
diff --git a/private/app-arch/reprepro/Manifest b/private/app-arch/reprepro/Manifest
deleted file mode 100644
index 2c80915..0000000
--- a/private/app-arch/reprepro/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX reprepro-2.2.4-db4.5.patch 1908 RMD160 75df764e5fc0d8c35db33147dca26adcf663ae98 SHA1 50894d8766c81e872c22953aabb5166f8b3e7153 SHA256 2ad14099f977273d231ff74d169f1195f8fb8e7eb87f3a6e159f542303869dcf
-AUX reprepro-2.2.4-gpgme.patch 795 RMD160 f9338227b3def706a7e646ba519c11b06360189c SHA1 02a45191e27a536693ae84c79410f0d5458e5db5 SHA256 bff79373963861f54b6e07db09461b3d01af3499dbf3a78590f22e6f165397c6
-DIST reprepro_2.2.4.orig.tar.gz 363292 RMD160 901f5c60fb26339b20446053d18d118b2daf4e19 SHA1 32fdd7acc1196a769d6e0a8f55e9ba110c99d34c SHA256 5bcc1b21b622ee24962b17827cfbc36db17bbcb5c78347a07ab5a85b22c2d0eb
-EBUILD reprepro-2.2.4-r1.ebuild 842 RMD160 c64131bb354fd4d45f95fe9fa8d43d9ab3f37041 SHA1 51619cea3dff27722e6dad6b099054999412a0b2 SHA256 4e17c5d0813039d0bebc619ae1bdfb5b50fab121a12bb871323a754af7d558b3
diff --git a/private/app-arch/reprepro/files/reprepro-2.2.4-db4.5.patch b/private/app-arch/reprepro/files/reprepro-2.2.4-db4.5.patch
deleted file mode 100644
index 1b8a423..0000000
--- a/private/app-arch/reprepro/files/reprepro-2.2.4-db4.5.patch
+++ /dev/null
@@ -1,51 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -31,6 +31,9 @@ AC_ARG_WITH(libdb,
- 4.4)
- DB_WANT_VERSION=4.4
- ;;
-+ 4.5)
-+ DB_WANT_VERSION=4.5
-+ ;;
- ?|?.?)
- AC_MSG_ERROR([Unknown --with-libdb argument $withval])
- ;;
-@@ -71,6 +74,12 @@ elif test "x$DB_VERSION_MAJOR" = "x4" -a
- elif test "$DB_WANT_VERSION" != "4.4" ; then
- AC_MSG_ERROR([Found libdb major version $DB_VERSION_MAJOR.$DB_VERSION_MINOR, need $DB_WANT_VERSION])
- fi
-+elif test "x$DB_VERSION_MAJOR" = "x4" -a "x$DB_VERSION_MINOR" = "x5" ; then
-+ if test "$DB_WANT_VERSION" = "any" ; then
-+ DB_WANT_VERSION=4.5
-+ elif test "$DB_WANT_VERSION" != "4.5" ; then
-+ AC_MSG_ERROR([Found libdb major version $DB_VERSION_MAJOR.$DB_VERSION_MINOR, need $DB_WANT_VERSION])
-+ fi
- else
- AC_MSG_ERROR([Unsupported libdb major $DB_VERSION_MAJOR minor $DB_VERSION_MINOR
- Only 4.3 (stronly recommended) or 3.2 or 4.4 are supported])
-@@ -78,6 +87,12 @@ fi
-
- # now we have a header with the expected version, check for the library:
- case "$DB_WANT_VERSION" in
-+4.5)
-+ AC_CHECK_LIB(db-4.5,db_create,[dnl
-+ AC_DEFINE_UNQUOTED(AS_TR_CPP(LIBDB_VERSION),45)
-+ DBLIBS="-ldb-4.5 $DBLIBS"
-+ ],[AC_MSG_ERROR(["no libdb-4.5 found"])],[$DBLIBS])
-+;;
- 4.4)
- AC_CHECK_LIB(db-4.4,db_create,[dnl
- AC_DEFINE_UNQUOTED(AS_TR_CPP(LIBDB_VERSION),44)
---- a/globals.h
-+++ b/globals.h
-@@ -40,7 +40,9 @@ enum config_option_owner { CONFIG_OWNER
- CONFIG_OWNER_FILE,
- CONFIG_OWNER_ENVIRONMENT,
- CONFIG_OWNER_CMDLINE};
--#if LIBDB_VERSION == 44
-+#if LIBDB_VERSION == 45
-+#define DB_OPEN(database,filename,name,type,flags) database->open(database,NULL,filename,name,type,flags,0664)
-+#elif LIBDB_VERSION == 44
- #define DB_OPEN(database,filename,name,type,flags) database->open(database,NULL,filename,name,type,flags,0664)
- #elif LIBDB_VERSION == 43
- #define DB_OPEN(database,filename,name,type,flags) database->open(database,NULL,filename,name,type,flags,0664)
diff --git a/private/app-arch/reprepro/files/reprepro-2.2.4-gpgme.patch b/private/app-arch/reprepro/files/reprepro-2.2.4-gpgme.patch
deleted file mode 100644
index f0dd393..0000000
--- a/private/app-arch/reprepro/files/reprepro-2.2.4-gpgme.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -120,7 +120,7 @@ AC_SUBST([DBCPPFLAGS])
- AC_CHECK_LIB(z,gzopen,,[AC_MSG_ERROR(["no zlib found"])],)
- AC_CHECK_LIB(gpg-error,gpg_strsource,,[AC_MSG_ERROR(["no libgpg-error found"])],)
- AC_CHECK_LIB(gpgme,gpgme_get_protocol_name,,[AC_MSG_ERROR(["no libgpgme found (need at least 0.4.1)"])],)
--AC_CHECK_HEADER(gpgme.h,,[AC_MSG_ERROR(["no gpgme.h found"])])
-+AC_CHECK_HEADER(gpgme/gpgme.h,,[AC_MSG_ERROR(["no gpgme.h found"])])
-
- AC_ARG_WITH(libbz2,
- [ --with-libbz2=path|yes|no Give path to prefix libbz2 was installed with],[dnl
---- a/signature.c
-+++ b/signature.c
-@@ -25,7 +25,7 @@
- #include <string.h>
- #include <malloc.h>
- #include <fcntl.h>
--#include <gpgme.h>
-+#include <gpgme/gpgme.h>
- #include "error.h"
- #include "ignore.h"
- #include "mprintf.h"
diff --git a/private/app-arch/reprepro/reprepro-2.2.4-r1.ebuild b/private/app-arch/reprepro/reprepro-2.2.4-r1.ebuild
deleted file mode 100644
index 8c36db2..0000000
--- a/private/app-arch/reprepro/reprepro-2.2.4-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils autotools
-
-DESCRIPTION=""
-HOMEPAGE=""
-SRC_URI="mirror://debian/pool/main/r/reprepro/reprepro_${PV}.orig.tar.gz"
-
-LICENSE="GPL-v2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="bzip2"
-
-DEPEND="app-crypt/gnupg
- =sys-libs/db-4.5*
- app-arch/libarchive
- bzip2? ( app-arch/bzip2 )
- app-crypt/gpgme"
-RDEPEND="${DEPEND}
- app-arch/apt"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}"/${P}-db4.5.patch
- epatch "${FILESDIR}"/${P}-gpgme.patch
- eautoreconf
-}
-
-src_compile() {
- cd "${S}"
-
- econf \
- --with-libdb=4.5 \
- --with-gpgme=/usr/include/gpgme || die "econf failed!"
- emake || die "emake failed!"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed!"
- dodoc ChangeLog TODO README NEWS
-}
diff --git a/private/net-irc/pisg/Manifest b/private/net-irc/pisg/Manifest
deleted file mode 100644
index 62ae243..0000000
--- a/private/net-irc/pisg/Manifest
+++ /dev/null
@@ -1,12 +0,0 @@
-AUX pisg-0.70-SeJo-humping.patch 3695 RMD160 87a18a5eeb4611fd559fc2f885fbbe6d6e350060 SHA1 d20db1a9705ff4c7554532981f00d193090442bc SHA256 2c25765cb7bd814d04a59048e79bf047314148ed2830869002769641a1d99e79
-MD5 42381b2d710365393621ee9f5c75a36b files/pisg-0.70-SeJo-humping.patch 3695
-RMD160 87a18a5eeb4611fd559fc2f885fbbe6d6e350060 files/pisg-0.70-SeJo-humping.patch 3695
-SHA256 2c25765cb7bd814d04a59048e79bf047314148ed2830869002769641a1d99e79 files/pisg-0.70-SeJo-humping.patch 3695
-DIST pisg-0.70.tar.gz 230711 RMD160 26ce4757a5951e02dbab654c075ce45f8a9bd236 SHA1 c4c986ed46443db1bd1e508c01843af9d3727706 SHA256 a2e127f16a63a872d08312832b03023bd1569e8329d5db4b9ac384f163b244bc
-EBUILD pisg-0.70-r1.ebuild 1175 RMD160 01f07786276ce67fe12ad49112b67e5857dd9014 SHA1 8069efdb4b6ecbdf28b9ab4c2317283c527cf24e SHA256 8903bf64e7339c124f7b9d086528090fc3998dc830be14bc1ea2ff7d99f77903
-MD5 d69f2e411d8d0bf797e2e99ba27af840 pisg-0.70-r1.ebuild 1175
-RMD160 01f07786276ce67fe12ad49112b67e5857dd9014 pisg-0.70-r1.ebuild 1175
-SHA256 8903bf64e7339c124f7b9d086528090fc3998dc830be14bc1ea2ff7d99f77903 pisg-0.70-r1.ebuild 1175
-MD5 c8e88c35eb5175fa1f0c2f871a2c833e files/digest-pisg-0.70-r1 229
-RMD160 e46898bb6b20a0ca33e6056bea8afd56a9b12de4 files/digest-pisg-0.70-r1 229
-SHA256 dc91fdce3d6f2dc0dc4b568127e9084fd9abdd37d6bbc79d8e474f90803997b2 files/digest-pisg-0.70-r1 229
diff --git a/private/net-irc/pisg/files/digest-pisg-0.70-r1 b/private/net-irc/pisg/files/digest-pisg-0.70-r1
deleted file mode 100644
index bafc293..0000000
--- a/private/net-irc/pisg/files/digest-pisg-0.70-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 870c5ddf353c70d32159ac2dd310efc7 pisg-0.70.tar.gz 230711
-RMD160 26ce4757a5951e02dbab654c075ce45f8a9bd236 pisg-0.70.tar.gz 230711
-SHA256 a2e127f16a63a872d08312832b03023bd1569e8329d5db4b9ac384f163b244bc pisg-0.70.tar.gz 230711
diff --git a/private/net-irc/pisg/files/pisg-0.70-SeJo-humping.patch b/private/net-irc/pisg/files/pisg-0.70-SeJo-humping.patch
deleted file mode 100644
index 2bee3d2..0000000
--- a/private/net-irc/pisg/files/pisg-0.70-SeJo-humping.patch
+++ /dev/null
@@ -1,100 +0,0 @@
-Index: pisg-0.70/lang.txt
-===================================================================
---- pisg-0.70.orig/lang.txt
-+++ pisg-0.70/lang.txt
-@@ -87,6 +87,10 @@ allcaps2 = "<b>[:nick]</b> just forgot t
- allcaps3 = "Everybody had their shift-key under control. :)"
- allcapstext = "<b>For example, like this:</b><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[:line]"
-
-+hump1 = "Looks like <b>[:nick]</b> hasn't get layed in the last couple of weeks. [:He:She:] humped others <b>[:hump] times</b>."
-+hump2 = "<b>[:nick] also needs to get layed. [:He:She:] humped others <b>[:hump] times</b>."
-+humptext = "<b>See for yourself: </b><br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[:line]"
-+
- violent1 = "<b>[:nick]</b> is a very aggressive person. [:He:She:] attacked others <b>[:attacks]</b> times."
- violent2 = "<b>[:nick]</b> can't control [:his:her:] aggressions, either. [:He:She:] picked on others <b>[:attacks]</b> times."
- violent3 = "Nobody beat anyone up. Everybody was friendly."
-Index: pisg-0.70/modules/Pisg.pm
-===================================================================
---- pisg-0.70.orig/modules/Pisg.pm
-+++ pisg-0.70/modules/Pisg.pm
-@@ -152,6 +152,8 @@ sub get_default_config_settings
- showlastseen => 1,
- showlegend => 1,
- showkickline => 1,
-+ showhumpers => 1,
-+ showhumpline => 1,
- showactionline => 1,
- showfoulline => 0,
- showfouldecimals => 1,
-Index: pisg-0.70/modules/Pisg/HTMLGenerator.pm
-===================================================================
---- pisg-0.70.orig/modules/Pisg/HTMLGenerator.pm
-+++ pisg-0.70/modules/Pisg/HTMLGenerator.pm
-@@ -126,6 +126,7 @@ sub create_output
- $self->_questions();
- $self->_shoutpeople();
- $self->_capspeople();
-+ $self->_humpers();
- $self->_violent();
- $self->_mostsmiles();
- $self->_mostsad();
-@@ -857,6 +858,43 @@ sub _shoutpeople
-
- }
-
-+sub _humpers
-+{
-+ # The persons who humped others the most
-+ my $self = shift;
-+
-+ my @hump = sort { $self->{stats}->{humping}{$b} <=> $self->{stats}->{humping}{$a} } keys %{ $self->{stats}->{humping} };
-+
-+ if (@hump) {
-+ my %hash = (
-+ nick => $hump[0],
-+ hump => $self->{stats}->{humping}{$hump[0]},
-+ line => $self->_format_line($self->{stats}->{humpinglines}{$hump[0]})
-+ );
-+
-+ my $text = $self->_template_text('hump1', %hash);
-+
-+ if ($self->{cfg}->{showhumpline}) {
-+ my $exttext = $self->_template_text('humptext', %hash);
-+ _html("<tr><td class=\"hicell\">$text<br /><span class=\"small\">$exttext</span>");
-+ } else {
-+ _html("<tr><td class=\"hicell\">$text");
-+ }
-+ }
-+
-+ if (@hump >= 2) {
-+ my %hash = (
-+ nick => $hump[1],
-+ humped => $self->{stats}->{humping}{$hump[1]},
-+ line => $self->_format_line($self->{stats}->{humpinglines}{$hump[0]})
-+ );
-+
-+ my $text = $self->_template_text('hump2', %hash);
-+ _html("<br /><span class=\"small\">$text</span>");
-+ }
-+ _html("</td></tr>");
-+}
-+
- sub _capspeople
- {
- # The ones who speak ALL CAPS.
-Index: pisg-0.70/modules/Pisg/Parser/Logfile.pm
-===================================================================
---- pisg-0.70.orig/modules/Pisg/Parser/Logfile.pm
-+++ pisg-0.70/modules/Pisg/Parser/Logfile.pm
-@ -479,6 +480,11 @@ sub _parse_file
- $stats->{lastvisited}{$nick} = $stats->{days};
- $stats->{line_times}{$nick}[int($hour/6)]++;
-
-+ if (index($saying, 'hump') > -1) {
-+ $stats->{humping}{$nick}++;
-+ push @{ $lines->{humpinglines}{$nick} }, $line;
-+ }
-+
- if ($self->{violentwords_regexp} and $saying =~ /$self->{violentwords_regexp}/) {
- my $victim;
- unless ($victim = is_nick($2)) {
diff --git a/private/net-irc/pisg/pisg-0.70-r1.ebuild b/private/net-irc/pisg/pisg-0.70-r1.ebuild
deleted file mode 100644
index 1250520..0000000
--- a/private/net-irc/pisg/pisg-0.70-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit perl-app eutils
-
-DESCRIPTION="Perl IRC Statistics Generator"
-HOMEPAGE="http://pisg.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-IUSE=""
-
-RDEPEND="dev-lang/perl
- dev-perl/Text-Iconv"
-DEPEND="dev-lang/perl
- >=sys-apps/sed-4"
-
-src_unpack() {
- unpack ${A}
-
- sed -i \
- -e 's!lang\.txt!/usr/share/pisg/lang.txt!' \
- -e 's!layout/!/usr/share/pisg/layout/!' \
- "${S}"/modules/Pisg.pm \
- || die "sed failed"
-
- epatch "${FILESDIR}/${P}-SeJo-humping.patch"
-}
-
-src_install () {
- perlinfo
-
- dobin pisg || die "dobin failed"
-
- insinto "${VENDOR_LIB}"
- doins -r modules/. || die "doins failed"
-
- insinto /usr/share/pisg
- doins -r gfx layout lang.txt || die "doins failed"
-
- dodoc \
- docs/{CREDITS,Changelog,FORMATS,pisg-doc.txt} \
- docs/dev/API pisg.cfg README || die "dodoc failed"
- doman docs/pisg.1 || die "doman failed"
- dohtml docs/pisg-doc.html || die "dohtml failed"
-}
-
-pkg_postinst() {
- einfo
- einfo "The pisg images have been installed in /usr/share/pisg/gfx"
- einfo
-}