dev-vcs/blogc-git-receiver: www-servers/blogc-runserver: removal

Packages were replaced by USE=git and USE=httpd in app-text/blogc.
This commit is contained in:
Rafael G. Martins
2016-06-19 17:53:14 +02:00
parent fecd0522cd
commit 2c6a8aa092
9 changed files with 0 additions and 210 deletions

View File

@@ -1 +0,0 @@
DIST blogc-git-receiver-0.4.0.tar.xz 240764 SHA256 14d3b60e2568c0995cc1cc4cb656a45aa63a44841f1246b441bb1011c5269d93 SHA512 d1c7cb660d570c66ae25046dfc1ea68ff0f9a76432b0063e7f3a955d5d8564fdb2443791191f94534f94a797e8f46e421554f009ca43ba5fd8f377eabecd57ea WHIRLPOOL 61f92b5280162e270c660e127a104a09a9e136b707333f605783308274978f28542b27a38c009b36d0411bedbf612a4ba8decef0eabc5550b69845fa121bdae4

View File

@@ -1,41 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="git://github.com/blogc/blogc-git-receiver.git
https://github.com/blogc/blogc-git-receiver.git"
inherit git-r3 autotools
fi
DESCRIPTION="A simple login shell/git hook to deploy blogc websites"
HOMEPAGE="https://github.com/blogc/blogc-git-receiver"
SRC_URI="https://github.com/blogc/${PN}/releases/download/v${PV}/${P}.tar.xz"
KEYWORDS="~amd64 ~x86"
if [[ ${PV} = *9999* ]]; then
SRC_URI=""
KEYWORDS=""
DEPEND="=dev-libs/squareball-9999"
else
DEPEND=">=dev-libs/squareball-0.2.0"
fi
LICENSE="BSD"
SLOT="0"
IUSE=""
RDEPEND="${DEPEND}
dev-vcs/git"
src_prepare() {
[[ ${PV} = *9999* ]] && AT_NO_RECURSIVE=1 eautoreconf
default
}
src_configure() {
econf \
--with-squareball=system
}

View File

@@ -1,41 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="git://github.com/blogc/blogc-git-receiver.git
https://github.com/blogc/blogc-git-receiver.git"
inherit git-r3 autotools
fi
DESCRIPTION="A simple login shell/git hook to deploy blogc websites"
HOMEPAGE="https://github.com/blogc/blogc-git-receiver"
SRC_URI="https://github.com/blogc/${PN}/releases/download/v${PV}/${P}.tar.xz"
KEYWORDS="~amd64 ~x86"
if [[ ${PV} = *9999* ]]; then
SRC_URI=""
KEYWORDS=""
DEPEND="=dev-libs/squareball-9999"
else
DEPEND=">=dev-libs/squareball-0.2.0"
fi
LICENSE="BSD"
SLOT="0"
IUSE=""
RDEPEND="${DEPEND}
dev-vcs/git"
src_prepare() {
[[ ${PV} = *9999* ]] && AT_NO_RECURSIVE=1 eautoreconf
default
}
src_configure() {
econf \
--with-squareball=system
}

View File

@@ -1,18 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>rafaelmartins@gentoo.org</email>
<name>Rafael G. Martins</name>
</maintainer>
<longdescription lang="en">
A simple login shell/git hook to deploy blogc websites.
</longdescription>
<upstream>
<maintainer status="active">
<email>rafael@rafaelmartins.eng.br</email>
<name>Rafael G. Martins</name>
</maintainer>
<remote-id type="github">blogc/blogc-git-receiver</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -323,12 +323,6 @@ net-libs/hubbub
# Broken reverse deps. At least one header file has been moved around.
>=media-gfx/imagemagick-7.0.1.0
# Rafael G. Martins <rafaelmartins@gentoo.org> (30 Apr 2016)
# Packages merged upstream with app-text/blogc. Please install
# app-text/blogc with USE=git and USE=httpd instead. Removal in 30 days.
dev-vcs/blogc-git-receiver
www-servers/blogc-runserver
# Sergey Popov <pinkbyte@gentoo.org> (26 Apr 2016)
# Security mask of older branches, wrt bug #5567810
<dev-vcs/subversion-1.8

View File

@@ -1 +0,0 @@
DIST blogc-runserver-0.1.1.tar.xz 247424 SHA256 8a9b72bbbc77181489a854071e138f0a4dcdc6c43acec41cd773e99d56c6fc63 SHA512 b0e12ad58928e5328215a53a001358c85f896dd27dcb99f6f69c1618b82fee700b52b820329cfd2e3b6f35b5a5eef6c182312255511d66d98860e16a435fbde0 WHIRLPOOL 1c17c81783ca7611d3126deb16db975bfddae718a8dd76f59535b6c193fcbb2994c4e3207344dd26070d1fce6a95f7c6bc26ea61c136858946f6497a8a6f41b2

View File

@@ -1,42 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="git://github.com/blogc/blogc-runserver.git
https://github.com/blogc/blogc-runserver.git"
inherit git-r3 autotools
fi
DESCRIPTION="A simple HTTP server to test blogc websites"
HOMEPAGE="https://github.com/blogc/blogc-runserver"
SRC_URI="https://github.com/blogc/${PN}/releases/download/v${PV}/${P}.tar.xz"
KEYWORDS="~amd64 ~x86"
if [[ ${PV} = *9999* ]]; then
SRC_URI=""
KEYWORDS=""
DEPEND="=dev-libs/squareball-9999"
else
DEPEND=">=dev-libs/squareball-0.1"
fi
LICENSE="BSD"
SLOT="0"
IUSE=""
RDEPEND="${DEPEND}
dev-libs/libevent
sys-apps/file"
src_prepare() {
[[ ${PV} = *9999* ]] && eautoreconf
default
}
src_configure() {
econf \
--with-squareball=system
}

View File

@@ -1,42 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="git://github.com/blogc/blogc-runserver.git
https://github.com/blogc/blogc-runserver.git"
inherit git-r3 autotools
fi
DESCRIPTION="A simple HTTP server to test blogc websites"
HOMEPAGE="https://github.com/blogc/blogc-runserver"
SRC_URI="https://github.com/blogc/${PN}/releases/download/v${PV}/${P}.tar.xz"
KEYWORDS="~amd64 ~x86"
if [[ ${PV} = *9999* ]]; then
SRC_URI=""
KEYWORDS=""
DEPEND="=dev-libs/squareball-9999"
else
DEPEND=">=dev-libs/squareball-0.1"
fi
LICENSE="BSD"
SLOT="0"
IUSE=""
RDEPEND="${DEPEND}
dev-libs/libevent
sys-apps/file"
src_prepare() {
[[ ${PV} = *9999* ]] && eautoreconf
default
}
src_configure() {
econf \
--with-squareball=system
}

View File

@@ -1,18 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>rafaelmartins@gentoo.org</email>
<name>Rafael G. Martins</name>
</maintainer>
<longdescription lang="en">
A simple HTTP server to test blogc websites.
</longdescription>
<upstream>
<maintainer status="active">
<email>rafael@rafaelmartins.eng.br</email>
<name>Rafael G. Martins</name>
</maintainer>
<remote-id type="github">blogc/blogc-runserver</remote-id>
</upstream>
</pkgmetadata>