summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-01-30 12:58:06 +0100
committerMichał Górny <mgorny@gentoo.org>2021-01-30 13:01:02 +0100
commit311843f079b343966d3d41db056f125e4445b18e (patch)
treefb4e27bb00ec8c5ea042a37d2fa876cd2b7e96a9 /app-doc
parentdev-libs/libclsync: Remove last-rited pkg (diff)
downloadgentoo-311843f079b343966d3d41db056f125e4445b18e.tar.gz
gentoo-311843f079b343966d3d41db056f125e4445b18e.tar.bz2
gentoo-311843f079b343966d3d41db056f125e4445b18e.zip
app-doc/clsync-docs: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/clsync-docs/Manifest1
-rw-r--r--app-doc/clsync-docs/clsync-docs-0.4.4-r1.ebuild39
-rw-r--r--app-doc/clsync-docs/metadata.xml14
3 files changed, 0 insertions, 54 deletions
diff --git a/app-doc/clsync-docs/Manifest b/app-doc/clsync-docs/Manifest
deleted file mode 100644
index 53ae0d386a14..000000000000
--- a/app-doc/clsync-docs/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST clsync-0.4.4.tar.gz 268276 BLAKE2B 0027760cfdee5c4410c4cea45aae2def6498d812d2f50038993c39a33c6029722ec2dd2cfff20815a3ffd8834eb8c439059e5f1d2cc3d2cf98ecb22ed22f2322 SHA512 cdafbf43fdeafe9cb53c08e0514ef356fb5b4bbd8da2226263180e7441d222c76e6c73f847f484b3688a8672e4a85df0346c0236d8d0ed4506d209189af02dcd
diff --git a/app-doc/clsync-docs/clsync-docs-0.4.4-r1.ebuild b/app-doc/clsync-docs/clsync-docs-0.4.4-r1.ebuild
deleted file mode 100644
index 78c6ac1084f1..000000000000
--- a/app-doc/clsync-docs/clsync-docs-0.4.4-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="${PN%-docs}"
-MY_P="${MY_PN}-${PV}"
-
-SRC_URI="https://github.com/clsync/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
-KEYWORDS="amd64 x86"
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="Clsync and libclsync API documentation"
-HOMEPAGE="http://ut.mephi.ru/oss/clsync https://github.com/clsync/clsync"
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE="api +examples"
-
-BDEPEND="api? ( app-doc/doxygen[dot] )"
-
-src_configure() {
- : # doxygen doesn't depend on configuration
-}
-
-src_compile() {
- if use api; then
- doxygen .doxygen || die "doxygen failed"
- fi
-}
-
-src_install() {
- dodoc CONTRIB DEVELOPING NOTES PROTOCOL README.md SHORTHANDS TODO
- if use api; then
- dodoc -r doc/doxygen/html doc/devel/*
- fi
- if use examples; then
- dodoc -r examples
- fi
-}
diff --git a/app-doc/clsync-docs/metadata.xml b/app-doc/clsync-docs/metadata.xml
deleted file mode 100644
index 109c5016fe20..000000000000
--- a/app-doc/clsync-docs/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>bircoph@gentoo.org</email>
- <name>Andrew Savchenko</name>
- </maintainer>
- <use>
- <flag name="api">Install doxygen generated API docs.</flag>
- </use>
- <upstream>
- <remote-id type="github">clsync/clsync</remote-id>
- </upstream>
-</pkgmetadata>