diff options
author | Ctibor <ctibor.brancik@seznam.cz> | 2015-01-30 23:52:29 +0100 |
---|---|---|
committer | Ctibor <ctibor.brancik@seznam.cz> | 2015-01-30 23:52:29 +0100 |
commit | 9f26f270ec7f2385205cd4db44fd1d6718ec4fe3 (patch) | |
tree | df76c94b59fa44531a6eebf15f154e045ab80f05 /kde-misc/oxygen-transparent/oxygen-transparent-9999.ebuild | |
parent | 4a468d1a28a0582dc7c23b84d5296cf10258d4cb (diff) | |
download | brancik-overlay-9f26f270ec7f2385205cd4db44fd1d6718ec4fe3.tar.gz brancik-overlay-9f26f270ec7f2385205cd4db44fd1d6718ec4fe3.tar.bz2 |
Removed kde-misc/(quanta && oxygen-transparent). Also making mess with repoman. Expect wild changes.
Diffstat (limited to 'kde-misc/oxygen-transparent/oxygen-transparent-9999.ebuild')
-rw-r--r-- | kde-misc/oxygen-transparent/oxygen-transparent-9999.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/kde-misc/oxygen-transparent/oxygen-transparent-9999.ebuild b/kde-misc/oxygen-transparent/oxygen-transparent-9999.ebuild deleted file mode 100644 index 46e3498..0000000 --- a/kde-misc/oxygen-transparent/oxygen-transparent-9999.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -KDE_MINIMAL="4.6" - -KDE_SCM="git" -EGIT_REPONAME="oxygen-transparent" - -inherit kde4-base - -DESCRIPTION="Oxygen style and decoration with support for transparency" -HOMEPAGE="http://kde-look.org/content/show.php?action=content&content=127752" -[[ ${PV} != 9999* ]] && SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="GPL-2" -KEYWORDS="~x86" -SLOT="4" -IUSE="" - - -src_configure() { - # these two are no-deps options - # no need to have them useflaged - mycmakeargs=( - -DCMAKE_BUILD_TYPE=release - ) - - kde4-base_src_configure -} |