summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-02-20 21:22:27 +0000
committerMike Frysinger <vapier@gentoo.org>2004-02-20 21:22:27 +0000
commit3cc0b649266cfa1603883bbecf600f1b6e6347a2 (patch)
treeb821542441f2e35f405ad33a1dd3a4d5a7be66b9 /dev-libs/pth
parentrepoman (diff)
downloadhistorical-3cc0b649266cfa1603883bbecf600f1b6e6347a2.tar.gz
historical-3cc0b649266cfa1603883bbecf600f1b6e6347a2.tar.bz2
historical-3cc0b649266cfa1603883bbecf600f1b6e6347a2.zip
repoman
Diffstat (limited to 'dev-libs/pth')
-rw-r--r--dev-libs/pth/pth-1.4.0.ebuild18
-rw-r--r--dev-libs/pth/pth-1.4.1.ebuild18
2 files changed, 12 insertions, 24 deletions
diff --git a/dev-libs/pth/pth-1.4.0.ebuild b/dev-libs/pth/pth-1.4.0.ebuild
index 11c98a86b8f2..ca7624539ae8 100644
--- a/dev-libs/pth/pth-1.4.0.ebuild
+++ b/dev-libs/pth/pth-1.4.0.ebuild
@@ -1,24 +1,18 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-1.4.0.ebuild,v 1.10 2003/11/25 03:32:24 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-1.4.0.ebuild,v 1.11 2004/02/20 21:22:27 vapier Exp $
-S=${WORKDIR}/${P}
DESCRIPTION="GNU Portable Threads"
-SRC_URI="ftp://ftp.gnu.org/gnu/pth/pth-${PV}.tar.gz"
HOMEPAGE="http://www.gnu.org/software/pth/"
+SRC_URI="ftp://ftp.gnu.org/gnu/pth/pth-${PV}.tar.gz"
-SLOT="0"
LICENSE="LGPL-2.1"
-KEYWORDS="x86 sparc ~alpha"
+SLOT="0"
+KEYWORDS="x86 ppc sparc ~alpha"
DEPEND="virtual/glibc"
-src_compile() {
- econf || die
- emake || die
-}
-
src_install() {
einstall || die
- dodoc ANNOUNCE AUTHORS COPYING ChangeLog NEWS README THANKS USERS
+ dodoc ANNOUNCE AUTHORS ChangeLog NEWS README THANKS USERS
}
diff --git a/dev-libs/pth/pth-1.4.1.ebuild b/dev-libs/pth/pth-1.4.1.ebuild
index de5be48117fc..d6bc4d68882c 100644
--- a/dev-libs/pth/pth-1.4.1.ebuild
+++ b/dev-libs/pth/pth-1.4.1.ebuild
@@ -1,24 +1,18 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-1.4.1.ebuild,v 1.5 2003/03/05 04:40:15 darkspecter Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-1.4.1.ebuild,v 1.6 2004/02/20 21:22:27 vapier Exp $
-S=${WORKDIR}/${P}
DESCRIPTION="GNU Portable Threads"
-SRC_URI="ftp://ftp.gnu.org/gnu/pth/pth-1.4.1.tar.gz"
HOMEPAGE="http://www.gnu.org/software/pth/"
+SRC_URI="ftp://ftp.gnu.org/gnu/pth/pth-1.4.1.tar.gz"
-SLOT="0"
LICENSE="LGPL-2.1"
-KEYWORDS="x86 sparc ~ppc"
+SLOT="0"
+KEYWORDS="x86 ppc sparc"
DEPEND="virtual/glibc"
-src_compile() {
- econf || die
- emake || die
-}
-
src_install() {
einstall || die
- dodoc ANNOUNCE AUTHORS COPYING ChangeLog NEWS README THANKS USERS
+ dodoc ANNOUNCE AUTHORS ChangeLog NEWS README THANKS USERS
}