summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael G. Martins <rafaelmartins@gentoo.org>2016-06-19 17:53:14 +0200
committerRafael G. Martins <rafaelmartins@gentoo.org>2016-06-19 17:53:19 +0200
commit2c6a8aa092cfa8ce37e63c9d9564764f33d3dc73 (patch)
tree3bfd9705e3e1050b2442d0ea307f8195ddc9e1c4
parentapp-text/blogc: version bump (diff)
downloadgentoo-2c6a8aa092cfa8ce37e63c9d9564764f33d3dc73.tar.gz
gentoo-2c6a8aa092cfa8ce37e63c9d9564764f33d3dc73.tar.bz2
gentoo-2c6a8aa092cfa8ce37e63c9d9564764f33d3dc73.zip
dev-vcs/blogc-git-receiver: www-servers/blogc-runserver: removal
Packages were replaced by USE=git and USE=httpd in app-text/blogc.
-rw-r--r--dev-vcs/blogc-git-receiver/Manifest1
-rw-r--r--dev-vcs/blogc-git-receiver/blogc-git-receiver-0.4.0.ebuild41
-rw-r--r--dev-vcs/blogc-git-receiver/blogc-git-receiver-9999.ebuild41
-rw-r--r--dev-vcs/blogc-git-receiver/metadata.xml18
-rw-r--r--profiles/package.mask6
-rw-r--r--www-servers/blogc-runserver/Manifest1
-rw-r--r--www-servers/blogc-runserver/blogc-runserver-0.1.1.ebuild42
-rw-r--r--www-servers/blogc-runserver/blogc-runserver-9999.ebuild42
-rw-r--r--www-servers/blogc-runserver/metadata.xml18
9 files changed, 0 insertions, 210 deletions
diff --git a/dev-vcs/blogc-git-receiver/Manifest b/dev-vcs/blogc-git-receiver/Manifest
deleted file mode 100644
index ae7a030d50c9..000000000000
--- a/dev-vcs/blogc-git-receiver/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST blogc-git-receiver-0.4.0.tar.xz 240764 SHA256 14d3b60e2568c0995cc1cc4cb656a45aa63a44841f1246b441bb1011c5269d93 SHA512 d1c7cb660d570c66ae25046dfc1ea68ff0f9a76432b0063e7f3a955d5d8564fdb2443791191f94534f94a797e8f46e421554f009ca43ba5fd8f377eabecd57ea WHIRLPOOL 61f92b5280162e270c660e127a104a09a9e136b707333f605783308274978f28542b27a38c009b36d0411bedbf612a4ba8decef0eabc5550b69845fa121bdae4
diff --git a/dev-vcs/blogc-git-receiver/blogc-git-receiver-0.4.0.ebuild b/dev-vcs/blogc-git-receiver/blogc-git-receiver-0.4.0.ebuild
deleted file mode 100644
index 145f1c1c3f0f..000000000000
--- a/dev-vcs/blogc-git-receiver/blogc-git-receiver-0.4.0.ebuild
+++ /dev/null
@@ -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
-}
diff --git a/dev-vcs/blogc-git-receiver/blogc-git-receiver-9999.ebuild b/dev-vcs/blogc-git-receiver/blogc-git-receiver-9999.ebuild
deleted file mode 100644
index 145f1c1c3f0f..000000000000
--- a/dev-vcs/blogc-git-receiver/blogc-git-receiver-9999.ebuild
+++ /dev/null
@@ -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
-}
diff --git a/dev-vcs/blogc-git-receiver/metadata.xml b/dev-vcs/blogc-git-receiver/metadata.xml
deleted file mode 100644
index 3761186761c1..000000000000
--- a/dev-vcs/blogc-git-receiver/metadata.xml
+++ /dev/null
@@ -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>
diff --git a/profiles/package.mask b/profiles/package.mask
index e303b4dd8dfe..12cab319fab0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -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
diff --git a/www-servers/blogc-runserver/Manifest b/www-servers/blogc-runserver/Manifest
deleted file mode 100644
index e41ea52786e8..000000000000
--- a/www-servers/blogc-runserver/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST blogc-runserver-0.1.1.tar.xz 247424 SHA256 8a9b72bbbc77181489a854071e138f0a4dcdc6c43acec41cd773e99d56c6fc63 SHA512 b0e12ad58928e5328215a53a001358c85f896dd27dcb99f6f69c1618b82fee700b52b820329cfd2e3b6f35b5a5eef6c182312255511d66d98860e16a435fbde0 WHIRLPOOL 1c17c81783ca7611d3126deb16db975bfddae718a8dd76f59535b6c193fcbb2994c4e3207344dd26070d1fce6a95f7c6bc26ea61c136858946f6497a8a6f41b2
diff --git a/www-servers/blogc-runserver/blogc-runserver-0.1.1.ebuild b/www-servers/blogc-runserver/blogc-runserver-0.1.1.ebuild
deleted file mode 100644
index 649d7522651b..000000000000
--- a/www-servers/blogc-runserver/blogc-runserver-0.1.1.ebuild
+++ /dev/null
@@ -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
-}
diff --git a/www-servers/blogc-runserver/blogc-runserver-9999.ebuild b/www-servers/blogc-runserver/blogc-runserver-9999.ebuild
deleted file mode 100644
index 649d7522651b..000000000000
--- a/www-servers/blogc-runserver/blogc-runserver-9999.ebuild
+++ /dev/null
@@ -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
-}
diff --git a/www-servers/blogc-runserver/metadata.xml b/www-servers/blogc-runserver/metadata.xml
deleted file mode 100644
index 8ae2e4745c25..000000000000
--- a/www-servers/blogc-runserver/metadata.xml
+++ /dev/null
@@ -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>