All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][v2 PATCH] liblinebreak: remove obsolete library
@ 2024-08-12 21:12 Randy.MacLeod
  2024-08-12 21:13 ` [oe] " Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Randy.MacLeod @ 2024-08-12 21:12 UTC (permalink / raw)
  To: openembedded-devel

From: Randy MacLeod <Randy.MacLeod@windriver.com>

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/

Since there are no users of liblinebreak, libunibreak was not packaged.

Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
---
 .../liblinebreak/liblinebreak_2.1.bb                | 13 -------------
 1 file changed, 13 deletions(-)
 delete mode 100644 meta-oe/recipes-support/liblinebreak/liblinebreak_2.1.bb

diff --git a/meta-oe/recipes-support/liblinebreak/liblinebreak_2.1.bb b/meta-oe/recipes-support/liblinebreak/liblinebreak_2.1.bb
deleted file mode 100644
index c6caf450a..000000000
--- a/meta-oe/recipes-support/liblinebreak/liblinebreak_2.1.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-DESCRIPTION = "Liblinebreak is an implementation of the line breaking algorithm as described in Unicode 5.1.0 Standard Annex 14, Revision 22"
-HOMEPAGE = "http://vimgadgets.sourceforge.net/liblinebreak/"
-SECTION = "libs"
-LICENSE = "Zlib"
-LIC_FILES_CHKSUM = "file://LICENCE;md5=f89a1ce02e2dba48c1c0a8e6038464c2"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/project/vimgadgets/liblinebreak/${PV}/liblinebreak-${PV}.tar.gz"
-SRC_URI[sha256sum] = "dd8cba554d260cf686865cc53d0c6be98102a80f56f8152ca5e7307bf06a66b8"
-
-UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/vimgadgets/files/liblinebreak/"
-UPSTREAM_CHECK_REGEX = "${BPN}/(?P<pver>\d+(\.\d+)+)"
-
-inherit autotools
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [oe] [meta-oe][v2 PATCH] liblinebreak: remove obsolete library
  2024-08-12 21:12 [meta-oe][v2 PATCH] liblinebreak: remove obsolete library Randy.MacLeod
@ 2024-08-12 21:13 ` Khem Raj
  2024-08-12 21:53   ` Randy MacLeod
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2024-08-12 21:13 UTC (permalink / raw)
  To: randy.macleod; +Cc: openembedded-devel

I have rebased it on master already, please check master-next if its alright.

On Mon, Aug 12, 2024 at 2:12 PM Randy MacLeod via
lists.openembedded.org
<randy.macleod=windriver.com@lists.openembedded.org> wrote:
>
> From: Randy MacLeod <Randy.MacLeod@windriver.com>
>
> 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/
>
> Since there are no users of liblinebreak, libunibreak was not packaged.
>
> Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
> ---
>  .../liblinebreak/liblinebreak_2.1.bb                | 13 -------------
>  1 file changed, 13 deletions(-)
>  delete mode 100644 meta-oe/recipes-support/liblinebreak/liblinebreak_2.1.bb
>
> diff --git a/meta-oe/recipes-support/liblinebreak/liblinebreak_2.1.bb b/meta-oe/recipes-support/liblinebreak/liblinebreak_2.1.bb
> deleted file mode 100644
> index c6caf450a..000000000
> --- a/meta-oe/recipes-support/liblinebreak/liblinebreak_2.1.bb
> +++ /dev/null
> @@ -1,13 +0,0 @@
> -DESCRIPTION = "Liblinebreak is an implementation of the line breaking algorithm as described in Unicode 5.1.0 Standard Annex 14, Revision 22"
> -HOMEPAGE = "http://vimgadgets.sourceforge.net/liblinebreak/"
> -SECTION = "libs"
> -LICENSE = "Zlib"
> -LIC_FILES_CHKSUM = "file://LICENCE;md5=f89a1ce02e2dba48c1c0a8e6038464c2"
> -
> -SRC_URI = "${SOURCEFORGE_MIRROR}/project/vimgadgets/liblinebreak/${PV}/liblinebreak-${PV}.tar.gz"
> -SRC_URI[sha256sum] = "dd8cba554d260cf686865cc53d0c6be98102a80f56f8152ca5e7307bf06a66b8"
> -
> -UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/vimgadgets/files/liblinebreak/"
> -UPSTREAM_CHECK_REGEX = "${BPN}/(?P<pver>\d+(\.\d+)+)"
> -
> -inherit autotools
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#111782): https://lists.openembedded.org/g/openembedded-devel/message/111782
> Mute This Topic: https://lists.openembedded.org/mt/107865398/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [oe] [meta-oe][v2 PATCH] liblinebreak: remove obsolete library
  2024-08-12 21:13 ` [oe] " Khem Raj
