summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-03-11 20:00:10 +0000
committerPacho Ramos <pacho@gentoo.org>2014-03-11 20:00:10 +0000
commit4c3fe9b4b096c169dc3f4697d6636556e22f2779 (patch)
treef250cf0ca9034359a19a20e2d2f957c629cd348d /app-arch
parentCleanup due #53266 (diff)
downloadgentoo-2-4c3fe9b4b096c169dc3f4697d6636556e22f2779.tar.gz
gentoo-2-4c3fe9b4b096c169dc3f4697d6636556e22f2779.tar.bz2
gentoo-2-4c3fe9b4b096c169dc3f4697d6636556e22f2779.zip
Cleanup due #239126
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/snappy/ChangeLog7
-rw-r--r--app-arch/snappy/metadata.xml3
-rw-r--r--app-arch/snappy/snappy-1.0.3.ebuild46
-rw-r--r--app-arch/snappy/snappy-1.0.4.ebuild46
-rw-r--r--app-arch/snappy/snappy-1.0.5.ebuild42
-rw-r--r--app-arch/snappy/snappy-1.1.0.ebuild41
6 files changed, 7 insertions, 178 deletions
diff --git a/app-arch/snappy/ChangeLog b/app-arch/snappy/ChangeLog
index bdb72c7f01a8..904896a6f1b1 100644
--- a/app-arch/snappy/ChangeLog
+++ b/app-arch/snappy/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-arch/snappy
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/snappy/ChangeLog,v 1.13 2014/02/24 09:32:37 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/snappy/ChangeLog,v 1.14 2014/03/11 20:00:09 pacho Exp $
+
+ 11 Mar 2014; Pacho Ramos <pacho@gentoo.org> -snappy-1.0.3.ebuild,
+ -snappy-1.0.4.ebuild, -snappy-1.0.5.ebuild, -snappy-1.1.0.ebuild,
+ metadata.xml:
+ Cleanup due #239126
24 Feb 2014; Chema Alonso <nimiux@gentoo.org> snappy-1.1.1.ebuild:
Stable for amd64 wrt bug #495326
diff --git a/app-arch/snappy/metadata.xml b/app-arch/snappy/metadata.xml
index 35d868e4c31d..9751e33f2ee1 100644
--- a/app-arch/snappy/metadata.xml
+++ b/app-arch/snappy/metadata.xml
@@ -2,8 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
- <email>nirbheek@gentoo.org</email>
- <name>Nirbheek Chauhan</name>
+ <email>maintainer-needed@gentoo.org</email>
</maintainer>
<longdescription lang="en">Snappy is a compression/decompression library. It does not aim for
maximum compression, or compatibility with any other compression
diff --git a/app-arch/snappy/snappy-1.0.3.ebuild b/app-arch/snappy/snappy-1.0.3.ebuild
deleted file mode 100644
index 94b3ee5156da..000000000000
--- a/app-arch/snappy/snappy-1.0.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/snappy/snappy-1.0.3.ebuild,v 1.1 2011/06/14 00:37:13 nirbheek Exp $
-
-EAPI="4"
-
-DESCRIPTION="A high-speed compression/decompression library by Google"
-HOMEPAGE="https://code.google.com/p/snappy/"
-SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-DOCS="AUTHORS ChangeLog README NEWS format_description.txt"
-
-src_prepare() {
- default
- # Avoid automagic lzop and gzip by not checking for it
- #sed -i -e '/^CHECK_EXT_COMPRESSION_LIB/d' "${S}/configure.ac" || die
- # Avoid eautoreconf due to the above sed by just removing the expanded lines
- sed -i -e '15126,15385d' "${S}/configure" || die
-}
-
-src_configure() {
- econf \
- --without-gflags \
- --disable-gtest \
- $(use_enable static-libs static)
-}
-
-src_install() {
- default
-
- # Remove docs installed by snappy itself
- rm -rf "${ED}/usr/share/doc/snappy" || die
-
- # Remove la files if we're not installing static libraries
- if ! use static-libs; then
- find "${ED}" -iname '*.la' -exec rm -f {} + || die
- fi
-}
diff --git a/app-arch/snappy/snappy-1.0.4.ebuild b/app-arch/snappy/snappy-1.0.4.ebuild
deleted file mode 100644
index 6bb71f31a5f4..000000000000
--- a/app-arch/snappy/snappy-1.0.4.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/snappy/snappy-1.0.4.ebuild,v 1.1 2011/11/21 09:53:37 nirbheek Exp $
-
-EAPI="4"
-
-DESCRIPTION="A high-speed compression/decompression library by Google"
-HOMEPAGE="https://code.google.com/p/snappy/"
-SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-DOCS="AUTHORS ChangeLog README NEWS format_description.txt"
-
-src_prepare() {
- default
- # Avoid automagic lzop and gzip by not checking for it
- #sed -i -e '/^CHECK_EXT_COMPRESSION_LIB/d' "${S}/configure.ac" || die
- # Avoid eautoreconf due to the above sed by just removing the expanded lines
- sed -i -e '15126,15385d' "${S}/configure" || die
-}
-
-src_configure() {
- econf \
- --without-gflags \
- --disable-gtest \
- $(use_enable static-libs static)
-}
-
-src_install() {
- default
-
- # Remove docs installed by snappy itself
- rm -rf "${ED}/usr/share/doc/snappy" || die
-
- # Remove la files if we're not installing static libraries
- if ! use static-libs; then
- find "${ED}" -iname '*.la' -exec rm -f {} + || die
- fi
-}
diff --git a/app-arch/snappy/snappy-1.0.5.ebuild b/app-arch/snappy/snappy-1.0.5.ebuild
deleted file mode 100644
index acff17ef8b91..000000000000
--- a/app-arch/snappy/snappy-1.0.5.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/snappy/snappy-1.0.5.ebuild,v 1.3 2013/03/26 09:08:11 pinkbyte Exp $
-
-EAPI="5"
-
-inherit eutils
-
-DESCRIPTION="A high-speed compression/decompression library by Google"
-HOMEPAGE="https://code.google.com/p/snappy/"
-SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
-IUSE="static-libs"
-
-DOCS="AUTHORS ChangeLog README NEWS format_description.txt"
-
-src_prepare() {
- default
- # Avoid automagic lzop and gzip by not checking for it
- #sed -i -e '/^CHECK_EXT_COMPRESSION_LIB/d' "${S}/configure.ac" || die
- # Avoid eautoreconf due to the above sed by just removing the expanded lines
- sed -i -e '15126,15385d' "${S}/configure" || die
-}
-
-src_configure() {
- econf \
- --without-gflags \
- --disable-gtest \
- $(use_enable static-libs static)
-}
-
-src_install() {
- default
-
- # Remove docs installed by snappy itself
- rm -rf "${ED}/usr/share/doc/snappy" || die
-
- prune_libtool_files
-}
diff --git a/app-arch/snappy/snappy-1.1.0.ebuild b/app-arch/snappy/snappy-1.1.0.ebuild
deleted file mode 100644
index 9e0e968e9f9c..000000000000
--- a/app-arch/snappy/snappy-1.1.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/snappy/snappy-1.1.0.ebuild,v 1.5 2013/05/14 11:46:05 ago Exp $
-
-EAPI="5"
-
-inherit eutils autotools
-
-DESCRIPTION="A high-speed compression/decompression library by Google"
-HOMEPAGE="https://code.google.com/p/snappy/"
-SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux"
-IUSE="static-libs"
-
-DOCS="AUTHORS ChangeLog README NEWS format_description.txt"
-
-src_prepare() {
- default
- # Avoid automagic lzop and gzip by not checking for it
- sed -i -e '/^CHECK_EXT_COMPRESSION_LIB/d' "${S}/configure.ac" || die
- eautoreconf
-}
-
-src_configure() {
- econf \
- --without-gflags \
- --disable-gtest \
- $(use_enable static-libs static)
-}
-
-src_install() {
- default
-
- # Remove docs installed by snappy itself
- rm -rf "${ED}/usr/share/doc/snappy" || die
-
- prune_libtool_files
-}