Skip to content

Commit

Permalink
app-portage/smart-live-rebuild: Kill the #ifdef idea
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Aug 24, 2017
1 parent bd4cc3f commit 6b6af8c
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,20 @@
EAPI=5
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )

inherit distutils-r1

#if LIVE
EGIT_REPO_URI="https://github.com/mgorny/${PN}.git"
inherit git-r3
#endif
inherit distutils-r1 git-r3

DESCRIPTION="Check live packages for updates and emerge them as necessary"
HOMEPAGE="https://github.com/mgorny/smart-live-rebuild/"
SRC_URI="https://github.com/mgorny/smart-live-rebuild/releases/download/v${PV}/${P}.tar.bz2"
SRC_URI=""

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~mips ~x86 ~x86-fbsd"
KEYWORDS=""
IUSE=""

RDEPEND=">=app-portage/gentoopm-0.2.1[${PYTHON_USEDEP}]"

#if LIVE
KEYWORDS=
SRC_URI=
#endif

python_test() {
esetup.py test
}
Expand Down

0 comments on commit 6b6af8c

Please sign in to comment.