Skip to content

Commit

Permalink
dev-cpp/libcmis: Drop eutils.eclass
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
a17r authored and akhuettel committed Dec 17, 2016
1 parent cf0b0ce commit 352926c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions dev-cpp/libcmis/libcmis-0.5.2_pre20160820.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ EAPI=6

EGIT_REPO_URI="https://github.com/tdf/libcmis.git"
[[ ${PV} == 9999 ]] && SCM_ECLASS="git-r3"
inherit eutils alternatives autotools ${SCM_ECLASS}
inherit alternatives autotools ${SCM_ECLASS}
unset SCM_ECLASS

DESCRIPTION="C++ client library for the CMIS interface"
Expand Down Expand Up @@ -56,7 +56,6 @@ src_prepare() {

src_configure() {
econf \
--docdir="${EPREFIX}"/usr/share/doc/${PF} \
--program-suffix=-${SLOT} \
--disable-werror \
$(use_with man) \
Expand All @@ -67,7 +66,7 @@ src_configure() {

src_install() {
default
prune_libtool_files --all
find "${D}" -name '*.la' -delete || die
}

pkg_postinst() {
Expand Down
5 changes: 2 additions & 3 deletions dev-cpp/libcmis/libcmis-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ EAPI=6

EGIT_REPO_URI="https://github.com/tdf/libcmis.git"
[[ ${PV} == 9999 ]] && SCM_ECLASS="git-r3"
inherit eutils alternatives autotools ${SCM_ECLASS}
inherit alternatives autotools ${SCM_ECLASS}
unset SCM_ECLASS

DESCRIPTION="C++ client library for the CMIS interface"
Expand Down Expand Up @@ -56,7 +56,6 @@ src_prepare() {

src_configure() {
econf \
--docdir="${EPREFIX}"/usr/share/doc/${PF} \
--program-suffix=-${SLOT} \
--disable-werror \
$(use_with man) \
Expand All @@ -67,7 +66,7 @@ src_configure() {

src_install() {
default
prune_libtool_files --all
find "${D}" -name '*.la' -delete || die
}

pkg_postinst() {
Expand Down

0 comments on commit 352926c

Please sign in to comment.