From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 024A91381F3 for ; Sun, 4 Aug 2013 18:59:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0318DE0A9A; Sun, 4 Aug 2013 18:59:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88EF1E0A9A for ; Sun, 4 Aug 2013 18:59:40 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 557AD33EA6A for ; Sun, 4 Aug 2013 18:59:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D6BA9E468F for ; Sun, 4 Aug 2013 18:59:37 +0000 (UTC) From: "David Heidelberger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Heidelberger" Message-ID: <1375642805.e7121e9a6b45489e98780f9b88704e48fdeaa410.okias@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: x11-themes/oxygen-transparent/ X-VCS-Repository: proj/kde X-VCS-Files: x11-themes/oxygen-transparent/oxygen-transparent-0_p20130624.ebuild X-VCS-Directories: x11-themes/oxygen-transparent/ X-VCS-Committer: okias X-VCS-Committer-Name: David Heidelberger X-VCS-Revision: e7121e9a6b45489e98780f9b88704e48fdeaa410 X-VCS-Branch: master Date: Sun, 4 Aug 2013 18:59:37 +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: 0c2b9e28-2dcd-4256-9b6a-16f370eeef85 X-Archives-Hash: 8a926c7193af9f7d19cddcfda3f76ea4 commit: e7121e9a6b45489e98780f9b88704e48fdeaa410 Author: David Heidelberger ixit cz> AuthorDate: Sun Aug 4 19:00:05 2013 +0000 Commit: David Heidelberger gmail com> CommitDate: Sun Aug 4 19:00:05 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e7121e9a [x11-themes/oxygen-transparent] bump 0_p20130624 Package-Manager: portage-2.2.0_alpha192 --- .../oxygen-transparent-0_p20130624.ebuild | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/x11-themes/oxygen-transparent/oxygen-transparent-0_p20130624.ebuild b/x11-themes/oxygen-transparent/oxygen-transparent-0_p20130624.ebuild new file mode 100644 index 0000000..aca6159 --- /dev/null +++ b/x11-themes/oxygen-transparent/oxygen-transparent-0_p20130624.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_MINIMAL="4.10" +REV="f2f067d5542d3c7ea6d09bc8f63d5853b57db4a7" +SRC_URI="http://quickgit.kde.org/?p=${PN}.git&a=snapshot&h=${REV}&fmt=tbz2 -> ${P}.tar.bz2" + +inherit kde4-base + +DESCRIPTION="Oxygen style and decoration with support for transparency" +HOMEPAGE="https://projects.kde.org/projects/playground/artwork/oxygen-transparent" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~x86" +SLOT="0" +IUSE="debug" + +S="${WORKDIR}/${PN}" + +RDEPEND=" + x11-libs/libX11 +" +DEPEND="${RDEPEND} + $(add_kdebase_dep kwin) +"