Skip to content

Commit

Permalink
app-text/tidy-html5: Remove unnecessary explicit phase functions
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
SoapGentoo committed May 25, 2017
1 parent 3434e8a commit c33cd1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 43 deletions.
24 changes: 1 addition & 23 deletions app-text/tidy-html5/tidy-html5-5.2.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6
Expand All @@ -17,27 +17,5 @@ IUSE=""
DEPEND=""
RDEPEND="!app-text/htmltidy"

S="${WORKDIR}/${P}"

DOCS=( README/{CODESTYLE,README,CONTRIBUTING,LICENSE,VERSION}.md )
HTML_DOCS=( README/README.html )

BUILD_DIR="${S}/build/cmake"

src_configure() {
local mycmakeargs=(
-DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_BUILD_TYPE=Release
)

cmake-utils_src_configure
}

src_compile() {
cd build/cmake || die
cmake-utils_src_compile
}

src_install() {
cmake-utils_src_install
}
20 changes: 0 additions & 20 deletions app-text/tidy-html5/tidy-html5-5.4.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,3 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
RDEPEND="!app-text/htmltidy"

DOCS=( README/{CODESTYLE,CONTRIBUTING,LICENSE,VERSION}.md )

BUILD_DIR="${S}/build/cmake"

src_configure() {
local mycmakeargs=(
-DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_BUILD_TYPE=Release
)

cmake-utils_src_configure
}

src_compile() {
cd build/cmake || die
cmake-utils_src_compile
}

src_install() {
cmake-utils_src_install
}

0 comments on commit c33cd1e

Please sign in to comment.