diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2008-03-27 14:31:00 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2008-03-27 14:31:00 +0000 |
commit | ecf27b1b82f11e1a671327779b417f313e3a78de (patch) | |
tree | 33e081b5a28bb016a33f684ab6b3924271bbc17f /x11-libs | |
parent | install rc & rc.shutdown for Gentoo/FreeBSD users (diff) | |
download | gentoo-2-ecf27b1b82f11e1a671327779b417f313e3a78de.tar.gz gentoo-2-ecf27b1b82f11e1a671327779b417f313e3a78de.tar.bz2 gentoo-2-ecf27b1b82f11e1a671327779b417f313e3a78de.zip |
TODO has gone away
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/cairo/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-1.5.12.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-1.5.14.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index 79f67606b238..81cdeea81b85 100644 --- a/x11-libs/cairo/ChangeLog +++ b/x11-libs/cairo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/cairo # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.167 2008/03/24 00:44:57 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.168 2008/03/27 14:31:00 cardoe Exp $ + + 27 Mar 2008; Doug Goldstein <cardoe@gentoo.org> cairo-1.5.12.ebuild, + cairo-1.5.14.ebuild: + TODO has gone away *cairo-1.5.14 (24 Mar 2008) diff --git a/x11-libs/cairo/cairo-1.5.12.ebuild b/x11-libs/cairo/cairo-1.5.12.ebuild index 8aaf2684d1f5..3fa3ae907d1d 100644 --- a/x11-libs/cairo/cairo-1.5.12.ebuild +++ b/x11-libs/cairo/cairo-1.5.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.5.12.ebuild,v 1.2 2008/03/06 18:20:18 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.5.12.ebuild,v 1.3 2008/03/27 14:31:00 cardoe Exp $ inherit eutils flag-o-matic libtool @@ -73,5 +73,5 @@ src_compile() { src_install() { make DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS ChangeLog NEWS README TODO + dodoc AUTHORS ChangeLog NEWS README } diff --git a/x11-libs/cairo/cairo-1.5.14.ebuild b/x11-libs/cairo/cairo-1.5.14.ebuild index d149f1b22471..9220ad3dffd4 100644 --- a/x11-libs/cairo/cairo-1.5.14.ebuild +++ b/x11-libs/cairo/cairo-1.5.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.5.14.ebuild,v 1.1 2008/03/24 00:44:57 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.5.14.ebuild,v 1.2 2008/03/27 14:31:00 cardoe Exp $ inherit eutils flag-o-matic libtool @@ -73,5 +73,5 @@ src_compile() { src_install() { make DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS ChangeLog NEWS README TODO + dodoc AUTHORS ChangeLog NEWS README } |