@ 2024-08-12 21:53   ` Randy MacLeod
  0 siblings, 0 replies; 3+ messages in thread
From: Randy MacLeod @ 2024-08-12 21:53 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2790 bytes --]

On 2024-08-12 5:13 p.m., Khem Raj wrote:
> I have rebased it on master already, please check master-next if its alright.

LGTM.  Sorry for the noise, Monday and lack of sending patches lately!

../Randy

>
> On Mon, Aug 12, 2024 at 2:12 PM Randy MacLeod via
> lists.openembedded.org
> <randy.macleod=windriver.com@lists.openembedded.org> wrote:
>> From: Randy MacLeod<Randy.MacLeod@windriver.com>
>>
>> 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/
>>
>> Since there are no users of liblinebreak, libunibreak was not packaged.
>>
>> Signed-off-by: Randy MacLeod<Randy.MacLeod@windriver.com>
>> ---
>>   .../liblinebreak/liblinebreak_2.1.bb                | 13 -------------
>>   1 file changed, 13 deletions(-)
>>   delete mode 100644 meta-oe/recipes-support/liblinebreak/liblinebreak_2.1.bb
>>
>> diff --git a/meta-oe/recipes-support/liblinebreak/liblinebreak_2.1.bb b/meta-oe/recipes-support/liblinebreak/liblinebreak_2.1.bb
>> deleted file mode 100644
>> index c6caf450a..000000000
>> --- a/meta-oe/recipes-support/liblinebreak/liblinebreak_2.1.bb
>> +++ /dev/null
>> @@ -1,13 +0,0 @@
>> -DESCRIPTION = "Liblinebreak is an implementation of the line breaking algorithm as described in Unicode 5.1.0 Standard Annex 14, Revision 22"
>> -HOMEPAGE ="http://vimgadgets.sourceforge.net/liblinebreak/"
>> -SECTION = "libs"
>> -LICENSE = "Zlib"
>> -LIC_FILES_CHKSUM ="file://LICENCE;md5=f89a1ce02e2dba48c1c0a8e6038464c2"
>> -
>> -SRC_URI = "${SOURCEFORGE_MIRROR}/project/vimgadgets/liblinebreak/${PV}/liblinebreak-${PV}.tar.gz"
>> -SRC_URI[sha256sum] = "dd8cba554d260cf686865cc53d0c6be98102a80f56f8152ca5e7307bf06a66b8"
>> -
>> -UPSTREAM_CHECK_URI ="https://sourceforge.net/projects/vimgadgets/files/liblinebreak/"
>> -UPSTREAM_CHECK_REGEX = "${BPN}/(?P<pver>\d+(\.\d+)+)"
>> -
>> -inherit autotools
>> --
>> 2.34.1
>>
>>
>> -=-=-=-=-=-=-=-=-=-=-=-
>> Links: You receive all messages sent to this group.
>> View/Reply Online (#111782):https://lists.openembedded.org/g/openembedded-devel/message/111782
>> Mute This Topic:https://lists.openembedded.org/mt/107865398/1997914
>> Group Owner:openembedded-devel+owner@lists.openembedded.org
>> Unsubscribe:https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
>> -=-=-=-=-=-=-=-=-=-=-=-
>>

-- 
# Randy MacLeod
# Wind River Linux

[-- Attachment #2: Type: text/html, Size: 4869 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-08-12 21:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-12 21:12 [meta-oe][v2 PATCH] liblinebreak: remove obsolete library Randy.MacLeod
2024-08-12 21:13 ` [oe] " Khem Raj
2024-08-12 21:53   ` Randy MacLeod

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.