diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-04-21 19:46:40 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-04-21 19:46:40 +0000 |
commit | 8d746c4eb68ff51773dd46e1fa8ffc65d5adc608 (patch) | |
tree | 8a12c021657eeae493fb32e856112ac0ebb281d6 /dev-libs/libvc | |
parent | stable amd64 (diff) | |
download | gentoo-2-8d746c4eb68ff51773dd46e1fa8ffc65d5adc608.tar.gz gentoo-2-8d746c4eb68ff51773dd46e1fa8ffc65d5adc608.tar.bz2 gentoo-2-8d746c4eb68ff51773dd46e1fa8ffc65d5adc608.zip |
stable amd64
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-libs/libvc')
-rw-r--r-- | dev-libs/libvc/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libvc/libvc-003.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/libvc/ChangeLog b/dev-libs/libvc/ChangeLog index 50808ead48d0..d4562b27d9a8 100644 --- a/dev-libs/libvc/ChangeLog +++ b/dev-libs/libvc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libvc -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvc/ChangeLog,v 1.8 2004/12/29 22:37:10 ciaranm Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvc/ChangeLog,v 1.9 2005/04/21 19:41:43 blubb Exp $ + + 21 Apr 2005; Simon Stelling <blubb@gentoo.org> libvc-003.ebuild: + stable on amd64 29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/dev-libs/libvc/libvc-003.ebuild b/dev-libs/libvc/libvc-003.ebuild index cd2a901aa3a5..cab7a27c1292 100644 --- a/dev-libs/libvc/libvc-003.ebuild +++ b/dev-libs/libvc/libvc-003.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvc/libvc-003.ebuild,v 1.9 2004/12/29 15:43:25 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvc/libvc-003.ebuild,v 1.10 2005/04/21 19:41:43 blubb Exp $ DESCRIPTION="vCard library (rolo)" HOMEPAGE="http://rolo.sourceforge.net/" @@ -9,7 +9,7 @@ RESTRICT="nomirror" LICENSE="LGPL-2.1" SLOT="0" IUSE="" -KEYWORDS="x86 ppc sparc alpha ~amd64" +KEYWORDS="x86 ppc sparc alpha amd64" src_install() { emake DESTDIR=${D} install |