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 /dev-vcs
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.
Diffstat (limited to 'dev-vcs')
-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
4 files changed, 0 insertions, 101 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>