diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2002-07-25 04:43:29 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2002-07-25 04:43:29 +0000 |
commit | 557457e02c02b9b9d77840443cf1457346478778 (patch) | |
tree | 88601a8a04826da56da4b7cf3387bd5067a1e69f /gnome-extra/libgail-gnome | |
parent | Changelog entry yadda (diff) | |
download | historical-557457e02c02b9b9d77840443cf1457346478778.tar.gz historical-557457e02c02b9b9d77840443cf1457346478778.tar.bz2 historical-557457e02c02b9b9d77840443cf1457346478778.zip |
mirror:// fixes
Diffstat (limited to 'gnome-extra/libgail-gnome')
-rw-r--r-- | gnome-extra/libgail-gnome/ChangeLog | 4 | ||||
-rw-r--r-- | gnome-extra/libgail-gnome/libgail-gnome-0.5.0.ebuild | 11 | ||||
-rw-r--r-- | gnome-extra/libgail-gnome/libgail-gnome-1.0.0.ebuild | 4 |
3 files changed, 7 insertions, 12 deletions
diff --git a/gnome-extra/libgail-gnome/ChangeLog b/gnome-extra/libgail-gnome/ChangeLog index 8df77bdd90f7..e5923f11a04a 100644 --- a/gnome-extra/libgail-gnome/ChangeLog +++ b/gnome-extra/libgail-gnome/ChangeLog @@ -1,10 +1,10 @@ # ChangeLog for gnome-extra/libgail-gnome # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgail-gnome/ChangeLog,v 1.4 2002/07/25 04:11:01 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgail-gnome/ChangeLog,v 1.5 2002/07/25 04:40:31 spider Exp $ 25 Jul 2002; Spider <spider@gentoo.org> SLOT KEYWORDS and LICENSE added - + mirror:// *libgail-gnome-1.0.0 (11 Jun 2002) 11 Jun 2002; Spider <spidet@gentoo.org> libgail-gnome-1.0.0.ebuild : diff --git a/gnome-extra/libgail-gnome/libgail-gnome-0.5.0.ebuild b/gnome-extra/libgail-gnome/libgail-gnome-0.5.0.ebuild index c23f6b16f08a..a9a20874017a 100644 --- a/gnome-extra/libgail-gnome/libgail-gnome-0.5.0.ebuild +++ b/gnome-extra/libgail-gnome/libgail-gnome-0.5.0.ebuild @@ -1,17 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgail-gnome/libgail-gnome-0.5.0.ebuild,v 1.3 2002/07/25 04:11:01 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgail-gnome/libgail-gnome-0.5.0.ebuild,v 1.4 2002/07/25 04:40:35 spider Exp $ -# Do _NOT_ strip symbols in the build! Need both lines for Portage 1.8.9+ -DEBUG="yes" -RESTRICT="nostrip" -# force debug information -CFLAGS="${CFLAGS} -g" -CXXFLAGS="${CXXFLAGS} -g" +inherit debug S=${WORKDIR}/${P} DESCRIPTION="GAIL libraries for Gnome2 " -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/${PN}/${P}.tar.bz2" +SRC_URI="mirror://gnome/sources/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org/" SLOT="0" KEYWORDS="x86 ppc" diff --git a/gnome-extra/libgail-gnome/libgail-gnome-1.0.0.ebuild b/gnome-extra/libgail-gnome/libgail-gnome-1.0.0.ebuild index 90484751e5a8..bd8cc65ffe6f 100644 --- a/gnome-extra/libgail-gnome/libgail-gnome-1.0.0.ebuild +++ b/gnome-extra/libgail-gnome/libgail-gnome-1.0.0.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgail-gnome/libgail-gnome-1.0.0.ebuild,v 1.2 2002/07/25 04:11:01 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgail-gnome/libgail-gnome-1.0.0.ebuild,v 1.3 2002/07/25 04:40:35 spider Exp $ inherit gnome2 S=${WORKDIR}/${P} DESCRIPTION="GAIL libraries for Gnome2 " -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/${PN}/${P}.tar.bz2" +SRC_URI="mirror://gnome/sources/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org/" SLOT="0" KEYWORDS="x86 ppc" |