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 C9BC213832E for ; Wed, 27 Jul 2016 15:47:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7FD8E0B2D; Wed, 27 Jul 2016 15:47:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 85CD3E0B2D for ; Wed, 27 Jul 2016 15:47:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6298A340D45 for ; Wed, 27 Jul 2016 15:47:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C95637E2 for ; Wed, 27 Jul 2016 15:47:07 +0000 (UTC) From: "Michael Palimaka" 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 Palimaka" Message-ID: <1469634419.e70c4ae0c64e14c66d6179e4a14d1d982cb8af4c.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/albert/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/albert/Manifest x11-misc/albert/albert-0.8.9.ebuild X-VCS-Directories: x11-misc/albert/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: e70c4ae0c64e14c66d6179e4a14d1d982cb8af4c X-VCS-Branch: master Date: Wed, 27 Jul 2016 15:47:07 +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: d5e1d3be-3761-4ad7-894c-df4e6c081428 X-Archives-Hash: 8e1f3a9dae1d3aeb81475beda92137ed commit: e70c4ae0c64e14c66d6179e4a14d1d982cb8af4c Author: Michael Palimaka gentoo org> AuthorDate: Wed Jul 27 15:46:47 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Jul 27 15:46:59 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e70c4ae0 x11-misc/albert: remove old Package-Manager: portage-2.3.0 x11-misc/albert/Manifest | 1 - x11-misc/albert/albert-0.8.9.ebuild | 40 ------------------------------------- 2 files changed, 41 deletions(-) diff --git a/x11-misc/albert/Manifest b/x11-misc/albert/Manifest index e43a45f..b81d424 100644 --- a/x11-misc/albert/Manifest +++ b/x11-misc/albert/Manifest @@ -1,2 +1 @@ DIST albert-0.8.10.tar.gz 4630646 SHA256 32a54bb6b86a5e7e55055ec21eabbb85d0821c2bd465ac751d53eb6f345f6b58 SHA512 2003e9d9d13650a87f7afc24f41e7daecaf9090088a50f2ea35d903d13b264cfbf09592be712e74f66a4721ea05491b9ba68684a76322fb12a5bb3b90b0db890 WHIRLPOOL 7be2004a5edcb0f946d5012a3c0e83f814518de8b87061112bc634300fd799dcefeab092f9e841fcabf7b63a2461f767b66b3670516d67d6e8bf79ad56652ea8 -DIST albert-0.8.9.tar.gz 4622336 SHA256 547fe57a6d0feec830a96edc64900993c138c2f4b104708531267629833a2090 SHA512 efeac226973397e812019b315e4f30ba11a253777ec409805d114708229a7f6bf99c33db1d6daf9bf1b476842d32812e79d3de0acadcf35830a827a4c77b330d WHIRLPOOL 818180b543e88fd1fbaee54bbe03d369108cd3ab9594423472345b527f4ea704ae7cb5309104f1fbc35a5617fbda4464cb9087bdccd5ea7861d3a5b2de2058e2 diff --git a/x11-misc/albert/albert-0.8.9.ebuild b/x11-misc/albert/albert-0.8.9.ebuild deleted file mode 100644 index 0161908..0000000 --- a/x11-misc/albert/albert-0.8.9.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -inherit cmake-utils gnome2-utils - -DESCRIPTION="Desktop agnostic launcher" -HOMEPAGE="https://github.com/manuelschneid3r/albert" -SRC_URI="https://github.com/manuelschneid3r/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=" - dev-cpp/muParser - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - x11-libs/libX11 -" -RDEPEND="${DEPEND}" - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -}