From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: In-Reply-To: <20200621222953.12596-1-rhi@pengutronix.de> MIME-Version: 1.0 Message-Id: From: Michael Olbrich Date: Fri, 26 Jun 2020 13:00:50 +0200 Subject: Re: [ptxdist] [APPLIED] ustr: move to staging List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Roland Hieber Thanks, applied as ae2f877d5096160753c7888127f8bba97253e903. Michael [sent from post-receive hook] On Fri, 26 Jun 2020 13:00:50 +0200, Roland Hieber wrote: > The download server has been down for more than one week now. The > packages was never updated since commit b4c224b6f93802ff2adf > (2013-01-07, Wolfram Sang: "ustr: add package"), and the Debian package > changelog [0] also shows no new versions since 2008. > > The only user, libsemanage, is already in staging. > > [0]: https://metadata.ftp-master.debian.org/changelogs//main/u/ustr/ustr_1.0.4-3_changelog > > Signed-off-by: Roland Hieber > Message-Id: <20200621222953.12596-1-rhi@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/host-ustr.in b/rules/host-ustr.in > index a64b4fd3eca3..65c8c2b895b9 100644 > --- a/rules/host-ustr.in > +++ b/rules/host-ustr.in > @@ -1,5 +1,10 @@ > -## SECTION=hosttools_noprompt > +## SECTION=staging > +## old section: > +### SECTION=hosttools_noprompt > > config HOST_USTR > tristate > default y if ALLYES > + help > + STAGING: remove in PTXdist 2021.07.0 > + No new versions since 2008, and fails to download. > diff --git a/rules/ustr.in b/rules/ustr.in > index 5546f564b49d..60cfe89f8dc6 100644 > --- a/rules/ustr.in > +++ b/rules/ustr.in > @@ -1,4 +1,6 @@ > -## SECTION=system_libraries > +## SECTION=staging > +## old section: > +### SECTION=system_libraries > > config USTR > tristate > @@ -7,3 +9,6 @@ config USTR > ustr (Micro string library) is a string API for C. It has tiny overhead over > just plain strdup(), is much safer, is easier to use, is faster for many > operations, can be used with read-only or automatically allocated data. > + > + STAGING: remove in PTXdist 2021.07.0 > + No new versions since 2008, and fails to download. _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de