summaryrefslogtreecommitdiff
path: root/app-doc/clsync-docs
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-21 18:58:21 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-21 18:58:21 +0100
commit3811bc3072bf19e2be351d2c63f81532945c0f21 (patch)
tree52b4da2dd6e3e391c6d505db21bf24fbedd2cb6e /app-doc/clsync-docs
parent741f84b9049559581fdb52d1f8b93b5105c1187b (diff)
gentoo resync : 21.07.2018
Diffstat (limited to 'app-doc/clsync-docs')
-rw-r--r--app-doc/clsync-docs/Manifest4
-rw-r--r--app-doc/clsync-docs/clsync-docs-0.4.1.ebuild49
-rw-r--r--app-doc/clsync-docs/clsync-docs-0.4.2.ebuild4
3 files changed, 3 insertions, 54 deletions
diff --git a/app-doc/clsync-docs/Manifest b/app-doc/clsync-docs/Manifest
index 9a36f80cf8f3..afdc72deefd6 100644
--- a/app-doc/clsync-docs/Manifest
+++ b/app-doc/clsync-docs/Manifest
@@ -1,5 +1,3 @@
-DIST clsync-0.4.1.tar.gz 253890 BLAKE2B c8aada690635f1cac355a1eaa51f4379688b0005869c5dcd6edccf5ae8e86abddf9ff99ccfcffeb165ccc80f407087a3f0863d1b78279894ff410daf25467740 SHA512 875280f706026d44806b92c22fa58d016136b2792f67a6b7e77f932465081da7a1ebaf22c25e538e4b58bfe04cd1cd5450ecab99c3df53ddd2a0fa966442d444
DIST clsync-0.4.2.tar.gz 256042 BLAKE2B 28474fc66341b93705a502fcff390e3affcd89a9e1eb272dce9b28be709562e09c03e9c300cfeb5371e2e618a2239468a58c46212a39d751fbbfddeaab12bcf6 SHA512 d14a2efc4bf58d9d5c7a3fe5634cacdd182cd7cd814b0e9ebd99024a7282b056d1f7ceeec6903666391c3572d599a18e205af818b098ed7768d5c0e0f4cd1200
-EBUILD clsync-docs-0.4.1.ebuild 1042 BLAKE2B 33248ab05c8f6f230c3a2239db63e0a8e4b7df6256c8dffe3f8ea03bdd621675e2780ce163e5a68bbd2e0c1b1de164da5168e4d445563d4115e3dd4ed6087876 SHA512 f92c8752dcec8d46a76d748a679baf4ed857cfd7261184f11b8ba43ddbc8780490a7b0c089bde4f4853efd0e6d8544efb7e4377dbe15a68000a0e1a5afd7a03b
-EBUILD clsync-docs-0.4.2.ebuild 889 BLAKE2B 04dd3168a1b27a2a1cd5ef36216b138fc116258e1095caf94ae29e5200c39ceb5fc2c2a7dcd039ec5eec4770738ed66781f8452a434d5f287978fa706cc2751c SHA512 db90d42739b569cff772b81a7b71fb8a9e56df0f97fdd1d155e81a59c04723046579330a48e5b30a55e40ba021277e2e247ed2d60474c9153d6f302e5d2a20bb
+EBUILD clsync-docs-0.4.2.ebuild 887 BLAKE2B a4313ec415bf46da96fdc9c74fe23db50d02cda780234ddab9071a8eabf4020c5a9b8a31acb6acbf889fc94dbd57851f9ba54788d8f969280dc58ba868aaab43 SHA512 6694a4bf978d223ccf75219d4b85754b44b95c81cac77efa701d80def33d8c7bc0043f5a875dfde1ccf608a49bf7e57ba93118679ca8f63c1b38d3a72abe73ad
MISC metadata.xml 569 BLAKE2B affa352674c37363d695f97f53015f89769c91a1e6ddb35d6a7f4a12e161fd266841f1d2bcc630ef0807c8bb936835e7cf50b26dc3630c718364fb8bc027910d SHA512 21485b31c70a686ff1cbb5af951f4ab0a89841878cda664a396561dd683349c857c0485551c77c924677b4542b35b08ff55b11ca3c20176531bf7e4a1b05f60b
diff --git a/app-doc/clsync-docs/clsync-docs-0.4.1.ebuild b/app-doc/clsync-docs/clsync-docs-0.4.1.ebuild
deleted file mode 100644
index f4943eef407f..000000000000
--- a/app-doc/clsync-docs/clsync-docs-0.4.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_PN="${PN%-docs}"
-MY_P="${MY_PN}-${PV}"
-
-if [[ ${PV} == "9999" ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/xaionaro/${MY_PN}.git"
-else
- SRC_URI="https://github.com/xaionaro/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
- S="${WORKDIR}/${MY_P}"
-fi
-
-DESCRIPTION="Clsync and libclsync API documentation"
-HOMEPAGE="http://ut.mephi.ru/oss/clsync https://github.com/xaionaro/clsync"
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE="api +examples"
-
-DEPEND="
- virtual/pkgconfig
- api? ( app-doc/doxygen )
-"
-
-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
- dohtml -r doc/doxygen/html/*
- dodoc -r doc/devel/*
- fi
- if use examples; then
- docinto examples
- dodoc -r examples/{production,clsync*}
- fi
-}
diff --git a/app-doc/clsync-docs/clsync-docs-0.4.2.ebuild b/app-doc/clsync-docs/clsync-docs-0.4.2.ebuild
index 104b181d2ef0..80ae3e55b4a1 100644
--- a/app-doc/clsync-docs/clsync-docs-0.4.2.ebuild
+++ b/app-doc/clsync-docs/clsync-docs-0.4.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -7,7 +7,7 @@ MY_PN="${PN%-docs}"
MY_P="${MY_PN}-${PV}"
SRC_URI="https://github.com/xaionaro/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
S="${WORKDIR}/${MY_P}"
DESCRIPTION="Clsync and libclsync API documentation"