diff options
author | Peter Johanson <latexer@gentoo.org> | 2004-05-07 04:09:12 +0000 |
---|---|---|
committer | Peter Johanson <latexer@gentoo.org> | 2004-05-07 04:09:12 +0000 |
commit | 82c4f167e04521255ca330d33457fba349bc295f (patch) | |
tree | 78ef23ab338130e296045e415b21a4c99ffc9824 /x11-libs/gtk-sharp | |
parent | Added runtime depend on sys-apps/file (Manifest recommit) (diff) | |
download | gentoo-2-82c4f167e04521255ca330d33457fba349bc295f.tar.gz gentoo-2-82c4f167e04521255ca330d33457fba349bc295f.tar.bz2 gentoo-2-82c4f167e04521255ca330d33457fba349bc295f.zip |
Fix the installation location of GAPI Metadata perl module, and remove some extra cruft about gst-sharp.
Diffstat (limited to 'x11-libs/gtk-sharp')
-rw-r--r-- | x11-libs/gtk-sharp/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/gtk-sharp/Manifest | 12 | ||||
-rw-r--r-- | x11-libs/gtk-sharp/gtk-sharp-0.91.1.ebuild | 20 |
3 files changed, 21 insertions, 18 deletions
diff --git a/x11-libs/gtk-sharp/ChangeLog b/x11-libs/gtk-sharp/ChangeLog index c7204c214c03..5e94c3090d31 100644 --- a/x11-libs/gtk-sharp/ChangeLog +++ b/x11-libs/gtk-sharp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/gtk-sharp # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-sharp/ChangeLog,v 1.19 2004/05/05 09:59:07 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-sharp/ChangeLog,v 1.20 2004/05/07 04:09:12 latexer Exp $ + + 07 May 2004; Peter Johanson <latexer@gentoo.org> gtk-sharp-0.91.1.ebuild: + Fixed installation location of the GAPI Metadata perl module, and cleaned out + some gst-sharp references that no longer hold since gst-sharp has moved to its + own package (only in mono CVS). 05 May 2004; David Holm <dholm@gentoo.org> gtk-sharp-0.91.1.ebuild: Added to ~ppc. diff --git a/x11-libs/gtk-sharp/Manifest b/x11-libs/gtk-sharp/Manifest index 6ccdabbad907..771866821e6f 100644 --- a/x11-libs/gtk-sharp/Manifest +++ b/x11-libs/gtk-sharp/Manifest @@ -1,10 +1,12 @@ +MD5 7d434f0df2222e7577411f1624f61b3f gtk-sharp-0.91.1.ebuild 1631 +MD5 af57f499325ee378e28e37935b5b66b8 gtk-sharp-0.16.ebuild 2100 +MD5 dcb23121088c16cd8df8bd0361d41594 gtk-sharp-0.91.1-r1.ebuild 1456 +MD5 d0d2165a48bf6f8eb0758177e9b6762b gtk-sharp-0.18.ebuild 1862 MD5 daa56cd349d224058cc59fa0afd24997 ChangeLog 3795 MD5 e06909c47712ae995f4879eefb22e38b metadata.xml 160 MD5 ab4a1dcdf1571d52282f8821f60075dc gtk-sharp-0.17.ebuild 2101 -MD5 d0d2165a48bf6f8eb0758177e9b6762b gtk-sharp-0.18.ebuild 1862 -MD5 7d434f0df2222e7577411f1624f61b3f gtk-sharp-0.91.1.ebuild 1631 -MD5 af57f499325ee378e28e37935b5b66b8 gtk-sharp-0.16.ebuild 2100 -MD5 5e6e1867516aaa4535b53c985741b340 files/digest-gtk-sharp-0.17 67 -MD5 075d0176088d722fa54696c994616f80 files/digest-gtk-sharp-0.18 67 +MD5 d9f80b7be9ee3f9e1ef22ff3846fe5c8 files/digest-gtk-sharp-0.91.1-r1 69 MD5 d9f80b7be9ee3f9e1ef22ff3846fe5c8 files/digest-gtk-sharp-0.91.1 69 MD5 273d60af7843baca6374edc4f3ec65e8 files/digest-gtk-sharp-0.16 67 +MD5 5e6e1867516aaa4535b53c985741b340 files/digest-gtk-sharp-0.17 67 +MD5 075d0176088d722fa54696c994616f80 files/digest-gtk-sharp-0.18 67 diff --git a/x11-libs/gtk-sharp/gtk-sharp-0.91.1.ebuild b/x11-libs/gtk-sharp/gtk-sharp-0.91.1.ebuild index 4b4f2b39bed8..7f94992f0182 100644 --- a/x11-libs/gtk-sharp/gtk-sharp-0.91.1.ebuild +++ b/x11-libs/gtk-sharp/gtk-sharp-0.91.1.ebuild @@ -1,13 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-sharp/gtk-sharp-0.91.1.ebuild,v 1.2 2004/05/05 09:59:07 dholm Exp $ - -# WARNING -# All gst-sharp hacks done in this build are nonfunctional -# Do not try to use them, they don't work. Not for me, not for anybody. -# They're just here for future reference -# -# foser <foser@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-sharp/gtk-sharp-0.91.1.ebuild,v 1.3 2004/05/07 04:09:12 latexer Exp $ inherit eutils mono @@ -39,9 +32,16 @@ KEYWORDS="~x86 ~ppc" src_unpack() { unpack ${A} + # Sets ${installvendorlib} variable to be used later + eval `perl '-V:installvendorlib'` + # disable building of samples (#16015) cd ${S} sed -i -e "s:sample::" -e "s:doc::" Makefile.in + + # Fix the installation location of the GAPI Metadata perl module + cd ${S}/parser/GAPI/ + sed -i -e "s:\$(datadir)/perl5:${D}/${installvendorlib}:" Makefile.in } src_compile() { @@ -54,9 +54,5 @@ src_install () { # one of the samples require gconf schemas, and it'll violate sandbox GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL="1" einstall || die - # gst-sharp install - # cd ${S}/gst/ - # make install || die "Gst-sharp install failed" - dodoc README* ChangeLog } |