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 4DA3F139694 for ; Tue, 1 Aug 2017 11:03:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFD86E0EA8; Tue, 1 Aug 2017 11:03:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8F27AE0EA8 for ; Tue, 1 Aug 2017 11:03:45 +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 A392B3417FB for ; Tue, 1 Aug 2017 11:03:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A6CF7550 for ; Tue, 1 Aug 2017 11:03:43 +0000 (UTC) From: "Sergey Popov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Popov" Message-ID: <1501585375.2e0e1ce1843e4abb1378c109fabe0801babb609d.pinkbyte@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/dex/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/dex/Manifest x11-misc/dex/dex-0.8.0.ebuild X-VCS-Directories: x11-misc/dex/ X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov X-VCS-Revision: 2e0e1ce1843e4abb1378c109fabe0801babb609d X-VCS-Branch: master Date: Tue, 1 Aug 2017 11:03:43 +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: df1fbe1b-a2df-42fb-91cb-ae487fbb601a X-Archives-Hash: 668032aa1dbc35ce2bf3e403e021b2af commit: 2e0e1ce1843e4abb1378c109fabe0801babb609d Author: Sergey Popov gentoo org> AuthorDate: Tue Aug 1 11:02:55 2017 +0000 Commit: Sergey Popov gentoo org> CommitDate: Tue Aug 1 11:02:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e0e1ce1 x11-misc/dex: version bump Package-Manager: Portage-2.3.6, Repoman-2.3.1 x11-misc/dex/Manifest | 1 + x11-misc/dex/dex-0.8.0.ebuild | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/x11-misc/dex/Manifest b/x11-misc/dex/Manifest index 3b5c6a8b8e7..c45ceca7b38 100644 --- a/x11-misc/dex/Manifest +++ b/x11-misc/dex/Manifest @@ -1 +1,2 @@ DIST dex-0.7.tar.gz 7679 SHA256 2b0c98832c4b894486807a9ac0417ca127425013e0f07da352621065cb36adc6 SHA512 ee1f8c6ef0b374aadf6ad0ee6482bb23f740f67888994839c381b71b3655d0cbd7d3d5c99abe5f3bce856cb767a1b4bffdbcdf6c70969226b44a59ee76943bce WHIRLPOOL 18606fe1f7f82010101c4998126505530bf7eb0e4fccfc5f9ce7d4c3d48375424d824af484d8927f2f245ee455994c91fc0772a7b47dc2e165cc38eed1917031 +DIST dex-0.8.0.tar.gz 8665 SHA256 cca8ade3dcc949d00f358410a9a5c2685b5dbe6501af630826a7049167503d23 SHA512 d87a7306b931736aa302dc883cbd9c635397eda2c119133a3ae8028869a4302ce3713b43cc85fdb2f804d1a74ab2499ef32a2680d5d6be039831006e617aa70a WHIRLPOOL f87ec67489dfa5ff34bcde332c80642c7ccb3e42ce3c9f983fc11d409d5fb7dec116ee692c302a60464043acdde8f6e2f2cd235694cc1f0475f8636668419d3e diff --git a/x11-misc/dex/dex-0.8.0.ebuild b/x11-misc/dex/dex-0.8.0.ebuild new file mode 100644 index 00000000000..78866ad5a1d --- /dev/null +++ b/x11-misc/dex/dex-0.8.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_{4,5,6} ) + +inherit python-r1 + +DESCRIPTION="DesktopEntry eXecution - tool to manage and launch autostart entries" +HOMEPAGE="http://e-jc.de/" +SRC_URI="https://github.com/jceb/dex/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +IUSE="doc" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS}" +DEPEND="${RDEPEND} + doc? ( dev-python/sphinx )" + +src_compile() { + # Makefile is for creating man page only + use doc && emake +} + +src_install() { + dobin dex + python_replicate_script "${ED}/usr/bin/dex" + dodoc CHANGELOG.md README.rst + use doc && doman dex.1 +}