diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2004-09-18 19:57:42 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2004-09-18 19:57:42 +0000 |
commit | 0471642ab57e0fd791ff510eeb4df6e1b302fdde (patch) | |
tree | d8d2255d88cd7852037d409e30437542e727957d /app-accessibility | |
parent | Version bump; Fixed outdated HOMEPAGE/SRC_URI and cleaned up ebuild. Added c... (diff) | |
download | historical-0471642ab57e0fd791ff510eeb4df6e1b302fdde.tar.gz historical-0471642ab57e0fd791ff510eeb4df6e1b302fdde.tar.bz2 historical-0471642ab57e0fd791ff510eeb4df6e1b302fdde.zip |
Patch no longer required. Don't inherit eutils now.
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/gnopernicus/ChangeLog | 4 | ||||
-rw-r--r-- | app-accessibility/gnopernicus/Manifest | 4 | ||||
-rw-r--r-- | app-accessibility/gnopernicus/gnopernicus-0.9.12.ebuild | 11 |
3 files changed, 6 insertions, 13 deletions
diff --git a/app-accessibility/gnopernicus/ChangeLog b/app-accessibility/gnopernicus/ChangeLog index 2693608e76a0..7b336a1228d3 100644 --- a/app-accessibility/gnopernicus/ChangeLog +++ b/app-accessibility/gnopernicus/ChangeLog @@ -1,12 +1,12 @@ # ChangeLog for app-accessibility/gnopernicus # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gnopernicus/ChangeLog,v 1.18 2004/09/18 19:27:35 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gnopernicus/ChangeLog,v 1.19 2004/09/18 19:57:42 leonardop Exp $ *gnopernicus-0.9.12 (18 Sep 2004) 18 Sep 2004; Leonardo Boshell <leonardop@gentoo.org> gnopernicus-0.9.12.ebuild: - New release, for Gnome 2.8. + New release, for Gnome 2.8. Brltty patch no longer required. 18 Sep 2004; Leonardo Boshell <leonardop@gentoo.org> gnopernicus-0.7.4.ebuild: diff --git a/app-accessibility/gnopernicus/Manifest b/app-accessibility/gnopernicus/Manifest index 1d9f370c2867..662d9f98ded8 100644 --- a/app-accessibility/gnopernicus/Manifest +++ b/app-accessibility/gnopernicus/Manifest @@ -1,9 +1,9 @@ -MD5 9cd1059951330722533182694b44dcfe ChangeLog 4075 +MD5 8c2f33c302091766f826260b7f8df42a ChangeLog 4108 MD5 f2ab2b6ac935f5f9315d8346cca07ae5 gnopernicus-0.7.1-r1.ebuild 1155 MD5 433264fdbadfe0d3c8e533af17ae21dc gnopernicus-0.8.1.ebuild 1278 MD5 8a942e6ca8be71ee9e903f7c99fa395e gnopernicus-0.8.4.ebuild 1330 MD5 2bd8b2cae4ff1f77d73a72dc79ebc75d metadata.xml 728 -MD5 e87984426a0e5bd95433b08aaa793791 gnopernicus-0.9.12.ebuild 1375 +MD5 5c981b9a27064dbb3d0e0e75bf8aade0 gnopernicus-0.9.12.ebuild 1180 MD5 6508586c732cbf022831afa9d271225e files/digest-gnopernicus-0.7.1-r1 71 MD5 14a57626506cea12cc8cb00927d51dfa files/digest-gnopernicus-0.8.1 71 MD5 df31bc647038837aab027f60a528368d files/digest-gnopernicus-0.8.4 71 diff --git a/app-accessibility/gnopernicus/gnopernicus-0.9.12.ebuild b/app-accessibility/gnopernicus/gnopernicus-0.9.12.ebuild index 7ec7e70b3591..0b1991a3a6f5 100644 --- a/app-accessibility/gnopernicus/gnopernicus-0.9.12.ebuild +++ b/app-accessibility/gnopernicus/gnopernicus-0.9.12.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gnopernicus/gnopernicus-0.9.12.ebuild,v 1.1 2004/09/18 19:27:35 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gnopernicus/gnopernicus-0.9.12.ebuild,v 1.2 2004/09/18 19:57:42 leonardop Exp $ -inherit eutils gnome2 +inherit gnome2 DESCRIPTION="Software tools for blind and visually impaired in Gnome 2" HOMEPAGE="http://www.baum.ro/gnopernicus.html" @@ -12,7 +12,6 @@ SLOT="1" KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ia64" IUSE="brltty doc ipv6" -# libgail-gnome is only required during runtime RDEPEND=">=gnome-base/gconf-1.1.5 >=dev-libs/popt-1.5 >=gnome-base/libgnome-1.102 @@ -38,9 +37,3 @@ G2CONF="${G2CONF} $(use_enable ipv6) $(use_enable brltty)" DOCS="AUTHORS ChangeLog NEWS README" -#src_unpack() { -# unpack ${A} -# cd ${S} -# # Patch to make it work with any version of brltty. -# epatch ${FILESDIR}/${P}-brltty_fix.patch -#} |