diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2005-06-13 23:33:49 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2005-06-13 23:33:49 +0000 |
commit | c960030f8ff8cee9f1bd10ea9e810fe3fd4a56e3 (patch) | |
tree | d36bc797ad1ae58638d5deafe01b48a7b87e2f16 /gnome-extra/libgnomedb | |
parent | Change wording in metadata description. (diff) | |
download | gentoo-2-c960030f8ff8cee9f1bd10ea9e810fe3fd4a56e3.tar.gz gentoo-2-c960030f8ff8cee9f1bd10ea9e810fe3fd4a56e3.tar.bz2 gentoo-2-c960030f8ff8cee9f1bd10ea9e810fe3fd4a56e3.zip |
Marking 1.2.1 stable (x86). Removing old ebuild.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'gnome-extra/libgnomedb')
-rw-r--r-- | gnome-extra/libgnomedb/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-extra/libgnomedb/files/digest-libgnomedb-1.0.3 | 1 | ||||
-rw-r--r-- | gnome-extra/libgnomedb/libgnomedb-1.0.3.ebuild | 56 | ||||
-rw-r--r-- | gnome-extra/libgnomedb/libgnomedb-1.2.1.ebuild | 4 |
4 files changed, 6 insertions, 60 deletions
diff --git a/gnome-extra/libgnomedb/ChangeLog b/gnome-extra/libgnomedb/ChangeLog index 7ee9b973eb74..0daa0267b934 100644 --- a/gnome-extra/libgnomedb/ChangeLog +++ b/gnome-extra/libgnomedb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-extra/libgnomedb # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgnomedb/ChangeLog,v 1.32 2005/06/12 13:17:15 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgnomedb/ChangeLog,v 1.33 2005/06/13 23:33:49 leonardop Exp $ + + 13 Jun 2005; Leonardo Boshell <leonardop@gentoo.org> libgnomedb-1.2.1.ebuild: + Stable on x86. 12 Jun 2005; Tobias Scherbaum <dertobi123@gentoo.org> libgnomedb-1.0.4.ebuild: diff --git a/gnome-extra/libgnomedb/files/digest-libgnomedb-1.0.3 b/gnome-extra/libgnomedb/files/digest-libgnomedb-1.0.3 deleted file mode 100644 index 4c53d488692c..000000000000 --- a/gnome-extra/libgnomedb/files/digest-libgnomedb-1.0.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 a0dda8fab812e201f58a6fbd085f805b libgnomedb-1.0.3.tar.bz2 601833 diff --git a/gnome-extra/libgnomedb/libgnomedb-1.0.3.ebuild b/gnome-extra/libgnomedb/libgnomedb-1.0.3.ebuild deleted file mode 100644 index c66966191bd1..000000000000 --- a/gnome-extra/libgnomedb/libgnomedb-1.0.3.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgnomedb/libgnomedb-1.0.3.ebuild,v 1.8 2004/10/23 13:20:11 liquidx Exp $ - -inherit gnome2 eutils - -DESCRIPTION="Library for writing gnome database programs" -HOMEPAGE="http://www.gnome-db.org/" - -LICENSE="GPL-2 LGPL-2" -SLOT="0" -KEYWORDS="~x86 ppc ~sparc ~alpha ~ia64" -IUSE="doc" - -RDEPEND=">=gnome-extra/libgda-1.0.0 - >=x11-libs/gtk+-2.0 - >=gnome-base/libglade-2.0 - >=gnome-base/libgnomeui-2.0 - >=gnome-base/libbonoboui-2.0 - >=gnome-base/gconf-2" -# gtksourceview is maintained now, and configure checks it's presence -DEPEND=">=dev-util/pkgconfig-0.8 - >=dev-util/intltool-0.22 - >=sys-devel/gettext-0.11 - >=app-text/scrollkeeper-0.3.11 - doc? ( dev-util/gtk-doc ) - ${RDEPEND}" - -src_unpack() { - unpack ${A} - - # needed for intltool-0.30 - cd ${S}; intltoolize --force || die - # needed for inttool 0.31.3, alternative to running aclocal which - # requires cvs files not in release tarball. - sed -e 's/@INTLTOOL_ICONV@/iconv/' -i intltool-merge.in - - gnome2_omf_fix ${S}/doc/Makefile.in - - # Avoid documentation problems. See bug #46275. - epatch ${FILESDIR}/${P}-gtkdoc_fix.patch - # Fix GCC 3.4 compilation. See bug #49236. - epatch ${FILESDIR}/${P}-gcc34.patch -} - -src_install() { - gnome2_src_install - - # minor cosmetic fix to capplet icon - capplet_link=${D}/usr/share/control-center-2.0/capplets/database-properties.desktop - if [ -f "${capplet_link}" ]; then - mv ${capplet_link} ${capplet_link}.orig && \ - sed 's,Icon=gnome-db.png,Icon=libgnomedb/gnome-db.png,' ${capplet_link}.orig > ${capplet_link} - rm ${capplet_link}.orig - fi -} diff --git a/gnome-extra/libgnomedb/libgnomedb-1.2.1.ebuild b/gnome-extra/libgnomedb/libgnomedb-1.2.1.ebuild index 92dbd6f10fa4..77753a8c2757 100644 --- a/gnome-extra/libgnomedb/libgnomedb-1.2.1.ebuild +++ b/gnome-extra/libgnomedb/libgnomedb-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgnomedb/libgnomedb-1.2.1.ebuild,v 1.1 2005/05/12 04:37:12 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgnomedb/libgnomedb-1.2.1.ebuild,v 1.2 2005/06/13 23:33:49 leonardop Exp $ inherit gnome2 eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnome-db.org/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="doc static" RDEPEND=">=gnome-extra/libgda-1.1.99 |