diff options
author | David Seifert <soap@gentoo.org> | 2017-05-25 11:43:25 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-05-25 12:51:35 +0200 |
commit | c33cd1e47216597db5384eb1092558785dced9b1 (patch) | |
tree | 562b991e052e3f26ec7358a0c4432d57a95513ef /app-text/tidy-html5 | |
parent | net-libs/shairplay: amd64 stable wrt bug #619492 (diff) | |
download | gentoo-c33cd1e47216597db5384eb1092558785dced9b1.tar.gz gentoo-c33cd1e47216597db5384eb1092558785dced9b1.tar.bz2 gentoo-c33cd1e47216597db5384eb1092558785dced9b1.zip |
app-text/tidy-html5: Remove unnecessary explicit phase functions
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'app-text/tidy-html5')
-rw-r--r-- | app-text/tidy-html5/tidy-html5-5.2.0.ebuild | 24 | ||||
-rw-r--r-- | app-text/tidy-html5/tidy-html5-5.4.0.ebuild | 20 |
2 files changed, 1 insertions, 43 deletions
diff --git a/app-text/tidy-html5/tidy-html5-5.2.0.ebuild b/app-text/tidy-html5/tidy-html5-5.2.0.ebuild index f6a270245edd..2e92cdf94629 100644 --- a/app-text/tidy-html5/tidy-html5-5.2.0.ebuild +++ b/app-text/tidy-html5/tidy-html5-5.2.0.ebuild @@ -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 @@ -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 -} diff --git a/app-text/tidy-html5/tidy-html5-5.4.0.ebuild b/app-text/tidy-html5/tidy-html5-5.4.0.ebuild index 4632b3e1a371..fffb62956b10 100644 --- a/app-text/tidy-html5/tidy-html5-5.4.0.ebuild +++ b/app-text/tidy-html5/tidy-html5-5.4.0.ebuild @@ -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 -} |