Commit graph

26 commits

Author SHA1 Message Date
Juan RP 2a9fab8b58 Convert package to the new template format (f). 2013-04-12 11:16:02 +02:00
Juan RP 276f9742c3 fakeroot: conflicts with chroot-fakeroot. 2013-02-01 11:10:35 +01:00
Juan RP 126f27f8c3 Remove the rshlibs; they do more harm than good. 2012-11-21 04:19:43 +01:00
Juan RP 5ea337d2ca fakeroot: update to 1.18.4. 2012-06-05 11:25:05 +02:00
Juan RP 6d241d2375 Set revision=1 to all pkgs. It's required now to set it. 2012-06-03 09:08:53 +02:00
Juan RP cb6e726b50 fakeroot: update to 1.18.3. 2012-04-26 10:34:16 +02:00
Juan RP 6a5efc4356 fakeroot: not a bootstrap pkg anymore. 2012-02-28 11:33:15 +01:00
Juan RP ad2194ebf2 Remove flist files; not the way to go. I'll find another way. 2012-02-10 16:59:21 +01:00
Juan RP 50c2ff1926 First pass at creating flist files, will be used by the upcoming xbps-src-18. 2012-02-10 09:25:25 +01:00
Juan RP af1ffa3963 fakeroot: force absolute path for LD_PRELOAD. 2012-02-01 16:07:36 +01:00
Juan RP c404f2abfd fakeroot: update to 1.18.2. 2011-12-03 08:05:38 +01:00
davehome cc660ea670 Update bootstrap pkgs for new rshlib thing 2011-11-12 01:54:14 +00:00
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00
Juan RP e808419c47 fakeroot: update to 1.18.1. 2011-10-03 16:44:04 +02:00
Juan RP ccf864e502 fakeroot: disable building static lib, bumprev. 2011-09-01 09:32:41 +02:00
Juan RP 20a3ac0b95 fakeroot: update to 1.18. 2011-09-01 08:31:18 +02:00
Juan RP a057afb7ba fakeroot: update to 1.17. 2011-08-24 07:39:05 +02:00
Juan RP 5355f32aca xbps-src: support building bootstrap pkgs in chroot with -D.
The base_chroot var has been renamed to bootstrap, to avoid conflicts
with the base-chroot pkg. So now you can rebuild any bootstrap package
if the masterdir is ready (base-chroot already) installed and
installation is only to destdir.
2011-07-06 08:16:56 +02:00
Juan RP bd341a193b fakeroot: update to 1.16. 2011-06-14 15:25:09 +02:00
Juan RP cc0d1483e1 fakeroot: update to 1.15.1. 2011-04-09 16:35:26 +02:00
Juan RP 6cbdaf2012 fakeroot: update to 1.14.5. 2010-12-06 18:09:22 +01:00
Juan RP 6bb4ee33b0 fakeroot: use /bin/sh shebang, bumprev.
--HG--
extra : convert_revision : 67432b97bf2a7c561ba5c0e59c59353ab100a412
2010-04-21 16:50:53 +02:00
Juan RP 46bcfebf30 fakeroot: added patch to make it work with busybox getopt, bumprev.
--HG--
extra : convert_revision : 0f6a39712ef6ec060079e50de26e54b4aff6dc45
2010-01-15 20:08:17 +01:00
Juan RP 9f59feffb9 fakeroot: fix update to 1.14.4.
--HG--
extra : convert_revision : a5a0b83e9be8de3f04247371792439196d804b61
2009-12-20 16:05:42 +01:00
Juan RP cd35947131 fakeroot: update to 1.14.4.
--HG--
extra : convert_revision : 931e595053c54f9de4ca79d310a81ca09ef48603
2009-12-20 16:03:56 +01:00
Juan RP 85cc462e1d Major infrastructure changes, part 2.
* Moved helpers, common and triggers dirs into xbps-src, where
  they belong.
* Renamed the templates dir to srcpkgs, it was so redundant before.
* Make it possible to add subpkgs with no restriction in names, for
  example udev now has a subpkgs called "libgudev". Previously
  subpkgs were named "${sourcepkg}-${pkgname}".
* xbps-src: changed to look for template files in current directory.
  That means that most arguments from the targets have been removed.
* xbps-src: added a reinstall target, to remove + install.
* xbps-src: do not overwrite binpkgs by default, skip them.

And more that I forgot because it's a mega-commit that I've been
working for some days already...

--HG--
extra : convert_revision : 0f466878584d1e6895d2a234f07ea1b2d1e61b3e
2009-11-22 08:31:44 +01:00