public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/mastodonpp/
Date: Tue,  2 Aug 2022 10:55:17 +0000 (UTC)	[thread overview]
Message-ID: <1659357503.fcb6d7fca59107799005defe893603df5452b793.lanodan@gentoo> (raw)

commit:     fcb6d7fca59107799005defe893603df5452b793
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Mon Aug  1 12:38:23 2022 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Mon Aug  1 12:38:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fcb6d7fc

dev-cpp/mastodonpp: drop 0.5.7

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>

 dev-cpp/mastodonpp/mastodonpp-0.5.7.ebuild | 59 ------------------------------
 1 file changed, 59 deletions(-)

diff --git a/dev-cpp/mastodonpp/mastodonpp-0.5.7.ebuild b/dev-cpp/mastodonpp/mastodonpp-0.5.7.ebuild
deleted file mode 100644
index 60770d518..000000000
--- a/dev-cpp/mastodonpp/mastodonpp-0.5.7.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-[[ "${PV}" == "9999" ]] && inherit git-r3
-
-DESCRIPTION="C++ wrapper for the Mastodon and Pleroma APIs."
-HOMEPAGE="https://schlomp.space/tastytea/mastodonpp"
-if [[ "${PV}" != "9999" ]]; then
-	SRC_URI="https://schlomp.space/tastytea/mastodonpp/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	S="${WORKDIR}/${PN}"
-	KEYWORDS="~amd64"
-else
-	EGIT_REPO_URI="https://schlomp.space/tastytea/mastodonpp.git"
-fi
-
-LICENSE="AGPL-3"
-SLOT="0"
-IUSE="doc examples test"
-
-RDEPEND=">=net-misc/curl-7.56.0[ssl]"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	doc? ( app-doc/doxygen[dot] )
-	test? ( dev-cpp/catch )
-"
-
-RESTRICT="!test? ( test )"
-
-src_configure() {
-	local mycmakeargs=(
-		-DWITH_EXAMPLES=NO
-		-DWITH_TESTS="$(usex test)"
-		-DWITH_DOC="$(usex doc)"
-	)
-
-	cmake_src_configure
-}
-
-src_test() {
-	BUILD_DIR="${BUILD_DIR}/tests" cmake_src_test
-}
-
-src_install() {
-	if use doc; then
-		HTML_DOCS="${BUILD_DIR}/doc/html/*"
-	fi
-
-	if use examples; then
-		docinto examples
-		for file in examples/*.cpp; do
-			dodoc ${file}
-		done
-	fi
-
-	cmake_src_install
-}


             reply	other threads:[~2022-08-02 10:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-02 10:55 Haelwenn Monnier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-03-14 16:35 [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/mastodonpp/ Florian Schmaus
2022-08-02 10:55 Haelwenn Monnier
2020-11-28 13:57 Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1659357503.fcb6d7fca59107799005defe893603df5452b793.lanodan@gentoo \
    --to=contact@hacktivis.me \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox