diff options
Diffstat (limited to 'dev-lisp/clx')
-rw-r--r-- | dev-lisp/clx/Manifest | 2 | ||||
-rw-r--r-- | dev-lisp/clx/clx-0.7.5-r1.ebuild (renamed from dev-lisp/clx/clx-0.7.5.ebuild) | 9 |
2 files changed, 5 insertions, 6 deletions
diff --git a/dev-lisp/clx/Manifest b/dev-lisp/clx/Manifest index 7f5bb355de68..a761cbdc9dc0 100644 --- a/dev-lisp/clx/Manifest +++ b/dev-lisp/clx/Manifest @@ -1,3 +1,3 @@ DIST clx-0.7.5.tar.gz 468904 BLAKE2B 30ce4de52fdbbc935bf5653f54a588537670b7d55dc038f32b4527e5f3d7b2dfe6afde3d28debf7ab5a08994155ec390f1e70dfbe45e8831fe7a977d245c9d7a SHA512 9228c37a99dcaee637c64c58183220c1ed3745e683c877f843c7de5b052d7355a3ddd50687371e8388c05bcedda062008299476b82dc8a3d26b605dde1dfa997 -EBUILD clx-0.7.5.ebuild 872 BLAKE2B b8e1bebb8c095bf33cb51801c1497587ef562f4c01daf21e959f1dc1944da99bb002b1c54183af711b49130ffc1e00dc086ef88a0113f09eecf2cdb46d9acc0b SHA512 c7e6e57e9adc0dd5e355a17cdfee413346c6af25426cfffd4b881bd88c99870c29c1caf5c0d6bb7fea12dc0066a94dc583a3a9df71bfa7e0be41d226174013af +EBUILD clx-0.7.5-r1.ebuild 843 BLAKE2B 0d8e29571033a86e9cefe51d6913a7f51a8ea8635b9ec98ef5fb70424bfca35d4faafb2702cfaf1573a40b966bdb664befcce108c114a28c06442ec1b9d244d3 SHA512 6f35cb4cc3449a5b9cdae0025d5d40bfde7ec7453c2033338422b73128619e1fdcef3c464641411b1a1939f663c6ab1b709648f1c1259a3ff2731122909aa2c5 MISC metadata.xml 841 BLAKE2B b48e0da7b3ddc82519601e37a6796fc5d2165c0847b46fa67e56f3b75cdbb948b785b20c55474fa8161369645ff7a845eafed085e954345535cfeb7a7c9bafcf SHA512 0dd0b7e5f7f3a590a5b6c250a853e66f332c7c26e4b1085130ce5ecc0069800539be2a2196dd4d43060e1b5ce8e5f665a461ea51e6692e9611c90ccb28152fb0 diff --git a/dev-lisp/clx/clx-0.7.5.ebuild b/dev-lisp/clx/clx-0.7.5-r1.ebuild index 06e69d160335..4f8c577096fe 100644 --- a/dev-lisp/clx/clx-0.7.5.ebuild +++ b/dev-lisp/clx/clx-0.7.5-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit common-lisp-3 DESCRIPTION="CLX is the Common Lisp interface to the X11 protocol primarily for SBCL" -HOMEPAGE="http://www.cliki.net/CLX" +HOMEPAGE="https://www.cliki.net/CLX" SRC_URI="https://github.com/sharplispers/clx/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" @@ -15,8 +15,7 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="doc" DEPEND="sys-apps/texinfo - doc? ( virtual/texi2dvi )" -RDEPEND="!dev-lisp/cl-${PN}" + doc? ( virtual/texi2dvi )" src_compile() { cd manual || die |