public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/aballier:master commit in: /
@ 2011-05-18 14:38 Alexis Ballier
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier @ 2011-05-18 14:38 UTC (permalink / raw
  To: gentoo-commits

commit:     19b73984ef19f718fa5e377046430c1b3d28058d
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed May 18 14:38:41 2011 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed May 18 14:38:41 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/aballier.git;a=commit;h=19b73984

readme was really outdated

---
 README |   80 +--------------------------------------------------------------
 1 files changed, 2 insertions(+), 78 deletions(-)

diff --git a/README b/README
index a563bcf..380dd21 100644
--- a/README
+++ b/README
@@ -1,78 +1,2 @@
-You can find here the modular texlive ebuilds I'm working on.
-Unfortunately it is not yet possible to have an overlay that works out of the
-box, therefore you'll have to do a few things to be able to install texlive
-2007.
-
-If you're reading this from the Trac web interface, you might want to install
-subversion and checkout this overlay : 
-$ svn co http://overlays.gentoo.org/svn/dev/aballier/
-
-
-First, download both live and inst isos of texlive from
-http://tug.org/texlive/acquire.html
-You'll need both, if you have an idea on how to use only one of the isos, just
-email me !
-
-For example :
-
-$ cd DOWNLOADDIR
-$ wget http://ftp.math.utah.edu/pub/texcollection/texlive/texlive2007-live-20070212.iso.zip
-$ wget http://ftp.math.utah.edu/pub/texcollection/texlive/texlive2007-inst-20070212.iso
-
-
-
-Then, mount the images : the default location is /mnt/texlive-inst for inst iso,
-and /mnt/texlive-live for live iso.
-
-For example (you'll need to be root to mount the images or modify /mnt)
-
-# mkdir -p /mnt/texlive-live/
-# mkdir -p /mnt/texlive-inst/
-# unzip texlive2007-live-20070212.iso.zip
-# mount -o loop -t iso9660 texlive2007-live-20070212.iso /mnt/texlive-live/
-# mount -o loop -t iso9660 texlive2007-inst-20070212.iso /mnt/texlive-inst/
-
-
-Previously, source.tar.bz2 had to be copied manually, now it is hanled automatically in
-the next step; you shouldn't have to worry about it anymore.
-
-
-Once that is done, you have to generate the ebuilds for the modular texmf tree, go
-to scripts/texlive/lists subdir and you'll find another README file :)
-If you want a simpler approach, just go to scripts/texlive subdir and type make.
-It should do the right thing for you if you have mounted the images to the
-default location and you are using portage. (it now uses portageq to get the
-values of PORTDIR and DISTDIR)
-
-At this point, it is ok to unmount texlive's isos : 
-
-# umount /mnt/texlive-live/
-# umount /mnt/texlive-inst/
-
-
-
-If you've gone through all those steps, you're ready to install texlive !
-Well, in fact, you're almost ready : 
-Just append texlive-overlay subdir to your portage overlay, for example, 
-if you're in a terminal in the directory where this README file is, just type :
-
-# echo "PORTDIR_OVERLAY=\"\${PORTDIR_OVERLAY} ${PWD}/texlive-overlay\"" >> /etc/make.conf
-
-Due to some packages being masked globally in the portage tree, you'll need to
-unmask them first : 
-# echo 'dev-tex/xcolor' >> /etc/portage/package.unmask
-# echo 'app-text/texlive' >> /etc/portage/package.unmask
-
-
-Now, you should be ready to install texlive : 
-# emerge texlive
-
-If you have tetex installed, please read tetex-to-texlive/Howto, it is a short
-file that tries to report possible problems that can happen while switching. [
-This file is really incomplete, please report any problem you encountered so
-that I can add it there ]
-
-
-Reporting bugs / improvements : Just contact me, aballier@gentoo.org, or on irc
-(freenode). Feedback, even if it's just to say "that just worked perfectly" will
-be very appreciated, so that I'll know how many people tested it, etc.
+TeX Live is now in the portage tree. This overlay is used to store the scripts
+used to generate the new ebuilds when a new version comes out!



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] dev/aballier:master commit in: /
@ 2011-07-27 12:06 Alexis Ballier
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier @ 2011-07-27 12:06 UTC (permalink / raw
  To: gentoo-commits

commit:     07a6410a7d130f28d0bdbeaebcc9526823e4fa14
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 27 12:00:26 2011 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Jul 27 12:00:26 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/aballier.git;a=commit;h=07a6410a

Changes file was used when developping for TeX Live 2007 in the overlay... remove

---
 Changes |   19 -------------------
 1 files changed, 0 insertions(+), 19 deletions(-)

diff --git a/Changes b/Changes
deleted file mode 100644
index e2581f4..0000000
--- a/Changes
+++ /dev/null
@@ -1,19 +0,0 @@
-Changes in r129 :
-now texlive-module eclass builds and installs format files by itself rather than
-leaving fmtutil doing it. As a result you might have file collisions for files
-not owned by any package in /usr/share/texmf-var, just disable collision
-protection and it should be fine.
-
-
-
-
-
-For people already using the overlay, texlive-source has been renamed to
-texlive-core, it is recommended to remove texlive-source and install
-texlive-core.
-
-Copying texlive-source-2007.tar.bz2 as texlive-core-2007.tar.bz2 in your
-distfiles dir and regenerating texlive-core's digest should be all what is
-needed before migrating.
-
-Sorry for the inconvenience, hopefully there wont be any other name change.



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-07-27 12:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-18 14:38 [gentoo-commits] dev/aballier:master commit in: / Alexis Ballier
  -- strict thread matches above, loose matches on Subject: below --
2011-07-27 12:06 Alexis Ballier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox