projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9b6edb
)
app-misc/i2bits: remove superflous function overrides.
author
Patrice Clement
<monsieurp@gentoo.org>
Mon, 6 Feb 2017 23:10:50 +0000
(
00:10
+0100)
committer
Patrice Clement
<monsieurp@gentoo.org>
Mon, 6 Feb 2017 23:10:50 +0000
(
00:10
+0100)
Package-Manager: portage-2.3.3
app-misc/i2bits/i2bits-0.1.0.ebuild
patch
|
blob
|
history
diff --git
a/app-misc/i2bits/i2bits-0.1.0.ebuild
b/app-misc/i2bits/i2bits-0.1.0.ebuild
index 0c0038f0005459185c16de0e9dddf6e79a4b240f..5623ac36ce2ba31ecc2c3fc1303c6218a4bc4c44 100644
(file)
--- a/
app-misc/i2bits/i2bits-0.1.0.ebuild
+++ b/
app-misc/i2bits/i2bits-0.1.0.ebuild
@@
-13,15
+13,3
@@
SRC_URI="http://unixdev.ru/src/${P}.tar.gz"
LICENSE="WTFPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-
-src_configure() {
- cmake-utils_src_configure
-}
-
-src_compile() {
- cmake-utils_src_compile
-}
-
-src_install() {
- cmake-utils_src_install
-}