Nam
234581ae6f
Updated French Translation
...
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-25 01:00:52 -04:00
Dan McGee
a7e80fba9e
Updated French translation from Nam <37i11@altern.org>.
2007-04-25 04:38:54 +00:00
Pierre Schmitz
ffef4d0507
Updating German Translation
...
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-23 04:22:09 -04:00
Dan McGee
c60c1b5ccc
* Updated German translation
...
Pierre Schmitz <pierre@archlinux.de>
2007-04-23 08:14:33 +00:00
Dan McGee
3236e9320f
Forward port NEWS file from 3.0.2
...
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-23 04:08:16 -04:00
Dan McGee
75b20014c1
Updates in prep for 3.0.2 release
2007-04-23 07:03:13 +00:00
Dan McGee
fa542515e6
Add a pactest for IgnorePkg and force on same package
...
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-23 02:44:24 -04:00
Dan McGee
3e42d00c99
Add two pactests
2007-04-23 06:41:00 +00:00
Dan McGee
318d2b511b
* Updated Italian translation
...
Giovanni Scafora <linuxmania@gmail.com>
2007-04-23 06:15:06 +00:00
Scott Horowitz
d1c3bd62de
rankmirrors: download first 50KB of DB to get more reliable numbers
...
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-23 00:30:45 -04:00
Dan McGee
4f2ecfdee3
rankmirrors: download first 50KB of DB to get more reliable numbers
...
Scott Horowitz <stonecrest@gmail.com>
2007-04-23 04:09:00 +00:00
Aaron Griffin
5299115020
* Nagy Gabor <ngaba@petra.hos.u-szeged.hu>
...
Using the wrong variable in sortbydeps
2007-04-23 04:01:37 +00:00
Aaron Griffin
c6a335501c
New archlinuxppc.org mirror added to mirrorlist
2007-04-23 03:53:19 +00:00
Aaron Griffin
38e3b7c4fa
* Chantry Xavier <xav@chantry.homelinux.org>
...
Let IgnorePkg take precedence over the FORCE package flag
2007-04-23 03:46:54 +00:00
Nagy Gabor
8e694dc40f
Using wrong variable for depend lookup in sortbydeps
...
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2007-04-22 22:01:47 -05:00
Dan McGee
8af5c8d421
Added Spanish Translation.
...
Juan Pablo González T. <lord_jotape@yahoo.com.ar>
2007-04-23 02:56:11 +00:00
Aaron Griffin
c523d78358
New archlinuxppc.org mirror added to mirrorlist
...
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2007-04-22 21:51:13 -05:00
Chantry Xavier
5de03497c3
Let IgnorePkg superceed the FORCE package flag
...
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2007-04-22 21:48:10 -05:00
Juan Pablo González T
37211020ec
Added Spanish translation
...
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-22 23:07:56 -04:00
Aaron Griffin
1a42b23187
* Alexander Baldeck <alexander@archlinux.org>
...
Bugfix for FS#6944
2007-04-18 05:50:00 +00:00
Alexander Baldeck
a34dc1d4ef
Bug fix for FS#6944
...
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2007-04-17 23:52:59 -05:00
Dan McGee
7f183d29ac
makepkg: unset LC_MESSAGES during builds
...
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-16 23:58:07 -04:00
Dan McGee
eb448f222a
makepkg: unset one more language variable
2007-04-17 03:56:52 +00:00
Matthias Gorissen
7adf07bcc7
Update German translation
...
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-16 23:48:26 -04:00
Mateusz Jędrasik
75844d0063
Add Polish language translation
...
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-16 23:48:26 -04:00
Dan McGee
756ec7e69f
Updated German translation
...
Matthias Gorissen <siquame@web.de>
2007-04-17 03:32:20 +00:00
Dan McGee
38ff2153c6
Adding Polish language translation, thanks!
...
From: Mateusz Jędrasik <m.jedrasik@gmail.com>
2007-04-17 02:35:59 +00:00
Aaron Griffin
e0f5d4efbe
* Nagy Gabor <ngaba@petra.hos.u-szeged.hu>
...
Make sure ldconfig runs on upgrade
* Added 3 pactests to verify (by output only) that ldconfig is run
2007-04-17 02:31:04 +00:00
Dan McGee
ec83c93ea4
Bugfixes in prep for a 3.0.2 release
...
Fix #6905- makepkg dependency checking error
Fix #6915- add SUU mirror to mirrorlist.in
2007-04-17 01:49:06 +00:00
Aaron Griffin
3929bbfb7b
ldconfig changes from CVS
...
forward-porting some 3.0.2 changes
* Nagy's ldconfig fix
* 3 new pactests to check if ldconfig runs
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2007-04-16 20:34:57 -05:00
Andrew Fyfe
721ceee1e2
makepkg: remove grep calls from stripping binaries
...
Remove grep calls from stripping binaries and libraries, which will
not work with localized strings. Clean up the find usage as well.
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-16 22:12:15 -04:00
Dan McGee
8bd0f3921f
Forward port 3.0.2 branch fixes
...
Fix #6905- makepkg dependency checking error
Fix #6915- add SUU mirror to mirrorlist.in
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-16 21:51:18 -04:00
Dan McGee
14606c301c
Add void to functions with empty parameter list
...
Adding void [eg foo(void) instead of foo()] makes the code more compliant with
ANSI C.
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-14 17:26:39 -04:00
Dan McGee
dde2f3eefa
Fix FS #6872- CFLAGS are not used
...
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-11 12:44:42 -04:00
Dan McGee
562887ba5c
Fix FS #6872- CFLAGS were not being exported
2007-04-11 16:41:29 +00:00
Dan McGee
14d74623b0
Added easynews mirror
2007-04-09 20:13:31 +00:00
Dan McGee
1c2358532f
Add pactest for pre_ and post_remove scriptlet events firing
...
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-07 16:27:32 -04:00
Roman Kyrylych
37eafc3d31
Really run scriptlet on pre_remove and post_remove
...
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-05 12:40:18 -04:00
Dan McGee
d4f78116e0
Fix running of pre_remove and Post_remove
...
pkgname was undefined previously when this was called, fixed.
Patch from Roman Kyrylych <roman.kyrylych@gmail.com>.
2007-04-05 16:37:23 +00:00
Roman Kyrylych
4dc5dfc72a
makepkg: spelling fix
...
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-05 11:36:38 -04:00
Dan McGee
b65a81b8af
Add replaces output to -Qi operation
...
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-04 23:19:14 -04:00
Dan McGee
cbabfa8cff
Added easynews mirror to mirrorlist.in
...
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-04 23:19:14 -04:00
Dan McGee
df290b499a
Enable support for other download protocols in makepkg
...
This patch fixes FS #4404 as well as adding support for future protocols by
generalizing the concept of a download agent and allowing a downloader to
be specified for each protocol.
Original work done by Andrew Fyfe <andrew@neptune-one.net>.
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-04-04 22:58:47 -04:00
Aaron Griffin
4db7948d1a
Testing git emails
...
Added a random line to my TODO list to see if I can get commit diffs.
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2007-04-04 19:32:57 -05:00
Aaron Griffin
15a1b06d36
pactest: remove001.py
...
* Test for duplicate remove targets (should succeed)
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2007-04-04 19:24:02 -05:00
Aaron Griffin
76f816b9f7
Backport changes from 3.0.1
...
* Align makepkg -g checksums (Tom Killian <tom@archlinux.org>)
* Use additional case-sensitive string compare to defeat locale issues (tr_TR)
* Added Russian mirror
* Fix a -R failure when trying to remove the same target twice
* Bump configure.ac version to 3.0.1
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2007-04-04 00:30:14 -05:00
Aaron Griffin
ef578e77c8
* Updated
2007-04-04 05:07:43 +00:00
Aaron Griffin
cfbec7464f
* Version number bump
2007-04-04 05:03:52 +00:00
Aaron Griffin
10ba636987
* Fix FS#6798 - there is no reason to fail on a duplicate removal target
...
Added a pactest case for this ("-R foo foo foo foo foo" should do what is
expected)
2007-04-04 04:43:24 +00:00
Aaron Griffin
1cd7567ff8
This change does two things:
...
* Prefer case-insensitive config settings. In the future case-insensitivity
may be enforced.
* Provides a fix for the tr_TR locale by checking the case-insensitive version
first. This is more elegant than setting the 'C' locale for tr_TR.
Also added a 'RootDir' config option to match CacheDir and DBPath
2007-04-04 03:59:36 +00:00