diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2004-03-13 17:57:29 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2004-03-13 17:57:29 +0000 |
commit | 733267347d1003e6cfbd254bb9397b00ed973991 (patch) | |
tree | d94f60f1628bfe5c549657fa3ac9b28fc339a906 /x11-themes | |
parent | added patch for bug 29464 and many minor fixes (see changelog) (diff) | |
download | historical-733267347d1003e6cfbd254bb9397b00ed973991.tar.gz historical-733267347d1003e6cfbd254bb9397b00ed973991.tar.bz2 historical-733267347d1003e6cfbd254bb9397b00ed973991.zip |
minor changes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/fvwm-crystal/ChangeLog | 5 | ||||
-rw-r--r-- | x11-themes/fvwm-crystal/Manifest | 4 | ||||
-rw-r--r-- | x11-themes/fvwm-crystal/fvwm-crystal-1.0.1.ebuild | 12 |
3 files changed, 17 insertions, 4 deletions
diff --git a/x11-themes/fvwm-crystal/ChangeLog b/x11-themes/fvwm-crystal/ChangeLog index ff1f5559b3d2..fdd82ffa0c53 100644 --- a/x11-themes/fvwm-crystal/ChangeLog +++ b/x11-themes/fvwm-crystal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/fvwm-crystal # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/ChangeLog,v 1.1 2004/03/13 17:42:29 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/ChangeLog,v 1.2 2004/03/13 17:57:29 taviso Exp $ + + 13 Mar 2004; Tavis Ormandy <taviso@gentoo.org> fvwm-crystal-1.0.1.ebuild: + added some comments, removed --prefix arg...econf handles that. *fvwm-crystal-1.0.1 (13 Mar 2004) diff --git a/x11-themes/fvwm-crystal/Manifest b/x11-themes/fvwm-crystal/Manifest index 4b9bc0a24703..1ef115084487 100644 --- a/x11-themes/fvwm-crystal/Manifest +++ b/x11-themes/fvwm-crystal/Manifest @@ -1,4 +1,4 @@ -MD5 ca855f128a26d43ab4d03224f684a93a fvwm-crystal-1.0.1.ebuild 956 -MD5 6974c6771c5b56ea6173a24c1c90072a ChangeLog 429 +MD5 beb0560c8e1ee02e7d8cd6bba4d6e7a8 fvwm-crystal-1.0.1.ebuild 1274 +MD5 95c62d552215de0c4e47c7f7d3d6d2ee ChangeLog 572 MD5 5ab7acb96f04eda6ec527059668aac7b metadata.xml 251 MD5 d2d23021573eab4cf7108ba429abf1a1 files/digest-fvwm-crystal-1.0.1 70 diff --git a/x11-themes/fvwm-crystal/fvwm-crystal-1.0.1.ebuild b/x11-themes/fvwm-crystal/fvwm-crystal-1.0.1.ebuild index c29fa70cb01e..28e40c52d120 100644 --- a/x11-themes/fvwm-crystal/fvwm-crystal-1.0.1.ebuild +++ b/x11-themes/fvwm-crystal/fvwm-crystal-1.0.1.ebuild @@ -29,7 +29,17 @@ src_compile() { automake || die eend $? - econf --prefix=${D} || die + # doesnt make any difference with this version but if xmms + # support controls any features in future, we shouldnt leave + # it up to configure to enable it. + # + #if ! use xmms; then + # sed -i 's#test -z "$XMMS_SHELL";#false;#g' ${S}/configure.in + # sed -i 's#test -z "$XMMS";#false;#g' ${S}/configure.in + # autoconf || die + #fi + + econf || die emake || die } |