1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 16:02:39 +01:00

net-im/corebird: remove corebird ebuild

This commit is contained in:
2018-09-24 16:20:41 +02:00
parent fa29fba362
commit b70424bb60
3 changed files with 0 additions and 71 deletions

View File

@@ -1,3 +0,0 @@
DIST corebird-1.7.4.tar.gz 555650 BLAKE2B 1c9ef4d81084a291726876a76b700fe556c0c8c803921c2df215db7e0c268029fcefa95ea6aabd8f4934ecbf70e70ee57988b6c7aefebfd0851d3cb73d16b3fc SHA512 7e88f73ef1fc36379172d30251065e7ee3df54eabfaf954015ed4e739c5ad2b1821b43a07e66bb9363b7daa59b5e981d459a4aef87be8a3dd80a7ed41e37e582
EBUILD corebird-1.7.4-r1.ebuild 1087 BLAKE2B 00560b577b42bc7d7775ccd1b9a0268c711dcf297df662ca50ef0fe88e1c25318ee2d85607766d443da8b1dc8fcc5474d93f14db699fc0716dd0b7495c402e4c SHA512 0cded2e5d712ef96ec5e3d7afdb7870e275439fb653ba504f2a9eea7b632b54ee88729f085feedf1572e579c746d429bc229096a01444a01fd4cc37dbbbd8ce1
MISC metadata.xml 706 BLAKE2B b5dd009717a793cb13049225e00d2a2066eae0336fda4df54ec8095abaa147189bcacb8f4f81824f160a4a4bf836bd8758159e8a41808f38957c0c9211166625 SHA512 ec24b71619f5610115704e8ecf590f69f9364ed8842db9628ee089c8c0867356aa5830a24428117370b658badf1cc2b0adf7468f6183fbff8a5f8d91323b95a2

View File

@@ -1,45 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
VALA_MIN_API_VERSION=0.34
inherit gnome2 meson vala
DESCRIPTION="Native GTK+3 Twitter client"
HOMEPAGE="https://corebird.baedert.org/"
SRC_URI="https://github.com/baedert/corebird/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gstreamer spellcheck"
RDEPEND="dev-db/sqlite:3
>=dev-libs/glib-2.44:2
dev-libs/json-glib
>=sys-devel/gettext-0.19.7
gstreamer? ( >=media-libs/gst-plugins-bad-1.6:1.0[X,gtk]
media-libs/gst-plugins-base:1.0[X]
media-libs/gst-plugins-good:1.0
media-plugins/gst-plugins-hls:1.0
media-plugins/gst-plugins-libav:1.0
media-plugins/gst-plugins-meta:1.0[X]
media-plugins/gst-plugins-soup:1.0 )
spellcheck? ( >=app-text/gspell-1.0[vala] )
>=net-libs/libsoup-2.42.3.1
>=x11-libs/gtk+-3.20:3"
DEPEND="${RDEPEND}
$(vala_depend)"
src_prepare() {
default
vala_src_prepare
}
src_configure() {
meson_src_configure \
$(meson_use gstreamer video) \
$(meson_use spellcheck spellcheck)
}

View File

@@ -1,23 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>markpariente@gmail.com</email>
<name>Mark R. Pariente</name>
</maintainer>
<maintainer type="person">
<email>moschlar@metalabs.de</email>
<name>Moritz Schlarb</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers Project</name>
</maintainer>
<use>
<flag name="glade">Install glade catalogs for corebird</flag>
<flag name="spellcheck">Support spell checking</flag>
</use>
<upstream>
<remote-id type="github">baedert/corebird</remote-id>
</upstream>
</pkgmetadata>