Skip to content

Commit

Permalink
dev-util/cdecl: use release tarball to drop autoreconf
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/879231
Signed-off-by: Florian Schmaus <[email protected]>
Suggested-by: Sam James <[email protected]>
  • Loading branch information
Flowdalic committed Nov 3, 2022
1 parent edc5c77 commit 136caff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion dev-util/cdecl/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
DIST cdecl-12.0.tar.gz 801393 BLAKE2B f1b506e633da62ff058901add3c986431144d37c4f1a1b29de69b9fed4992d0976bbc6002859a35c2436fb150c5c91b6ce3c412e772db5f2e566c80bad9f6473 SHA512 4d8ccdc898afb0fc64d7ac984cfa20b99b2d06679d298328bcfc13cc2da1cf6d19c57258dfac85d70ad9fd779f7bfe08b2ce89ef0c7013cf2fadc6079ca5819f
DIST cdecl-13.0.tar.gz 806096 BLAKE2B bf80f4ecab84cb110d0875505e02d72fbb36e22c8daf37634b37befc2ded7756dcda01c8f8f2ef8de01ba95d46d33fea65dd5d12fe28bb6b671c04517c0c2cf8 SHA512 40630ceeb43f3d0fac380035a3100afaa05899244c02701781a5d38adc0200494dc9ee1089d921c3909bace03f151a1023a9e1996034681580b8b4e2b89e4cf5
DIST cdecl-13.0.release.tar.gz 1250042 BLAKE2B 36bb16d0454d8586a990ee2eafe2b205831aef0f3d396b01b77a8d0992ac614f1e0b408028bd9339e6f430302a32dcaa3b0c96eb8299819bc8167c497afd45bf SHA512 4d102f24d462b85331673af27735c35e86aefbe0665adad3367d94dfd68b18e7c378c3bfb7fce0d84ddbf25884d79e903016242a63c6fd00a2e604017cb9c80f
11 changes: 1 addition & 10 deletions dev-util/cdecl/cdecl-13.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@

EAPI=8

inherit autotools

DESCRIPTION='Composing and deciphering C (or C++) declarations or casts, aka "gibberish."'
HOMEPAGE="https://github.com/paul-j-lucas/cdecl"
SRC_URI="https://github.com/paul-j-lucas/${PN}/archive/${P}.tar.gz"
SRC_URI="https://github.com/paul-j-lucas/cdecl/releases/download/${P}/${P}.tar.gz -> ${P}.release.tar.gz"

LICENSE="GPL-3"
SLOT="0"
Expand All @@ -24,13 +22,6 @@ BDEPEND="
sys-devel/flex
"

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

src_prepare() {
default
eautoreconf
}

src_configure() {
econf \
$(use_with readline) \
Expand Down

0 comments on commit 136caff

Please sign in to comment.