diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-04 17:16:44 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-04 17:16:44 +0000 |
commit | 6e1dd2d9b7331c38e3d34b78812061759b72ac7e (patch) | |
tree | 31309267af6af98704aee74747a209a19bf4e2b8 /dev-libs/libvc | |
parent | Stable on alpha. (Manifest recommit) (diff) | |
download | gentoo-2-6e1dd2d9b7331c38e3d34b78812061759b72ac7e.tar.gz gentoo-2-6e1dd2d9b7331c38e3d34b78812061759b72ac7e.tar.bz2 gentoo-2-6e1dd2d9b7331c38e3d34b78812061759b72ac7e.zip |
Stable on alpha.
Diffstat (limited to 'dev-libs/libvc')
-rw-r--r-- | dev-libs/libvc/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libvc/libvc-003.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-libs/libvc/ChangeLog b/dev-libs/libvc/ChangeLog index f006d3abda85..d9d812191895 100644 --- a/dev-libs/libvc/ChangeLog +++ b/dev-libs/libvc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libvc -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvc/ChangeLog,v 1.2 2003/07/24 15:27:55 rizzo Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvc/ChangeLog,v 1.3 2004/05/04 17:16:18 kloeri Exp $ + + 04 May 2004; Bryan Østergaard <kloeri@gentoo.org> libvc-003.ebuild: + Stable on alpha. 24 Jul 2003; Don Seiler <rizzo@gentoo.org>; libvc-003.ebuild: Masking in ~testing for all arches. diff --git a/dev-libs/libvc/libvc-003.ebuild b/dev-libs/libvc/libvc-003.ebuild index 856ec74bccbc..e7265915df8c 100644 --- a/dev-libs/libvc/libvc-003.ebuild +++ b/dev-libs/libvc/libvc-003.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvc/libvc-003.ebuild,v 1.3 2004/03/14 12:28:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvc/libvc-003.ebuild,v 1.4 2004/05/04 17:16:18 kloeri Exp $ DESCRIPTION="vCard library" HOMEPAGE="http://rolo.sourceforge.net/" SRC_URI="mirror://sourceforge/rolo/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="~x86 ~ppc ~sparc alpha" src_install() { emake DESTDIR=${D} install |