diff mbox series

[meta-oe,15/60] liblinebreak: upgrade 1.2 -> 2.1

Message ID 1722933994-32549-15-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-webserver,01/60] apache2: upgrade 2.4.61 -> 2.4.62 | expand

Commit Message

Mingyu Wang (Fujitsu) Aug. 6, 2024, 8:45 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: Copyright year updated from 2008 to 2008-2011

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{liblinebreak_1.2.bb => liblinebreak_2.1.bb}             | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-support/liblinebreak/{liblinebreak_1.2.bb => liblinebreak_2.1.bb} (69%)

Comments

Randy MacLeod Aug. 9, 2024, 4:36 p.m. UTC | #1
On 2024-08-06 4:45 a.m., wangmy via lists.openembedded.org wrote:
> License-Update: Copyright year updated from 2008 to 2008-2011
>
> Signed-off-by: Wang Mingyu<wangmy@fujitsu.com>
> ---
>   .../{liblinebreak_1.2.bb => liblinebreak_2.1.bb}             | 5 ++---
>   1 file changed, 2 insertions(+), 3 deletions(-)
>   rename meta-oe/recipes-support/liblinebreak/{liblinebreak_1.2.bb => liblinebreak_2.1.bb} (69%)

Hello,

Do you or does anyone actually use this library?


I was going to remove it with this commit log:


Subject: [PATCH] liblinebreak: remove obsolete library

liblinebreak has no users in meta-oe or in the layer index:
https://layers.openembedded.org/layerindex/branch/master/recipes/?q=depends%3Aliblinebreak
so remove it.

The upstream is has not been maintained for some time:
https://vimgadgets.sourceforge.net/liblinebreak/
and they say that liblinebreak has been superceded by libunibreak,
an equivalent library that works in more languages:
https://vimgadgets.sourceforge.net/libunibreak/
but since there are no users, libunibreak  was not packaged.

../Randy



>
> diff --git a/meta-oe/recipes-support/liblinebreak/liblinebreak_1.2.bb b/meta-oe/recipes-support/liblinebreak/liblinebreak_2.1.bb
> similarity index 69%
> rename from meta-oe/recipes-support/liblinebreak/liblinebreak_1.2.bb
> rename to meta-oe/recipes-support/liblinebreak/liblinebreak_2.1.bb
> index 539b58bc5..c6caf450a 100644
> --- a/meta-oe/recipes-support/liblinebreak/liblinebreak_1.2.bb
> +++ b/meta-oe/recipes-support/liblinebreak/liblinebreak_2.1.bb
> @@ -2,11 +2,10 @@ DESCRIPTION = "Liblinebreak is an implementation of the line breaking algorithm
>   HOMEPAGE ="http://vimgadgets.sourceforge.net/liblinebreak/"
>   SECTION = "libs"
>   LICENSE = "Zlib"
> -LIC_FILES_CHKSUM ="file://LICENCE;md5=3715191da62bafb5cfc4ff36195b2ec3"
> +LIC_FILES_CHKSUM ="file://LICENCE;md5=f89a1ce02e2dba48c1c0a8e6038464c2"
>   
>   SRC_URI = "${SOURCEFORGE_MIRROR}/project/vimgadgets/liblinebreak/${PV}/liblinebreak-${PV}.tar.gz"
> -SRC_URI[md5sum] = "d18039259001ccb24b5dd4648c49c5ad"
> -SRC_URI[sha256sum] = "9efcb0cb1afc75ad1e92d2b2dbf4d9c77b072d6656c5f1a150af8b718d0c7b76"
> +SRC_URI[sha256sum] = "dd8cba554d260cf686865cc53d0c6be98102a80f56f8152ca5e7307bf06a66b8"
>   
>   UPSTREAM_CHECK_URI ="https://sourceforge.net/projects/vimgadgets/files/liblinebreak/"
>   UPSTREAM_CHECK_REGEX = "${BPN}/(?P<pver>\d+(\.\d+)+)"
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#111538):https://lists.openembedded.org/g/openembedded-devel/message/111538
> Mute This Topic:https://lists.openembedded.org/mt/107747837/3616765
> Group Owner:openembedded-devel+owner@lists.openembedded.org
> Unsubscribe:https://lists.openembedded.org/g/openembedded-devel/unsub [randy.macleod@windriver.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Khem Raj Aug. 9, 2024, 4:42 p.m. UTC | #2
I think it has been superseded by
https://vimgadgets.sourceforge.net/libunibreak/
so I am in favor of removing this recipe. If someone adds a recipe for
libunibreak we might add it to meta-oe

