summaryrefslogtreecommitdiff
blob: 17763cb66de47d69cf5f69af6c6562c6b6b1bdd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit gnustep-2

DESCRIPTION="Asynchronous networking library for GNUstep"
HOMEPAGE="https://gap.nongnu.org/talksoup/"
SRC_URI="https://savannah.nongnu.org/download/gap/${P}.tar.gz"

KEYWORDS="amd64 ~ppc x86"
LICENSE="GPL-2+ LGPL-2.1+"
SLOT="0"

PATCHES=( "${FILESDIR}"/${P}-no_rfc.patch )