From 5991fa5664455af8b558b4b8f5642522d2dc26cb Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 21 Jun 2018 20:30:11 +0200 Subject: [PATCH] removed old ebuilds of mastodon-cpp --- .../mastodon-cpp/mastodon-cpp-0.10.1.ebuild | 53 ------------------- .../mastodon-cpp/mastodon-cpp-0.12.0.ebuild | 53 ------------------- .../mastodon-cpp/mastodon-cpp-0.12.1.ebuild | 53 ------------------- .../mastodon-cpp/mastodon-cpp-0.13.1.ebuild | 53 ------------------- .../mastodon-cpp/mastodon-cpp-0.14.0.ebuild | 53 ------------------- 5 files changed, 265 deletions(-) delete mode 100644 dev-cpp/mastodon-cpp/mastodon-cpp-0.10.1.ebuild delete mode 100644 dev-cpp/mastodon-cpp/mastodon-cpp-0.12.0.ebuild delete mode 100644 dev-cpp/mastodon-cpp/mastodon-cpp-0.12.1.ebuild delete mode 100644 dev-cpp/mastodon-cpp/mastodon-cpp-0.13.1.ebuild delete mode 100644 dev-cpp/mastodon-cpp/mastodon-cpp-0.14.0.ebuild diff --git a/dev-cpp/mastodon-cpp/mastodon-cpp-0.10.1.ebuild b/dev-cpp/mastodon-cpp/mastodon-cpp-0.10.1.ebuild deleted file mode 100644 index 0240eb2..0000000 --- a/dev-cpp/mastodon-cpp/mastodon-cpp-0.10.1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -EAPI=6 -inherit cmake-utils - -DESCRIPTION="mastodon-cpp is a C++ wrapper for the Mastodon API." -HOMEPAGE="https://github.com/tastytea/mastodon-cpp" -SRC_URI="https://github.com/tastytea/mastodon-cpp/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="doc debug examples" -RDEPEND=">=dev-cpp/curlpp-0.7.3 - >=dev-libs/jsoncpp-1.8.1" -DEPEND=">=dev-util/cmake-3.9.6 - doc? ( >=app-doc/doxygen-1.8.13-r1 ) - ${RDEPEND}" - -src_configure() { - local mycmakeargs=( - -DWITH_DOC=NO - -DWITH_EXAMPLES=NO - -DWITH_TESTS=NO - ) - if use debug; then - mycmakeargs+=(-DCMAKE_BUILD_TYPE=Debug) - else - mycmakeargs+=(-DCMAKE_BUILD_TYPE=Release) - fi - cmake-utils_src_configure -} - -# We won't let cmake handle the documentation, because it would install the -# examples, no matter if we want them. -src_compile() { - if use doc; then - ./build_doc.sh - fi - cmake-utils_src_compile -} - -src_install() { - if use doc; then - HTML_DOCS="doc/html/*" - fi - - if use examples; then - docinto examples - for file in examples/*.cpp; do - dodoc ${file} - done - fi - - cmake-utils_src_install -} diff --git a/dev-cpp/mastodon-cpp/mastodon-cpp-0.12.0.ebuild b/dev-cpp/mastodon-cpp/mastodon-cpp-0.12.0.ebuild deleted file mode 100644 index 0240eb2..0000000 --- a/dev-cpp/mastodon-cpp/mastodon-cpp-0.12.0.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -EAPI=6 -inherit cmake-utils - -DESCRIPTION="mastodon-cpp is a C++ wrapper for the Mastodon API." -HOMEPAGE="https://github.com/tastytea/mastodon-cpp" -SRC_URI="https://github.com/tastytea/mastodon-cpp/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="doc debug examples" -RDEPEND=">=dev-cpp/curlpp-0.7.3 - >=dev-libs/jsoncpp-1.8.1" -DEPEND=">=dev-util/cmake-3.9.6 - doc? ( >=app-doc/doxygen-1.8.13-r1 ) - ${RDEPEND}" - -src_configure() { - local mycmakeargs=( - -DWITH_DOC=NO - -DWITH_EXAMPLES=NO - -DWITH_TESTS=NO - ) - if use debug; then - mycmakeargs+=(-DCMAKE_BUILD_TYPE=Debug) - else - mycmakeargs+=(-DCMAKE_BUILD_TYPE=Release) - fi - cmake-utils_src_configure -} - -# We won't let cmake handle the documentation, because it would install the -# examples, no matter if we want them. -src_compile() { - if use doc; then - ./build_doc.sh - fi - cmake-utils_src_compile -} - -src_install() { - if use doc; then - HTML_DOCS="doc/html/*" - fi - - if use examples; then - docinto examples - for file in examples/*.cpp; do - dodoc ${file} - done - fi - - cmake-utils_src_install -} diff --git a/dev-cpp/mastodon-cpp/mastodon-cpp-0.12.1.ebuild b/dev-cpp/mastodon-cpp/mastodon-cpp-0.12.1.ebuild deleted file mode 100644 index 0240eb2..0000000 --- a/dev-cpp/mastodon-cpp/mastodon-cpp-0.12.1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -EAPI=6 -inherit cmake-utils - -DESCRIPTION="mastodon-cpp is a C++ wrapper for the Mastodon API." -HOMEPAGE="https://github.com/tastytea/mastodon-cpp" -SRC_URI="https://github.com/tastytea/mastodon-cpp/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="doc debug examples" -RDEPEND=">=dev-cpp/curlpp-0.7.3 - >=dev-libs/jsoncpp-1.8.1" -DEPEND=">=dev-util/cmake-3.9.6 - doc? ( >=app-doc/doxygen-1.8.13-r1 ) - ${RDEPEND}" - -src_configure() { - local mycmakeargs=( - -DWITH_DOC=NO - -DWITH_EXAMPLES=NO - -DWITH_TESTS=NO - ) - if use debug; then - mycmakeargs+=(-DCMAKE_BUILD_TYPE=Debug) - else - mycmakeargs+=(-DCMAKE_BUILD_TYPE=Release) - fi - cmake-utils_src_configure -} - -# We won't let cmake handle the documentation, because it would install the -# examples, no matter if we want them. -src_compile() { - if use doc; then - ./build_doc.sh - fi - cmake-utils_src_compile -} - -src_install() { - if use doc; then - HTML_DOCS="doc/html/*" - fi - - if use examples; then - docinto examples - for file in examples/*.cpp; do - dodoc ${file} - done - fi - - cmake-utils_src_install -} diff --git a/dev-cpp/mastodon-cpp/mastodon-cpp-0.13.1.ebuild b/dev-cpp/mastodon-cpp/mastodon-cpp-0.13.1.ebuild deleted file mode 100644 index 0240eb2..0000000 --- a/dev-cpp/mastodon-cpp/mastodon-cpp-0.13.1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -EAPI=6 -inherit cmake-utils - -DESCRIPTION="mastodon-cpp is a C++ wrapper for the Mastodon API." -HOMEPAGE="https://github.com/tastytea/mastodon-cpp" -SRC_URI="https://github.com/tastytea/mastodon-cpp/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="doc debug examples" -RDEPEND=">=dev-cpp/curlpp-0.7.3 - >=dev-libs/jsoncpp-1.8.1" -DEPEND=">=dev-util/cmake-3.9.6 - doc? ( >=app-doc/doxygen-1.8.13-r1 ) - ${RDEPEND}" - -src_configure() { - local mycmakeargs=( - -DWITH_DOC=NO - -DWITH_EXAMPLES=NO - -DWITH_TESTS=NO - ) - if use debug; then - mycmakeargs+=(-DCMAKE_BUILD_TYPE=Debug) - else - mycmakeargs+=(-DCMAKE_BUILD_TYPE=Release) - fi - cmake-utils_src_configure -} - -# We won't let cmake handle the documentation, because it would install the -# examples, no matter if we want them. -src_compile() { - if use doc; then - ./build_doc.sh - fi - cmake-utils_src_compile -} - -src_install() { - if use doc; then - HTML_DOCS="doc/html/*" - fi - - if use examples; then - docinto examples - for file in examples/*.cpp; do - dodoc ${file} - done - fi - - cmake-utils_src_install -} diff --git a/dev-cpp/mastodon-cpp/mastodon-cpp-0.14.0.ebuild b/dev-cpp/mastodon-cpp/mastodon-cpp-0.14.0.ebuild deleted file mode 100644 index 0240eb2..0000000 --- a/dev-cpp/mastodon-cpp/mastodon-cpp-0.14.0.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -EAPI=6 -inherit cmake-utils - -DESCRIPTION="mastodon-cpp is a C++ wrapper for the Mastodon API." -HOMEPAGE="https://github.com/tastytea/mastodon-cpp" -SRC_URI="https://github.com/tastytea/mastodon-cpp/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="doc debug examples" -RDEPEND=">=dev-cpp/curlpp-0.7.3 - >=dev-libs/jsoncpp-1.8.1" -DEPEND=">=dev-util/cmake-3.9.6 - doc? ( >=app-doc/doxygen-1.8.13-r1 ) - ${RDEPEND}" - -src_configure() { - local mycmakeargs=( - -DWITH_DOC=NO - -DWITH_EXAMPLES=NO - -DWITH_TESTS=NO - ) - if use debug; then - mycmakeargs+=(-DCMAKE_BUILD_TYPE=Debug) - else - mycmakeargs+=(-DCMAKE_BUILD_TYPE=Release) - fi - cmake-utils_src_configure -} - -# We won't let cmake handle the documentation, because it would install the -# examples, no matter if we want them. -src_compile() { - if use doc; then - ./build_doc.sh - fi - cmake-utils_src_compile -} - -src_install() { - if use doc; then - HTML_DOCS="doc/html/*" - fi - - if use examples; then - docinto examples - for file in examples/*.cpp; do - dodoc ${file} - done - fi - - cmake-utils_src_install -}