On Fri, Aug 9, 2024 at 9:36 AM Randy MacLeod via
lists.openembedded.org
<randy.macleod=windriver.com@lists.openembedded.org> wrote:
>
> On 2024-08-06 4:45 a.m., wangmy via lists.openembedded.org wrote:
>
> License-Update: Copyright year updated from 2008 to 2008-2011
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  .../{liblinebreak_1.2.bb => liblinebreak_2.1.bb}             | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
>  rename meta-oe/recipes-support/liblinebreak/{liblinebreak_1.2.bb => liblinebreak_2.1.bb} (69%)
>
> Hello,
>
> Do you or does anyone actually use this library?
>
>
> I was going to remove it with this commit log:
>
>
> Subject: [PATCH] liblinebreak: remove obsolete library
>
> liblinebreak has no users in meta-oe or in the layer index:
>    https://layers.openembedded.org/layerindex/branch/master/recipes/?q=depends%3Aliblinebreak
> so remove it.
>
> The upstream is has not been maintained for some time:
>    https://vimgadgets.sourceforge.net/liblinebreak/
> and they say that liblinebreak has been superceded by libunibreak,
> an equivalent library that works in more languages:
>    https://vimgadgets.sourceforge.net/libunibreak/
> but since there are no users, libunibreak  was not packaged.
>
> ../Randy
>
>
>
>
> diff --git a/meta-oe/recipes-support/liblinebreak/liblinebreak_1.2.bb b/meta-oe/recipes-support/liblinebreak/liblinebreak_2.1.bb
> similarity index 69%
> rename from meta-oe/recipes-support/liblinebreak/liblinebreak_1.2.bb
> rename to meta-oe/recipes-support/liblinebreak/liblinebreak_2.1.bb
> index 539b58bc5..c6caf450a 100644
> --- a/meta-oe/recipes-support/liblinebreak/liblinebreak_1.2.bb
> +++ b/meta-oe/recipes-support/liblinebreak/liblinebreak_2.1.bb
> @@ -2,11 +2,10 @@ DESCRIPTION = "Liblinebreak is an implementation of the line breaking algorithm
>  HOMEPAGE = "http://vimgadgets.sourceforge.net/liblinebreak/"
>  SECTION = "libs"
>  LICENSE = "Zlib"
> -LIC_FILES_CHKSUM = "file://LICENCE;md5=3715191da62bafb5cfc4ff36195b2ec3"
> +LIC_FILES_CHKSUM = "file://LICENCE;md5=f89a1ce02e2dba48c1c0a8e6038464c2"
>
>  SRC_URI = "${SOURCEFORGE_MIRROR}/project/vimgadgets/liblinebreak/${PV}/liblinebreak-${PV}.tar.gz"
> -SRC_URI[md5sum] = "d18039259001ccb24b5dd4648c49c5ad"
> -SRC_URI[sha256sum] = "9efcb0cb1afc75ad1e92d2b2dbf4d9c77b072d6656c5f1a150af8b718d0c7b76"
> +SRC_URI[sha256sum] = "dd8cba554d260cf686865cc53d0c6be98102a80f56f8152ca5e7307bf06a66b8"
>
>  UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/vimgadgets/files/liblinebreak/"
>  UPSTREAM_CHECK_REGEX = "${BPN}/(?P<pver>\d+(\.\d+)+)"
>
>
>
>
> --
> # Randy MacLeod
> # Wind River Linux
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#111725): https://lists.openembedded.org/g/openembedded-devel/message/111725
> Mute This Topic: https://lists.openembedded.org/mt/107747837/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/liblinebreak/liblinebreak_1.2.bb b/meta-oe/recipes-support/liblinebreak/liblinebreak_2.1.bb
similarity index 69%
rename from meta-oe/recipes-support/liblinebreak/liblinebreak_1.2.bb
rename to meta-oe/recipes-support/liblinebreak/liblinebreak_2.1.bb
index 539b58bc5..c6caf450a 100644
--- a/meta-oe/recipes-support/liblinebreak/liblinebreak_1.2.bb
+++ b/meta-oe/recipes-support/liblinebreak/liblinebreak_2.1.bb
@@ -2,11 +2,10 @@  DESCRIPTION = "Liblinebreak is an implementation of the line breaking algorithm
 HOMEPAGE = "http://vimgadgets.sourceforge.net/liblinebreak/"
 SECTION = "libs"
 LICENSE = "Zlib"
-LIC_FILES_CHKSUM = "file://LICENCE;md5=3715191da62bafb5cfc4ff36195b2ec3"
+LIC_FILES_CHKSUM = "file://LICENCE;md5=f89a1ce02e2dba48c1c0a8e6038464c2"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/project/vimgadgets/liblinebreak/${PV}/liblinebreak-${PV}.tar.gz"
-SRC_URI[md5sum] = "d18039259001ccb24b5dd4648c49c5ad"
-SRC_URI[sha256sum] = "9efcb0cb1afc75ad1e92d2b2dbf4d9c77b072d6656c5f1a150af8b718d0c7b76"
+SRC_URI[sha256sum] = "dd8cba554d260cf686865cc53d0c6be98102a80f56f8152ca5e7307bf06a66b8"
 
 UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/vimgadgets/files/liblinebreak/"
 UPSTREAM_CHECK_REGEX = "${BPN}/(?P<pver>\d+(\.\d+)+)"