summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-portage/logclean/ChangeLog3
-rw-r--r--app-portage/logclean/logclean-7.7.ebuild5
-rw-r--r--app-portage/useflags/ChangeLog3
-rw-r--r--app-portage/useflags/useflags-2.6.ebuild3
-rw-r--r--app-shells/checkbashisms/ChangeLog9
-rw-r--r--app-shells/checkbashisms/Manifest1
-rw-r--r--app-shells/checkbashisms/checkbashisms-2.0.0.2.ebuild24
-rw-r--r--app-shells/checkbashisms/metadata.xml9
-rw-r--r--sys-kernel/kernel/ChangeLog5
-rw-r--r--sys-kernel/kernel/kernel-1.10.ebuild6
10 files changed, 61 insertions, 7 deletions
diff --git a/app-portage/logclean/ChangeLog b/app-portage/logclean/ChangeLog
index cbc44183..f15eca33 100644
--- a/app-portage/logclean/ChangeLog
+++ b/app-portage/logclean/ChangeLog
@@ -4,6 +4,9 @@
logclean-7.7 (07 Jan 2012)
+ 09 Jan 2012; Martin Väth <martin@mvath.de>
+ Depend of virtual/perl-Getopt-Long
+
08 Jan 2012; Martin Väth <martin@mvath.de>
Move category: app-admin -> app-portage
diff --git a/app-portage/logclean/logclean-7.7.ebuild b/app-portage/logclean/logclean-7.7.ebuild
index af7b9076..22f5e4ae 100644
--- a/app-portage/logclean/logclean-7.7.ebuild
+++ b/app-portage/logclean/logclean-7.7.ebuild
@@ -5,7 +5,7 @@
EAPI="4"
RESTRICT="mirror"
-DESCRIPTION="Keep only compressed logs of installed packages"
+DESCRIPTION="Keep only (compressed) logs of installed packages"
HOMEPAGE="https://github.com/vaeth/${PN}"
SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz"
@@ -15,7 +15,8 @@ KEYWORDS="~amd64 ~x86"
IUSE="+eix zsh-completion"
RDEPEND="dev-lang/perl
-eix? ( app-portage/eix )"
+ virtual/perl-Getopt-Long
+ eix? ( app-portage/eix )"
src_unpack() {
default
diff --git a/app-portage/useflags/ChangeLog b/app-portage/useflags/ChangeLog
index da39de3b..8e992b89 100644
--- a/app-portage/useflags/ChangeLog
+++ b/app-portage/useflags/ChangeLog
@@ -4,6 +4,9 @@
useflags-2.6 (08 Jan 2011)
+ 09 Jan 2012; Martin Väth <martin@mvath.de>
+ Depend of virtual/perl-Getopt-Long
+
08 Jan 2012; Martin Väth <martin@mvath.de>
Version bump: Make help handling more consistent.
diff --git a/app-portage/useflags/useflags-2.6.ebuild b/app-portage/useflags/useflags-2.6.ebuild
index 198bc80e..9180c893 100644
--- a/app-portage/useflags/useflags-2.6.ebuild
+++ b/app-portage/useflags/useflags-2.6.ebuild
@@ -15,7 +15,8 @@ KEYWORDS="~amd64 ~x86"
IUSE="+eix zsh-completion"
RDEPEND="dev-lang/perl
-eix? ( app-portage/eix )"
+ virtual/perl-Getopt-Long
+ eix? ( app-portage/eix )"
src_unpack() {
default
diff --git a/app-shells/checkbashisms/ChangeLog b/app-shells/checkbashisms/ChangeLog
new file mode 100644
index 00000000..50fafc04
--- /dev/null
+++ b/app-shells/checkbashisms/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for app-shells/checkbashisms
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header $
+
+checkbashisms-2.0.0.2 (09 Jan 2012)
+
+ 09 Jan 2012; Martin Väth <martin@mvath.de>
+ Ebuild based on http://bugs.gentoo.org/show_bug.cgi?id=398275
+ by Michael (kensington) <gentoo at scribeofthenile.com>)
diff --git a/app-shells/checkbashisms/Manifest b/app-shells/checkbashisms/Manifest
new file mode 100644
index 00000000..a23f0328
--- /dev/null
+++ b/app-shells/checkbashisms/Manifest
@@ -0,0 +1 @@
+DIST checkbashisms-2.0.0.2.pl 21258 RMD160 331d3bf187266f554dc2a4bf0f3a837be3a879fa SHA1 f94d1bab82481df3c30de87a76a57235763d1f84 SHA256 4da61b7f08b55609e80c648d215f0201aa9b5f1df53aab6252129537a7f7a0ee
diff --git a/app-shells/checkbashisms/checkbashisms-2.0.0.2.ebuild b/app-shells/checkbashisms/checkbashisms-2.0.0.2.ebuild
new file mode 100644
index 00000000..17c6121f
--- /dev/null
+++ b/app-shells/checkbashisms/checkbashisms-2.0.0.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header $
+
+EAPI="4"
+RESTRICT="mirror"
+
+DESCRIPTION="Check for commonly used bash features not defined by POSIX"
+HOMEPAGE="http://sourceforge.net/projects/checkbaskisms/"
+SRC_URI="mirror://sourceforge/checkbaskisms/${PV}/${PN} -> ${P}.pl"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-lang/perl
+ virtual/perl-Getopt-Long"
+
+S="${WORKDIR}"
+
+src_install() {
+ newbin "${DISTDIR}/${P}.pl" "${PN}"
+}
diff --git a/app-shells/checkbashisms/metadata.xml b/app-shells/checkbashisms/metadata.xml
new file mode 100644
index 00000000..0c91bdcd
--- /dev/null
+++ b/app-shells/checkbashisms/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>martin@mvath.de</email>
+ <name>Martin Väth</name>
+</maintainer>
+</pkgmetadata>
diff --git a/sys-kernel/kernel/ChangeLog b/sys-kernel/kernel/ChangeLog
index 62d504d6..344ed914 100644
--- a/sys-kernel/kernel/ChangeLog
+++ b/sys-kernel/kernel/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for sys-kernel/kernel
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header $
kernel-3.4 (21 Dec 2011)
+ 09 Jan 2011; Martin Väth <martin@mvath.de>
+ Reformat deps.
+
26 Dec 2011; Martin Väth <martin@mvath.de>
Fix dependencies.
diff --git a/sys-kernel/kernel/kernel-1.10.ebuild b/sys-kernel/kernel/kernel-1.10.ebuild
index 468ccec4..f1ef4f73 100644
--- a/sys-kernel/kernel/kernel-1.10.ebuild
+++ b/sys-kernel/kernel/kernel-1.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header $
@@ -15,8 +15,8 @@ KEYWORDS="~amd64 ~x86"
IUSE="+eix zsh-completion"
RDEPEND="app-admin/sudo
-app-admin/sudox
-eix? ( app-portage/eix )"
+ app-admin/sudox
+ eix? ( app-portage/eix )"
src_unpack() {
default