diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 16:07:18 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 16:07:18 +0000 |
commit | a9c6057cdf4933ad56f8750244a20ca65c2d45b6 (patch) | |
tree | 7e4bad3c8ba4cd715215067856541e6768ef1e28 /dev-libs/ace | |
parent | repoman'd directory (diff) | |
download | gentoo-2-a9c6057cdf4933ad56f8750244a20ca65c2d45b6.tar.gz gentoo-2-a9c6057cdf4933ad56f8750244a20ca65c2d45b6.tar.bz2 gentoo-2-a9c6057cdf4933ad56f8750244a20ca65c2d45b6.zip |
repoman'd
Diffstat (limited to 'dev-libs/ace')
-rw-r--r-- | dev-libs/ace/ChangeLog | 4 | ||||
-rw-r--r-- | dev-libs/ace/ace-5.2.1.ebuild | 8 | ||||
-rw-r--r-- | dev-libs/ace/ace-5.2.ebuild | 8 |
3 files changed, 16 insertions, 4 deletions
diff --git a/dev-libs/ace/ChangeLog b/dev-libs/ace/ChangeLog index ef9955bb04b2..eb0b362c5890 100644 --- a/dev-libs/ace/ChangeLog +++ b/dev-libs/ace/ChangeLog @@ -1,6 +1,6 @@ -# ChangeLog for media-gfx/scrot +# ChangeLog for dev-libs/ace # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ChangeLog,v 1.1 2002/04/26 04:04:00 prez Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ChangeLog,v 1.2 2002/08/01 16:07:17 seemant Exp $ *ace-5.2.1 (26 April 2002) diff --git a/dev-libs/ace/ace-5.2.1.ebuild b/dev-libs/ace/ace-5.2.1.ebuild index a36a865a7cba..8b2a031e31d2 100644 --- a/dev-libs/ace/ace-5.2.1.ebuild +++ b/dev-libs/ace/ace-5.2.1.ebuild @@ -1,5 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ace-5.2.1.ebuild,v 1.4 2002/08/01 16:07:17 seemant Exp $ S=${WORKDIR}/ACE_wrappers ACE_VER=5.2.1 @@ -7,7 +8,12 @@ DESCRIPTION="The Adaptive Communications Environment" SRC_URI="http://deuce.doc.wustl.edu/ACE-${ACE_VER}.tar.gz ftp://deuce.doc.wustl.edu/pub/ACE+TAO-distribution/ACE-${ACE_VER}.tar.gz" HOMEPAGE="http://www.cs.wustl.edu/~schmidt/ACE.html" -#DEPEND="" + +SLOT="0" +LICENSE="BSD as-is" +KEYWORDS="x86" + +DEPEND="virtual/glibc" src_unpack() { diff --git a/dev-libs/ace/ace-5.2.ebuild b/dev-libs/ace/ace-5.2.ebuild index fd3ac30e3c3e..1fde12e153b7 100644 --- a/dev-libs/ace/ace-5.2.ebuild +++ b/dev-libs/ace/ace-5.2.ebuild @@ -1,5 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ace-5.2.ebuild,v 1.4 2002/08/01 16:07:17 seemant Exp $ S=${WORKDIR}/ACE_wrappers ACE_VER=5.2 @@ -7,7 +8,12 @@ DESCRIPTION="The Adaptive Communications Environment" SRC_URI="http://deuce.doc.wustl.edu/ACE-${ACE_VER}.tar.gz ftp://deuce.doc.wustl.edu/pub/ACE+TAO-distribution/ACE-${ACE_VER}.tar.gz" HOMEPAGE="http://www.cs.wustl.edu/~schmidt/ACE.html" -#DEPEND="" + +SLOT="0" +LICENSE="BSD as-is" +KEYWORDS="x86" + +DEPEND="virtual/glibc" src_unpack() { |