~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
3 2

[alpine-aports] [PATCH] main/autoconf2.13: remove package

Details
Message ID
<1444223241-27155-1-git-send-email-soeren+git@soeren-tempel.net>
Sender timestamp
1444223241
DKIM signature
missing
Download raw message
Patch: +0 -45
The package was created because main/xulrunner needed it, main/xulrunner
doesn't exist anymore and I couldn't find any packages that depends on
this one so I suggest its removal.
---
 main/autoconf2.13/APKBUILD | 45 ---------------------------------------------
 1 file changed, 45 deletions(-)
 delete mode 100644 main/autoconf2.13/APKBUILD

diff --git a/main/autoconf2.13/APKBUILD b/main/autoconf2.13/APKBUILD
deleted file mode 100644
index f21a0dd..0000000
--- a/main/autoconf2.13/APKBUILD
@@ -1,45 +0,0 @@
# Maintainer: 
pkgname=autoconf2.13
pkgver=2.13
pkgrel=0
pkgdesc="A GNU tool for automatically configuring source code"
arch="noarch"
license="GPL2"
url="http://www.gnu.org/software/autoconf"
depends="m4 perl"
source="ftp://ftp.gnu.org/pub/gnu/autoconf/autoconf-${pkgver}.tar.gz
	"
subpackages="$pkgname-doc"

_builddir="${srcdir}/autoconf-${pkgver}"
prepare() {
	cd "$_builddir"
	for i in $source; do
		case $i in
		*.patch)
			msg "Applying $i"
			patch -p1 -i "$srcdir"/$i || return 1
		esac
	done
}

build() {
	cd "$_builddir"
	M4=/usr/bin/m4 ./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr \
		--program-suffix=-2.13 \
		|| return 1
	make || return 1
}

package() {
	cd "$_builddir"
	make prefix="${pkgdir}/usr" infodir="${pkgdir}/usr/share/info" install || return 1

	rm -f "$pkgdir"/usr/share/info/dir
	rm -f "$pkgdir"/usr/share/info/standards.info
}

md5sums="9de56d4a161a723228220b0f425dc711  autoconf-2.13.tar.gz"
-- 
2.6.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Details
Message ID
<CANoR=qZ=r-XF8ztPeTc70vWV3tCvuB4Jaw9O7QqqNoLnbpTvPA@mail.gmail.com>
In-Reply-To
<1444223241-27155-1-git-send-email-soeren+git@soeren-tempel.net> (view parent)
Sender timestamp
1444248911
DKIM signature
missing
Download raw message
On Wed, Oct 7, 2015 at 9:07 AM, Sören Tempel
<soeren+git@soeren-tempel.net> wrote:
> The package was created because main/xulrunner needed it, main/xulrunner
> doesn't exist anymore and I couldn't find any packages that depends on
> this one so I suggest its removal.


autoconf is useful to stay in Alpine even if it's not used by other
Alpine packages.
We use it to configure custom source.

-paul


---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Timo Teras <timo.teras@iki.fi>
Details
Message ID
<20151008090616.33f05255@vostro>
In-Reply-To
<CANoR=qZ=r-XF8ztPeTc70vWV3tCvuB4Jaw9O7QqqNoLnbpTvPA@mail.gmail.com> (view parent)
Sender timestamp
1444284376
DKIM signature
missing
Download raw message
On Wed, 7 Oct 2015 16:15:11 -0400
Paul Morgan <jumanjiman@gmail.com> wrote:

> On Wed, Oct 7, 2015 at 9:07 AM, Sören Tempel
> <soeren+git@soeren-tempel.net> wrote:
> > The package was created because main/xulrunner needed it,
> > main/xulrunner doesn't exist anymore and I couldn't find any
> > packages that depends on this one so I suggest its removal.
> 
> autoconf is useful to stay in Alpine even if it's not used by other
> Alpine packages.
> We use it to configure custom source.

'autoconf2.13' is old and obsolete version. We still have 'autoconf'
package that is newer version 2.69. I think the old version was needed
until some packages updated their configure.ac as there was some
incompatible changes around 2.13 time.

Are you saying you need to old version still? Or are you good with the
new version?


---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Details
Message ID
<CANoR=qaoUjYOZ3Z8ApeDfX61sEfzhOQECX-DatnhR3CB=AABhg@mail.gmail.com>
In-Reply-To
<20151008090616.33f05255@vostro> (view parent)
Sender timestamp
1444311300
DKIM signature
missing
Download raw message
On Thu, Oct 8, 2015 at 2:06 AM, Timo Teras <timo.teras@iki.fi> wrote:
> On Wed, 7 Oct 2015 16:15:11 -0400
> Paul Morgan <jumanjiman@gmail.com> wrote:
>
>> On Wed, Oct 7, 2015 at 9:07 AM, Sören Tempel
>> <soeren+git@soeren-tempel.net> wrote:
>> > The package was created because main/xulrunner needed it,
>> > main/xulrunner doesn't exist anymore and I couldn't find any
>> > packages that depends on this one so I suggest its removal.
>>
>> autoconf is useful to stay in Alpine even if it's not used by other
>> Alpine packages.
>> We use it to configure custom source.
>
> 'autoconf2.13' is old and obsolete version. We still have 'autoconf'
> package that is newer version 2.69. I think the old version was needed
> until some packages updated their configure.ac as there was some
> incompatible changes around 2.13 time.
>
> Are you saying you need to old version still? Or are you good with the
> new version?

negative.
i misread the original commit message as "autoconf", not "autoconf2.13".
sorry for the noise. i have no need for the older autoconf2.13.

-paul


---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)