summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-arch/archwrap/ChangeLog8
-rw-r--r--app-arch/archwrap/Manifest1
-rw-r--r--app-arch/archwrap/archwrap-1.1.ebuild37
-rw-r--r--app-arch/archwrap/metadata.xml12
-rw-r--r--profiles/use.local.desc1
-rw-r--r--sys-fs/squashfs-tools/ChangeLog5
-rw-r--r--sys-fs/squashfs-tools/Manifest2
-rw-r--r--sys-fs/squashfs-tools/squashfs-tools-4.0-r1.ebuild44
-rw-r--r--sys-fs/squashfs-tools/squashfs-tools-4.1-r1.ebuild56
-rw-r--r--sys-fs/squashfs-tools/squashfs-tools-4.2.ebuild4
-rw-r--r--sys-kernel/kernel/ChangeLog7
-rw-r--r--sys-kernel/kernel/Manifest2
-rw-r--r--sys-kernel/kernel/kernel-1.11.ebuild (renamed from sys-kernel/kernel/kernel-1.10.ebuild)0
-rw-r--r--www-plugins/form-history-control/ChangeLog7
-rw-r--r--www-plugins/form-history-control/Manifest2
-rw-r--r--www-plugins/form-history-control/form-history-control-1.2.10.2.ebuild (renamed from www-plugins/form-history-control/form-history-control-1.2.10.1.ebuild)2
-rw-r--r--www-plugins/noscript/noscript-2.2.7.ebuild19
-rw-r--r--www-plugins/stylish/stylish-1.2.4.ebuild27
18 files changed, 80 insertions, 156 deletions
diff --git a/app-arch/archwrap/ChangeLog b/app-arch/archwrap/ChangeLog
new file mode 100644
index 00000000..ca8aa755
--- /dev/null
+++ b/app-arch/archwrap/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for app-arch/archwrap
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header $
+
+archwrap-1.1 (29 Jan 2012)
+
+ 29 Jan 2011; Martin Väth <martin@mvath.de>
+ New ebuild from scratch.
diff --git a/app-arch/archwrap/Manifest b/app-arch/archwrap/Manifest
new file mode 100644
index 00000000..6601b38f
--- /dev/null
+++ b/app-arch/archwrap/Manifest
@@ -0,0 +1 @@
+DIST archwrap-1.1.tar.gz 13239 RMD160 42bb350a9d82504283d1197867e656c1428d7f0a SHA1 0ad777f292effb9eea585f2032a54ec14194847f SHA256 835f988d66ef59f11a9cbbdec36039d6a5409e0c5ff8adbd644b812b0cad1305
diff --git a/app-arch/archwrap/archwrap-1.1.ebuild b/app-arch/archwrap/archwrap-1.1.ebuild
new file mode 100644
index 00000000..5f9565b8
--- /dev/null
+++ b/app-arch/archwrap/archwrap-1.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header $
+
+EAPI="4"
+RESTRICT="mirror"
+
+DESCRIPTION="A POSIX shell script to invoke archiver programs"
+HOMEPAGE="https://github.com/vaeth/${PN}"
+SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="zsh-completion"
+
+src_unpack() {
+ default
+ cd *"${PN}"-*
+ S="${PWD}"
+}
+
+src_install() {
+ local i
+ insinto /usr/bin
+ for i in bin/*
+ do if test -h "${i}" || ! test -x "${i}"
+ then doins "${i}"
+ else dobin "${i}"
+ fi
+ done
+ if use zsh-completion
+ then insinto /usr/share/zsh/site-functions
+ doins zsh/*
+ fi
+ dodoc README
+}
diff --git a/app-arch/archwrap/metadata.xml b/app-arch/archwrap/metadata.xml
new file mode 100644
index 00000000..76c2334e
--- /dev/null
+++ b/app-arch/archwrap/metadata.xml
@@ -0,0 +1,12 @@
+<?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>
+<use>
+ <flag name="eix">Pull in eix for quicker execution</flag>
+</use>
+</pkgmetadata>
diff --git a/profiles/use.local.desc b/profiles/use.local.desc
index 84b35f8c..f9fe2f35 100644
--- a/profiles/use.local.desc
+++ b/profiles/use.local.desc
@@ -2,6 +2,7 @@
# your descriptions to your package's metadata.xml ONLY.
# * generated automatically using egencache *
+app-arch/archwrap:eix - Pull in eix for quicker execution
app-portage/logclean:eix - Pull in eix for quicker execution
app-portage/useflags:eix - Pull in eix for quicker execution
app-text/stardict:editor - Build and install the stardict-editor utility
diff --git a/sys-fs/squashfs-tools/ChangeLog b/sys-fs/squashfs-tools/ChangeLog
index 7900451b..50f33c89 100644
--- a/sys-fs/squashfs-tools/ChangeLog
+++ b/sys-fs/squashfs-tools/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for sys-fs/squashfs-tools
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header $
+ 29 Jan 2012; Martin Väth <martin@mvath.de>
+ Remove old.
+
31 Mar 2011; Martin Väth <martin@mvath.de>
Bump 4.2 from tree.
diff --git a/sys-fs/squashfs-tools/Manifest b/sys-fs/squashfs-tools/Manifest
index a9af3662..3e575ecf 100644
--- a/sys-fs/squashfs-tools/Manifest
+++ b/sys-fs/squashfs-tools/Manifest
@@ -1,5 +1,3 @@
DIST squashfs3.2-r2.tar.gz 314764 RMD160 6f21ad0ee90e4b5c6ad2b0b92c96d24af8e19531 SHA1 e38c16c09435291b2c97aa0a321c29da442ff686 SHA256 8482465d58d78099c608b32fc034921f7c8c3cf7934b5edc68c463cd450b40a7
DIST squashfs3.4.tar.gz 352660 RMD160 e75c9a9e5220e80a8e321536f8fe8372bfe5d830 SHA1 6933a8f3098d94f93ec4002a54026b15a6e11640 SHA256 9ea1a9b3bd4f387ca11b5e96f00f8ae996fb81c4c7ad41f7c7f359917628a339
-DIST squashfs4.0.tar.gz 103979 RMD160 b67dd14ff7255d245617466566ac29d9a08aff68 SHA1 3efe764ac27c507ee4a549fc6507bc86ea0660dd SHA256 18948edbe06bac2c4307eea99bfb962643e4b82e5b7edd541b4d743748e12e21
-DIST squashfs4.1.tar.gz 122769 RMD160 7768e9680a640af851ece8eaa0ae443a69fc2283 SHA1 7f9b1f9839b3638882f636fd170fd817d650f856 SHA256 3a870d065a25b3f5467bc6d9ed34340befab51a3f9e4b7e3792ea0ff4e06046a
DIST squashfs4.2.tar.gz 133173 RMD160 e23a273c91c1d676b72f68d72610c03c430395ec SHA1 e0944471ff68e215d3fecd464f30ea6ceb635fd7 SHA256 d9e0195aa922dbb665ed322b9aaa96e04a476ee650f39bbeadb0d00b24022e96
diff --git a/sys-fs/squashfs-tools/squashfs-tools-4.0-r1.ebuild b/sys-fs/squashfs-tools/squashfs-tools-4.0-r1.ebuild
deleted file mode 100644
index a88f887e..00000000
--- a/sys-fs/squashfs-tools/squashfs-tools-4.0-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header $
-
-EAPI="4"
-inherit toolchain-funcs eutils
-
-MY_PV=${PV}
-DESCRIPTION="Tool for creating compressed filesystem type squashfs"
-HOMEPAGE="http://squashfs.sourceforge.net/"
-SRC_URI="mirror://sourceforge/squashfs/squashfs${MY_PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
-IUSE="+progress-redirect"
-
-RDEPEND="sys-libs/zlib"
-
-S=${WORKDIR}/squashfs${MY_PV}/squashfs-tools
-
-src_prepare() {
- sed -i \
- -e 's:-O2:$(CFLAGS):' \
- -e '/-lz/s:$: $(LDFLAGS):' \
- Makefile || die "sed failed"
- use progress-redirect && \
- epatch "${FILESDIR}/${P}-progress-stderr.patch"
- sed -i -e 's:get_nprocs():sysconf(_SC_NPROCESSORS_ONLN):' *.c
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" || die
-}
-
-src_install() {
- dobin mksquashfs unsquashfs || die
- cd ..
- dodoc README ACKNOWLEDGEMENTS CHANGES PERFORMANCE.README
-}
-
-pkg_postinst() {
- ewarn "This version of mksquashfs requires a 2.6.29 kernel or better."
-}
diff --git a/sys-fs/squashfs-tools/squashfs-tools-4.1-r1.ebuild b/sys-fs/squashfs-tools/squashfs-tools-4.1-r1.ebuild
deleted file mode 100644
index 2b7d6bf9..00000000
--- a/sys-fs/squashfs-tools/squashfs-tools-4.1-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header $
-
-EAPI="4"
-inherit toolchain-funcs eutils
-
-MY_PV=${PV}
-DESCRIPTION="Tool for creating compressed filesystem type squashfs"
-HOMEPAGE="http://squashfs.sourceforge.net/"
-SRC_URI="mirror://sourceforge/squashfs/squashfs${MY_PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="+gzip +lzma lzo +progress-redirect xattr"
-
-RDEPEND="gzip? ( sys-libs/zlib )
- lzma? ( app-arch/xz-utils )
- lzo? ( dev-libs/lzo )
- !lzma? ( !lzo? ( sys-libs/zlib ) )
- xattr? ( sys-apps/attr )"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/squashfs${MY_PV}/squashfs-tools
-
-src_prepare() {
- use progress-redirect && \
- epatch "${FILESDIR}/${PN}-4.0-progress-stderr.patch"
- sed -i \
- -e "s:-O2:${CFLAGS} ${CPPFLAGS}:" \
- -e '/^LIBS =/s:$: $(LDFLAGS):' \
- Makefile || die
-}
-
-src_configure() {
- tc-export CC
- local def=`usev gzip || usev lzma || usev lzo || echo gzip`
- sed -i -r \
- -e "/^COMP_DEFAULT =/s:=.*:= ${def}:" \
- -e "/^#?GZIP_SUPPORT =/`use gzip && echo s:.*:GZIP_SUPPORT=1: || echo d`" \
- -e "/^#?XZ_SUPPORT =/`use lzma && echo s:.*:XZ_SUPPORT=1: || echo d`" \
- -e "/^#?LZO_SUPPORT =/`use lzo && echo s:.*:LZO_SUPPORT=1 :|| echo d`" \
- -e "/^#?XATTR_SUPPORT =/`use xattr && echo s:.*:XATTR_SUPPORT=1 :|| echo d`" \
- Makefile || die
-}
-
-src_install() {
- dobin mksquashfs unsquashfs || die
- cd ..
- dodoc README ACKNOWLEDGEMENTS CHANGES PERFORMANCE.README
-}
-
-pkg_postinst() {
- ewarn "This version of mksquashfs requires a 2.6.29 kernel or better"
-}
diff --git a/sys-fs/squashfs-tools/squashfs-tools-4.2.ebuild b/sys-fs/squashfs-tools/squashfs-tools-4.2.ebuild
index 0e2f7367..e1bb2f34 100644
--- a/sys-fs/squashfs-tools/squashfs-tools-4.2.ebuild
+++ b/sys-fs/squashfs-tools/squashfs-tools-4.2.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 $
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/squashfs/squashfs${MY_PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-linux"
IUSE="+gzip +lzma lzo +progress-redirect xattr"
RDEPEND="
diff --git a/sys-kernel/kernel/ChangeLog b/sys-kernel/kernel/ChangeLog
index 344ed914..b9cb3d8c 100644
--- a/sys-kernel/kernel/ChangeLog
+++ b/sys-kernel/kernel/ChangeLog
@@ -2,7 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header $
-kernel-3.4 (21 Dec 2011)
+kernel-1.11 (29 Jan 2012)
+
+ 29 Jan 2011; Martin Väth <martin@mvath.de>
+ Version bump, remove old ebuild.
+
+kernel-1.10 (21 Dec 2011)
09 Jan 2011; Martin Väth <martin@mvath.de>
Reformat deps.
diff --git a/sys-kernel/kernel/Manifest b/sys-kernel/kernel/Manifest
index 01d8c265..ec5f332e 100644
--- a/sys-kernel/kernel/Manifest
+++ b/sys-kernel/kernel/Manifest
@@ -1 +1 @@
-DIST kernel-1.10.tar.gz 5838 RMD160 ec7f5a6380ada12e3457b04a50ba17dc23a5d9b2 SHA1 c2da2c09639bb565a4e8c9515b6aaead9846397f SHA256 4e45c84dc7a29ba42970a83b259150b1843880f5b16cd5227828011b00556b75
+DIST kernel-1.11.tar.gz 5809 RMD160 1bfac1dd7044f2a11379995c9646c9380faba2af SHA1 5d95a85f73b0e485691380f286f8d29e6800165b SHA256 0e3a6c56f2b371d704c5e23804b827297fe919b12726906fd7af7379046751aa
diff --git a/sys-kernel/kernel/kernel-1.10.ebuild b/sys-kernel/kernel/kernel-1.11.ebuild
index f1ef4f73..f1ef4f73 100644
--- a/sys-kernel/kernel/kernel-1.10.ebuild
+++ b/sys-kernel/kernel/kernel-1.11.ebuild
diff --git a/www-plugins/form-history-control/ChangeLog b/www-plugins/form-history-control/ChangeLog
index a0606532..0c32d46d 100644
--- a/www-plugins/form-history-control/ChangeLog
+++ b/www-plugins/form-history-control/ChangeLog
@@ -1,7 +1,12 @@
# ChangeLog for www-plugins/form-history-control
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header $
+*form-history-control-1.2.10.2 (29 Jan 2012)
+
+ 29 Jan 2012; Martin Väth <martin@mvath.de>
+ Bump version. Remove old ebuild.
+
*form-history-control-1.2.10.1 (30 Nov 2011)
30 Nov 2011; Martin Väth <martin@mvath.de>
diff --git a/www-plugins/form-history-control/Manifest b/www-plugins/form-history-control/Manifest
index f38feb9a..9192fd91 100644
--- a/www-plugins/form-history-control/Manifest
+++ b/www-plugins/form-history-control/Manifest
@@ -1 +1 @@
-DIST form_history_control-1.2.10.1-fx+sm.xpi 353528 RMD160 985cfbbb51f39d8521faf03c8b0d5fc8fec1ef73 SHA1 0b73b296241ea782d676f58ae09113d9a48fb259 SHA256 595285a1a2c4236cb58fc78577b6e78897c134718f934d2181100de620949444
+DIST form_history_control-1.2.10.2-fx+sm.xpi 363146 RMD160 23ed131d47fdb6223a8c7f25924e4c049a4e220a SHA1 744021e4a168737b34b70ec0574de168351f62ee SHA256 db9f24be2976c2ea8ccf47f756e609056e007fd84a3d249e05d5765833f25273
diff --git a/www-plugins/form-history-control/form-history-control-1.2.10.1.ebuild b/www-plugins/form-history-control/form-history-control-1.2.10.2.ebuild
index 2825f7f9..3f4c0ee7 100644
--- a/www-plugins/form-history-control/form-history-control-1.2.10.1.ebuild
+++ b/www-plugins/form-history-control/form-history-control-1.2.10.2.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 $
diff --git a/www-plugins/noscript/noscript-2.2.7.ebuild b/www-plugins/noscript/noscript-2.2.7.ebuild
deleted file mode 100644
index 536996a8..00000000
--- a/www-plugins/noscript/noscript-2.2.7.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header $
-
-EAPI="4"
-inherit mv_mozextension
-RESTRICT="mirror"
-
-DESCRIPTION="Mozilla plugin: Restrict active contents like java/javascript/flash"
-HOMEPAGE="http://noscript.net/"
-SRC_URI="https://secure.informaction.com/download/releases/${P}.xpi"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# NOTES:
-# can also be used for Flock, MidBrowser, eMusic, Toolkit, Songbird, Fennec
diff --git a/www-plugins/stylish/stylish-1.2.4.ebuild b/www-plugins/stylish/stylish-1.2.4.ebuild
deleted file mode 100644
index 04c06a62..00000000
--- a/www-plugins/stylish/stylish-1.2.4.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header $
-
-EAPI="4"
-inherit mv_mozextension
-RESTRICT="mirror"
-
-DESCRIPTION="Mozilla plugin to modify style of certain web pages (e.g. Gentoo forums)"
-HOMEPAGE="https://addons.mozilla.org/firefox/addon/stylish/"
-SRC_URI="http://releases.mozilla.org/pub/mozilla.org/addons/2108/${P}-tb+sm+fx.xpi"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-src_postinst() {
- mv_mozextension_src_postinst
- elog
- elog "You will probably want to setup the \"Darker forum\" style."
- elog "The old version could be found at"
- elog " http://jesgue.homelinux.org/other-files/dark-gentoo-forums.css"
- elog "but now it is easier to surf with javascript activated to"
- elog " http://userstyles.org/users/8172"
- elog "Note that you have to temporarily disable noscript for that site."
-}