dev-util/httpup: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Sun, 24 Jul 2016 13:19:09 +0000 (15:19 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 24 Jul 2016 13:22:59 +0000 (15:22 +0200)
dev-util/httpup/Manifest [deleted file]
dev-util/httpup/files/httpup-0.4.0k-Makefile.patch [deleted file]
dev-util/httpup/files/httpup-0.4.0k-gcc-4.7.patch [deleted file]
dev-util/httpup/httpup-0.4.0k.ebuild [deleted file]
dev-util/httpup/metadata.xml [deleted file]
profiles/package.mask

diff --git a/dev-util/httpup/Manifest b/dev-util/httpup/Manifest
deleted file mode 100644 (file)
index bdf9ee4..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST httpup-0.4.0k.tar.gz 27167 SHA256 780043fa99e9c1b09b115f4e0a71fc4aeb7278a59fbfcd65c9d34385ee52f3d6 SHA512 9a7299390cd5b5b8cfcfce60ff65eb34f80b96e4a894bd42ac204d2b80d9f9376a892123c161dd1aadf3080d622212bd131e5a61405ef45f6048c360abe512b4 WHIRLPOOL 19c47010f45c7597dce5fcaaa245482743499864bbbe33f02bfe3496cfa6d70f8e384d9c099ac78ffcb60bfbd95cecb2dfafb81768a280cc8ca14494d97c94ca
diff --git a/dev-util/httpup/files/httpup-0.4.0k-Makefile.patch b/dev-util/httpup/files/httpup-0.4.0k-Makefile.patch
deleted file mode 100644 (file)
index 9676e8d..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
---- Makefile
-+++ Makefile
-@@ -8,10 +8,10 @@
- mandir=               $(prefix)/man
--CXX=          g++
--CXXFLAGS=     -O2 -pipe -DMF_VERSION=\"${version}\"
--CXXFLAGS+=    -g -Wall -Werror
--LDFLAGS=      -lcurl
-+CXX?=         g++
-+CXXFLAGS+=    -DMF_VERSION=\"${version}\"
-+CXXFLAGS+=    -Wall
-+LIBS=                 -lcurl
- INSTALL=      /usr/bin/install
- STRIP=                /usr/bin/strip
-@@ -36,7 +36,7 @@
- $(name): $(OBJS)
--      $(CXX) $(LDFLAGS) $(OBJS) -o $(name)
-+      $(CXX) $(LDFLAGS) $(OBJS) -o $(name) $(LIBS)
- distclean: clean
-       -rm -f Makefile config.log config.h *~ *.core core.*
diff --git a/dev-util/httpup/files/httpup-0.4.0k-gcc-4.7.patch b/dev-util/httpup/files/httpup-0.4.0k-gcc-4.7.patch
deleted file mode 100644 (file)
index c015cec..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
- main.cpp |    1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
-
-diff --git a/main.cpp b/main.cpp
-index 3040b9d..2d807ed 100644
---- a/main.cpp
-+++ b/main.cpp
-@@ -12,6 +12,7 @@
- #include <iostream>
- #include <string>
- #include <cstdlib>
-+#include <unistd.h>
- using namespace std;
- #include "httpup.h"
diff --git a/dev-util/httpup/httpup-0.4.0k.ebuild b/dev-util/httpup/httpup-0.4.0k.ebuild
deleted file mode 100644 (file)
index df85092..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="synchronisation tool for http file repositories"
-HOMEPAGE="http://jw.tks6.net/files/crux/httpup_manual.html"
-SRC_URI="http://jw.tks6.net/files/crux/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-DEPEND="net-misc/curl"
-RDEPEND=${DEPEND}
-
-src_prepare() {
-       epatch \
-               "${FILESDIR}"/${P}-Makefile.patch \
-               "${FILESDIR}"/${P}-gcc-4.7.patch
-       tc-export CC CXX
-}
-
-src_install() {
-       emake DESTDIR="${D}" \
-               mandir="${EPREFIX}/usr/share/man" \
-               prefix="${EPREFIX}/usr" install
-       dodoc AUTHORS ChangeLog httpup.conf.example README TODO
-}
diff --git a/dev-util/httpup/metadata.xml b/dev-util/httpup/metadata.xml
deleted file mode 100644 (file)
index 6f49eba..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>
index b1d426ca80dcbc8840c04766ef2d52677b4a185e..74d19d4f8aaa22f18006da5b66e4688f259b14aa 100644 (file)
@@ -250,7 +250,6 @@ app-portage/epm
 # Unmaintained ebuilds. Upstream is either dead or AWOL. Also, most of these
 # ebuilds are still sitting in ~arch after years in the tree.
 # Masked for removal in 30 days.
-dev-util/httpup
 dev-util/crow-designer
 dev-util/qdevelop
 dev-util/intel2gas