From 38390274ae99a943d511212c204377f353f30ceb Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 8 Oct 2018 18:36:13 +0200 Subject: [PATCH] Removed ebuilds from CI recipe --- .drone.yml | 5 ----- CMakeLists.txt | 2 +- README.md | 3 ++- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7e43a1e..97beb0c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,6 @@ pipeline: - make VERBOSE=1 - make install DESTDIR=install - ctest .. - - cp -v ../packages/gentoo/mastodon-cpp-0.0.0.ebuild mastodon-cpp-${DRONE_TAG}.ebuild - make package - cmake -DWITH_DEB=ON .. - make package @@ -37,7 +36,6 @@ pipeline: - make VERBOSE=1 - make install DESTDIR=install - ctest .. - - cp -v ../packages/gentoo/mastodon-cpp-0.0.0.ebuild mastodon-cpp-${DRONE_TAG}.ebuild - make package - cmake -DWITH_DEB=ON .. - make package @@ -60,7 +58,6 @@ pipeline: - make VERBOSE=1 - make install DESTDIR=install - ctest .. - - cp -v ../packages/gentoo/mastodon-cpp-0.0.0.ebuild mastodon-cpp-${DRONE_TAG}.ebuild - make package - cmake -DWITH_DEB=ON .. - make package @@ -72,7 +69,6 @@ pipeline: when: event: tag commands: - - cp -v build/mastodon-cpp-${DRONE_TAG}.ebuild . - cp -v build/mastodon-cpp-${DRONE_TAG}_x86_64.tar.gz . - cp -v build/libmastodon-cpp[_-]${DRONE_TAG}*{deb,rpm} . gitea_release: @@ -85,7 +81,6 @@ pipeline: title: ${DRONE_TAG} prerelease: true files: - - mastodon-cpp-${DRONE_TAG}.ebuild - mastodon-cpp-${DRONE_TAG}_x86_64.tar.gz - libmastodon-cpp_${DRONE_TAG}-0_amd64.deb - libmastodon-cpp-${DRONE_TAG}-0.x86_64.rpm diff --git a/CMakeLists.txt b/CMakeLists.txt index 96abfcc..63c6e0d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.6) project (mastodon-cpp - VERSION 0.18.7 + VERSION 0.18.8 LANGUAGES CXX ) diff --git a/README.md b/README.md index a51b7f3..68fbe41 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,8 @@ If you use a debug build, you get more verbose error messages. ## Packages Every [release](https://schlomp.space/tastytea/mastodon-cpp/releases) includes -packages for the package managers of Gentoo, Debian and Red Hat. +packages for the package managers of Debian and Red Hat. Gentoo packages are +available in an overlay. ### Gentoo