From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 663241382C5 for ; Sun, 28 Jan 2018 16:19:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29C3CE0830; Sun, 28 Jan 2018 16:19:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EB597E0DBE for ; Sun, 28 Jan 2018 16:19:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A281335C2F for ; Sun, 28 Jan 2018 16:19:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE8091D6 for ; Sun, 28 Jan 2018 16:19:16 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1517156330.9cff7fb463a39689b07aac6937644aab208dba21.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/girara/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/girara/Manifest dev-libs/girara/girara-0.2.2.ebuild X-VCS-Directories: dev-libs/girara/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 9cff7fb463a39689b07aac6937644aab208dba21 X-VCS-Branch: master Date: Sun, 28 Jan 2018 16:19:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 046aa4de-1b70-44c3-b10a-47ef3a1e5d70 X-Archives-Hash: 1a8fc0cdb276a12f35caf802963647ad commit: 9cff7fb463a39689b07aac6937644aab208dba21 Author: Michael Weber gentoo org> AuthorDate: Sun Jan 28 15:42:28 2018 +0000 Commit: Michael Weber gentoo org> CommitDate: Sun Jan 28 16:18:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cff7fb4 dev-libs/girara: Remove old. Package-Manager: Portage-2.3.20, Repoman-2.3.6 dev-libs/girara/Manifest | 1 - dev-libs/girara/girara-0.2.2.ebuild | 67 ------------------------------------- 2 files changed, 68 deletions(-) diff --git a/dev-libs/girara/Manifest b/dev-libs/girara/Manifest index f1e4dfd556a..7557afc5873 100644 --- a/dev-libs/girara/Manifest +++ b/dev-libs/girara/Manifest @@ -1,2 +1 @@ -DIST girara-0.2.2.tar.gz 72553 BLAKE2B fd1475162161233affbc906c2aee21cf23b9274a821894df8f2a62ec877eabaee9ff6b4eeddadab12469e5c090f72d2282764382b3a0f8e270b0b2af9713c8c1 SHA512 216f737843523542697f995c08792adfaa0961414b7002d9b2740cc54f6fc94e61cbf06d5a71fa3e56637ad7594fe8c7cf5abb96784ff492c8305c2a7848ec8d DIST girara-0.2.7.tar.gz 76723 BLAKE2B 7438709e15b9272260cfa9f5419b40672a2c33b2cdeed1d915b51b4d53b301a4347cb0c051155a9a20b09b61efb0ee13df7eb0fdc3a94d1a428a7cb1e296f0d2 SHA512 4229565b8a5fad1ecbf42e4f3f852644964a7d5c90154dab9b7dcb5ccd5f25731911452472bbeb28927d1e30d4df6ed066926e11c6a73f0fd5740570493a036f diff --git a/dev-libs/girara/girara-0.2.2.ebuild b/dev-libs/girara/girara-0.2.2.ebuild deleted file mode 100644 index 2f5449d8fa9..00000000000 --- a/dev-libs/girara/girara-0.2.2.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit multilib toolchain-funcs virtualx -[[ ${PV} == 9999* ]] && inherit git-2 - -DESCRIPTION="UI library that focuses on simplicity and minimalism" -HOMEPAGE="http://pwmt.org/projects/girara/" -if ! [[ ${PV} == 9999* ]]; then -SRC_URI="http://pwmt.org/projects/${PN}/download/${P}.tar.gz" -fi -EGIT_REPO_URI="https://git.pwmt.org/pwmt/${PN}.git" -EGIT_BRANCH="develop" - -LICENSE="ZLIB" -SLOT="3" -if ! [[ ${PV} == 9999* ]]; then -KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux" -else -KEYWORDS="" -fi -IUSE="libnotify static-libs test" - -RDEPEND=">=dev-libs/glib-2.28 - >=x11-libs/gtk+-3.2:3 - !<${CATEGORY}/${PN}-0.1.6 - libnotify? ( >=x11-libs/libnotify-0.7 )" -DEPEND="${RDEPEND} - sys-devel/gettext - virtual/pkgconfig" - -pkg_setup() { - mygiraraconf=( - WITH_LIBNOTIFY=$(usex libnotify 1 0) - PREFIX="${EPREFIX}"/usr - LIBDIR='${PREFIX}'/$(get_libdir) - CC="$(tc-getCC)" - SFLAGS='' - VERBOSE=1 - DESTDIR="${D}" - ) -} - -src_prepare() { - # Remove 'static' and 'install-static' targets - if ! use static-libs; then - sed -i \ - -e '/^${PROJECT}:/s:static::' \ - -e '/^install:/s:install-static::' \ - Makefile || die - fi -} - -src_compile() { - emake "${mygiraraconf[@]}" -} - -src_test() { - virtx default -} - -src_install() { - emake "${mygiraraconf[@]}" install - dodoc AUTHORS -}