diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-08-14 00:11:33 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-08-14 00:11:33 +0100 |
commit | 1013bb04a30c552ec7ff5e3fe97074b0531a024d (patch) | |
tree | a94f2330bae429402db01020da9c60782e27af89 /app-cdr/cdw | |
parent | 40c113c340752d507394d37cd6b60abb741daed0 (diff) |
gentoo auto-resync : 14:08:2023 - 00:11:33
Diffstat (limited to 'app-cdr/cdw')
-rw-r--r-- | app-cdr/cdw/Manifest | 5 | ||||
-rw-r--r-- | app-cdr/cdw/cdw-0.8.1-r3.ebuild (renamed from app-cdr/cdw/cdw-0.8.1-r2.ebuild) | 8 | ||||
-rw-r--r-- | app-cdr/cdw/cdw-9999.ebuild | 40 | ||||
-rw-r--r-- | app-cdr/cdw/files/cdw-0.8.1-fix-ar-call.patch | 4 |
4 files changed, 6 insertions, 51 deletions
diff --git a/app-cdr/cdw/Manifest b/app-cdr/cdw/Manifest index 5cc992d6be1d..bd6bccb4cab8 100644 --- a/app-cdr/cdw/Manifest +++ b/app-cdr/cdw/Manifest @@ -1,5 +1,4 @@ -AUX cdw-0.8.1-fix-ar-call.patch 680 BLAKE2B a258766221e3be5eee1d8b1ed9670b09d6119f868caee45c2af72e6c83d44c9073b679162fe275d98e4aa5f8a0e1d558cee83b7eb114d6a7584cff6c88a90a54 SHA512 412da6962e86f263214e883935778cab987a0895cd633dda250a80155f5304350dd4c0682d0b3f262c8801b6bfd858349b44af08288237b5c0d53ef0cd4c0dc6 +AUX cdw-0.8.1-fix-ar-call.patch 502 BLAKE2B 2375c2075967a90f5e5d9d2835810b0618db938a8290a1b153967007b500c3f6cb25e3ed25fc7f34a734e533602ca7a34a1655c5c312af5872c53205701758ed SHA512 1118d6da7ed0ce10dedaa69cf6b7402afe974e76927322fbe5663ac6967e3e31e04ae8c9bdf1b89841c55121889f779e8ed6c414eaf80c7c02aea31c9e40f1fa DIST cdw-0.8.1.tar.gz 858791 BLAKE2B 971a5c69ef1452bb4fd02e74bb2a81492de5dc16c024d185c43bb19aa0e293b727e74f72ce73ef3aebcdb941500f95433dc6243f1171f68943b2dbe7bdc176f7 SHA512 08f6bac823f534987835f434190601d0a72df2246ff78bfe1af98fd30dda25edb8cf2e09161b3a0bc55e9efefbc453b409cc95fd3c117d447f07e49f79072e33 -EBUILD cdw-0.8.1-r2.ebuild 774 BLAKE2B 55bafa9d6d2aa16d2f8a250a61659e68272e2ca7fd7e96780abac0709e0144b17e007b4ce2304a7e799e7b2205aeceb5fd99a3f306a68e13a7483708218d749c SHA512 8490c46381b42eb65f4a4e819e755895fe74de87e7371a2bb6086a5f56fedfc7759d6abb530faafdbdf99e42db0c8eb35ce579074da6a510daf42def49a860ae -EBUILD cdw-9999.ebuild 851 BLAKE2B c8094c8750aa52c71926819757cd03af62859ef6cac965e0afc39e3f208af357e736c8a7ded1fb2905bb38d3ae3fa14a91336eabc68bc1d55580667e4f19b849 SHA512 d6ab2c7e5008ceebf32c543ac6587a31f2d573d30edce06387ea9e6d62625f89f279db75c1896e8cf4640793f262555e5a7046e803c28812e04788eeffa31327 +EBUILD cdw-0.8.1-r3.ebuild 763 BLAKE2B 073fbcf1fafb515d0fc9952799c1d50ddc688b37b65311767ac7bb017586c3ace238dc17105ddb8964b42c2bda63500d5687692666face95ba32d2305647ece6 SHA512 7efda5987770e41d669bdad0482bbd5809e04292c99199cbb5f80d3695bd3cdc3dfc63822184b16e68785e22799ed858ff31389da6ec693b5de4844055bf745c MISC metadata.xml 324 BLAKE2B 6e74660ed652d420e940253e0739a650b8ffec081bfb48cac8a6b31baf42f269e2ee401718d936d9579b922b957233a1a69dd71f69b3202dd7f1dc9a9e891209 SHA512 490719be37846a8c5aa8baac0b9a0fc54a547681d20d218676510ce1a1941c08589f4595e561d0e513f456c8078355b086d474a5797ac18ad21512068ab7371d diff --git a/app-cdr/cdw/cdw-0.8.1-r2.ebuild b/app-cdr/cdw/cdw-0.8.1-r3.ebuild index 045f963648c3..d60619dc4f39 100644 --- a/app-cdr/cdw/cdw-0.8.1-r2.ebuild +++ b/app-cdr/cdw/cdw-0.8.1-r3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit autotools toolchain-funcs @@ -18,7 +18,7 @@ RDEPEND=" app-cdr/dvd+rw-tools dev-libs/libburn dev-libs/libcdio:=[-minimal] - sys-libs/ncurses:=[unicode(+)] + sys-libs/ncurses:= " DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" @@ -33,5 +33,5 @@ src_prepare() { } src_configure() { - econf LIBS="$( $(tc-getPKG_CONFIG) --libs ncurses )" + econf LIBS="$( $(tc-getPKG_CONFIG) --libs ncursesw )" } diff --git a/app-cdr/cdw/cdw-9999.ebuild b/app-cdr/cdw/cdw-9999.ebuild deleted file mode 100644 index 9ab78c1a200f..000000000000 --- a/app-cdr/cdw/cdw-9999.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECVS_SERVER="cdw.cvs.sourceforge.net:/cvsroot/cdw" -ECVS_MODULE="cdw" -ECVS_TOPDIR="${DISTDIR}/cvs-src/${ECVS_MODULE}" -inherit autotools cvs toolchain-funcs - -DESCRIPTION="An ncurses based console frontend for cdrtools and dvd+rw-tools" -HOMEPAGE="http://cdw.sourceforge.net" - -LICENSE="GPL-2+" -SLOT="0" - -RDEPEND=" - app-cdr/cdrtools - app-cdr/dvd+rw-tools - dev-libs/libburn - dev-libs/libcdio:=[-minimal] - sys-libs/ncurses:=[unicode(+)] -" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -S=${WORKDIR}/${ECVS_MODULE} - -PATCHES=( "${FILESDIR}/${PN}-0.8.1-fix-ar-call.patch" ) - -DOCS=( AUTHORS ChangeLog NEWS README THANKS cdw.conf ) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf LIBS="$( $(tc-getPKG_CONFIG) --libs ncurses )" -} diff --git a/app-cdr/cdw/files/cdw-0.8.1-fix-ar-call.patch b/app-cdr/cdw/files/cdw-0.8.1-fix-ar-call.patch index a578696c1c82..3ad1aaa6a935 100644 --- a/app-cdr/cdw/files/cdw-0.8.1-fix-ar-call.patch +++ b/app-cdr/cdw/files/cdw-0.8.1-fix-ar-call.patch @@ -1,5 +1,3 @@ -diff --git a/configure.ac b/configure.ac -index 76627c7..527e2cb 100644 --- a/configure.ac +++ b/configure.ac @@ -119,7 +119,7 @@ AC_TYPE_UINT16_T @@ -11,8 +9,6 @@ index 76627c7..527e2cb 100644 -diff --git a/src/user_interface/Makefile.in b/src/user_interface/Makefile.in -index 5d5f1fc..4d8214b 100644 --- a/src/user_interface/Makefile.in +++ b/src/user_interface/Makefile.in @@ -88,7 +88,7 @@ CONFIG_HEADER = $(top_builddir)/config_cdw.h |