Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 427840 - dev-tex/cjk-latex: please review prefix changes
Summary: dev-tex/cjk-latex: please review prefix changes
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: TeX project
URL:
Whiteboard:
Keywords: InVCS, PATCH
Depends on:
Blocks: prefix-gx86
  Show dependency tree
 
Reported: 2012-07-24 03:28 UTC by Christoph Junghans (RETIRED)
Modified: 2012-07-25 14:08 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch for cjk-latex-4.8.2.ebuild (cjk-latex-4.8.2.ebuild.patch,1.42 KB, patch)
2012-07-24 03:28 UTC, Christoph Junghans (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Junghans (RETIRED) gentoo-dev 2012-07-24 03:28:09 UTC
Created attachment 319054 [details, diff]
patch for cjk-latex-4.8.2.ebuild

EAPI bump and trivial changes.
Comment 1 Ben de Groot (RETIRED) gentoo-dev 2012-07-25 13:16:47 UTC
On behalf of cjk: fine with me.
Comment 2 Alexis Ballier gentoo-dev 2012-07-25 13:25:58 UTC
@@ -158,6 +158,4 @@
 	fi
 	docinto uwpatch
 	dodoc uwpatch/README
-
-	prepalldocs
 }

-> how does that relate to prefix ?

@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild,v 1.10 2012/05/09 16:48:34 aballier Exp $
 
-EAPI=3
+EAPI=4
 
 inherit latex-package elisp-common toolchain-funcs multilib eutils autotools
 

-> is it really needed ? (not that i object but EAPI bumps for no good reason seem weird)
Comment 3 Alexis Ballier gentoo-dev 2012-07-25 13:28:52 UTC
(In reply to comment #2)
> @@ -158,6 +158,4 @@
>  	fi
>  	docinto uwpatch
>  	dodoc uwpatch/README
> -
> -	prepalldocs
>  }
> 
> -> how does that relate to prefix ?

anyway, this is useless these days, so feel free to commit
Comment 4 Christoph Junghans (RETIRED) gentoo-dev 2012-07-25 14:08:41 UTC
(In reply to comment #2)
> @@ -2,7 +2,7 @@
>  # Distributed under the terms of the GNU General Public License v2
>  # $Header:
> /var/cvsroot/gentoo-x86/dev-tex/cjk-latex/cjk-latex-4.8.2.ebuild,v 1.10
> 2012/05/09 16:48:34 aballier Exp $
>  
> -EAPI=3
> +EAPI=4
>  
>  inherit latex-package elisp-common toolchain-funcs multilib eutils autotools
>  
> 
> -> is it really needed ? (not that i object but EAPI bumps for no good
> reason seem weird)
I just like to bring an ebuild up-to-date if I touch it.

(In reply to comment #3)
> (In reply to comment #2)
> > @@ -158,6 +158,4 @@
> >  	fi
> >  	docinto uwpatch
> >  	dodoc uwpatch/README
> > -
> > -	prepalldocs
> >  }
> > 
> > -> how does that relate to prefix ?
> 
> anyway, this is useless these days, so feel free to commit
Done. 

Thanks for the quick replies.