eclean-kernel-9999.ebuild 401 B

12345678910111213141516171819202122
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. EGIT_REPO_URI="https://github.com/mgorny/eclean-kernel2.git"
  5. inherit autotools git-r3
  6. DESCRIPTION="Clean up old and stale kernel files"
  7. HOMEPAGE="https://github.com/mgorny/eclean-kernel2"
  8. SRC_URI=""
  9. LICENSE="BSD"
  10. SLOT="0"
  11. KEYWORDS=""
  12. IUSE=""
  13. src_prepare() {
  14. default
  15. eautoreconf
  16. }