From 752d6256e5204b958b0ef7905675a940b5e9172f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 12 May 2022 16:42:50 +0300 Subject: gentoo resync : 12.05.2022 --- app-editors/lpe/Manifest | 4 -- .../lpe/files/lpe-1.2.6.13-fno-common.patch | 31 ------------ app-editors/lpe/files/lpe-1.2.6.13-make-382.patch | 22 --------- app-editors/lpe/lpe-1.2.6.13.ebuild | 57 ---------------------- 4 files changed, 114 deletions(-) delete mode 100644 app-editors/lpe/files/lpe-1.2.6.13-fno-common.patch delete mode 100644 app-editors/lpe/files/lpe-1.2.6.13-make-382.patch delete mode 100644 app-editors/lpe/lpe-1.2.6.13.ebuild (limited to 'app-editors/lpe') diff --git a/app-editors/lpe/Manifest b/app-editors/lpe/Manifest index f23aff2f9498..09246aae7550 100644 --- a/app-editors/lpe/Manifest +++ b/app-editors/lpe/Manifest @@ -1,7 +1,3 @@ -AUX lpe-1.2.6.13-fno-common.patch 603 BLAKE2B 1c78bf5d7e049d101c890dda5d22833de0489a381ec071760745c53bf8ef72a552010fa1340ba02b262fe67af38d4f858ae472d34e3ff8a55b6325dbfb55beb4 SHA512 6a2ddbc03ca09cbd499f6b471c2eb76db4a78294467e9e73365fd99a3f4a5af3d6d539cf2fbc77261cb57a9aa6751199e6ef19a252e6caf12502a9ad9f136876 -AUX lpe-1.2.6.13-make-382.patch 797 BLAKE2B 548091708e01e3baf9d52eaa7f8638d870f10060b858162ea19d8bb70062ca7883fa16c431c839e939dcfc1917c8b7c675180aaff47424dde326f74866885649 SHA512 442b5dbfb11b002f86d2a67cef1c4f57a5ac6e3965cc0618f0bd7058d14ea79ed4f108c40f25cf94ff6edefa8655d5a46c2bcc2552c60c66322e194117e5ca11 DIST lpe-1.2.8_p20210401.tar.gz 840016 BLAKE2B 81fa0b1c3f9a7164eb219692a2e7bc092d0ee09c9de15f6fd2a4f66cc486be5b744eaa2fb0569a9f44f45d6a19159c55286be76d9ae0f4947f5b7c749e84a8fb SHA512 0b40f2f3fc1241e07291dfdbfcf2466cf5dedc1c91bf36c4f36c8af792ce718be2ad66884b049e25d7b9f9e796d60ce25ca42b37610d26894cd1dc6b74e51157 -DIST lpe_1.2.6.13-0.1.tar.gz 600523 BLAKE2B 8866aff63276d5e39ed48b4d9e8b9a23d541c13e196815c29586df83f8c6b5895a8dde8fb16b0929bffc49416907d74d48fdbc5ce736a855f2d2daad6472fb96 SHA512 f02769baca396285fe8f98c934f6274185d2bf8b08f3b007cbfa4e6aadb455abfb7cab13d53a3d1fa71ea0c29c4222784dcbc9a7508501c7d1839671503758ed -EBUILD lpe-1.2.6.13.ebuild 1269 BLAKE2B 4f7a1a3d6518c184ba76f39b4dc427430eb8450feb3a91e736f81448afdfab2e59b6dd3c8f0bff2c7f08b1d4c76c42046e6fba0a5e72865d9314afc8c53c3ea7 SHA512 261ffa5abdecf4d522cfb25eb83333af1770a6d919ec9d99717dbf440bf600500c5b9653ccb18a373f29f3cb4c737f20e464fb6b3be17536c56209a1de910ba7 EBUILD lpe-1.2.8_p20210401.ebuild 1604 BLAKE2B bc4bf2bc00a5d96d2e3f276907cf56c5c9e4656b810b0298c1d3f52f3832172f03020600a573890ad3f08703abf6ac212ecfc86091a871ca92b5d730cfeacd4d SHA512 60523fd8e2ea5d497c23596d1b9306543de211461e879386ea66b5298f4a9e1b86e4180504b013acc5c6c75dfc876a3cef754cfc53a5ba06cfe2aed4dd18f00b MISC metadata.xml 167 BLAKE2B 868e3b584722eaacf68273db062bb773d8c7e5d7ab2b81ca7e8397643bf7cc106c3a1033594401c99c54f667bb45d6b73f9048fc335580bbd44b4589ad26a832 SHA512 30caadd1496c3b9969136038239a1d8e01f236726b4022c2d7e19ca7575f25f735e556835e581afbf44fbd3e4104c40f2b5ef5fa70118d75c881fdf871962d0a diff --git a/app-editors/lpe/files/lpe-1.2.6.13-fno-common.patch b/app-editors/lpe/files/lpe-1.2.6.13-fno-common.patch deleted file mode 100644 index 2cc68157ed53..000000000000 --- a/app-editors/lpe/files/lpe-1.2.6.13-fno-common.patch +++ /dev/null @@ -1,31 +0,0 @@ -https://bugs.gentoo.org/707188 ---- a/src/cfg.c -+++ b/src/cfg.c -@@ -22,6 +22,7 @@ - #include - #endif - -+extern char *LPE_CONFIG_FILE; - int cfg_errno; - - void ---- a/src/lpe.c -+++ b/src/lpe.c -@@ -25,6 +25,7 @@ - #include "strfuncs.h" - #include "exports.h" - -+char *LPE_CONFIG_FILE; - /* A flag indicating a desire to quit the editor. This is set whenever a - * command should cause an exit. - */ ---- a/src/options.h -+++ b/src/options.h -@@ -38,6 +38,6 @@ - /* - * Other things that are used in some places... - */ --char *LPE_CONFIG_FILE; -+extern char *LPE_CONFIG_FILE; - - #endif /* LPE_OPTIONS_H */ diff --git a/app-editors/lpe/files/lpe-1.2.6.13-make-382.patch b/app-editors/lpe/files/lpe-1.2.6.13-make-382.patch deleted file mode 100644 index 2e93042570aa..000000000000 --- a/app-editors/lpe/files/lpe-1.2.6.13-make-382.patch +++ /dev/null @@ -1,22 +0,0 @@ -http://bugs.gentoo.org/335324 ---- a/intl/Makefile.in -+++ b/intl/Makefile.in -@@ -202,12 +202,12 @@ - # The dependency for intlh.inst is different in gettext and all other - # packages. Because we cannot you GNU make features we have to solve - # the problem while rewriting Makefile.in. --@GT_YES@intlh.inst: intlh.inst.in ../config.status --@GT_YES@ cd .. \ --@GT_YES@ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= \ --@GT_YES@ $(SHELL) ./config.status --@GT_NO@.PHONY: intlh.inst --@GT_NO@intlh.inst: -+intlh.inst: intlh.inst.in ../config.status -+ cd .. \ -+ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= \ -+ $(SHELL) ./config.status -+.PHONY: intlh.inst -+intlh.inst: - - # Tell versions [3.59,3.63) of GNU make not to export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. diff --git a/app-editors/lpe/lpe-1.2.6.13.ebuild b/app-editors/lpe/lpe-1.2.6.13.ebuild deleted file mode 100644 index 4a9bb25d8011..000000000000 --- a/app-editors/lpe/lpe-1.2.6.13.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="a lightweight programmers editor" -HOMEPAGE="https://packages.qa.debian.org/l/lpe.html" -SRC_URI="mirror://debian/pool/main/l/${PN}/${PN}_${PV}-0.1.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86 ~x86-linux" -IUSE="nls" - -RDEPEND=" - sys-libs/ncurses:0= - sys-libs/slang" -DEPEND="${RDEPEND}" -BDEPEND=" - virtual/pkgconfig - nls? ( sys-devel/gettext )" - -PATCHES=( - "${FILESDIR}"/${P}-make-382.patch - "${FILESDIR}"/${P}-fno-common.patch -) - -src_prepare() { - default - - # You should add PKG_CHECK_MODULES(NCURSES, ncurses) to configure.in and - # replace -lncurses in src/Makefile.am with $(NCURSES_LIBS) - # That is, if you need eautoreconf - sed -i \ - -e "s:-lncurses:$($(tc-getPKG_CONFIG) --libs-only-l ncurses):" \ - src/Makefile.in || die -} - -src_configure() { - econf $(use_enable nls) -} - -src_install() { - emake \ - libdir="${ED}/usr/$(get_libdir)" \ - prefix="${ED}/usr" \ - datadir="${ED}/usr/share" \ - mandir="${ED}/usr/share/man" \ - infodir="${ED}/usr/share/info" \ - docdir="${ED}/usr/share/doc/${PF}" \ - exdir="${ED}/usr/share/doc/${PF}/examples" \ - install - - find "${ED}" -name '*.la' -delete || die -} -- cgit v1.2.3