public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/libpng/files: libpng-1.4.x-update.sh
@ 2010-05-10 18:10 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 10+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-05-10 18:10 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/05/10 18:10:29

  Added:                libpng-1.4.x-update.sh
  Log:
  Install rude libpng-1.4.x-update.sh which can be improved.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-libs/libpng/files/libpng-1.4.x-update.sh

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpng/files/libpng-1.4.x-update.sh?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpng/files/libpng-1.4.x-update.sh?rev=1.1&content-type=text/plain

Index: libpng-1.4.x-update.sh
===================================================================
#!/bin/bash
find /usr/lib64 -name '*.la' | xargs sed -i -e '/^dep/s:-lpng12:-lpng14:'
find /usr/lib -name '*.la' | xargs sed -i -e '/^dep/s:-lpng12:-lpng14:'

# feel free to modify, licensed WTFPL-2






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libpng/files: libpng-1.4.x-update.sh
@ 2010-05-10 23:04 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 10+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-05-10 23:04 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/05/10 23:04:32

  Modified:             libpng-1.4.x-update.sh
  Log:
  Update script
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-libs/libpng/files/libpng-1.4.x-update.sh

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpng/files/libpng-1.4.x-update.sh?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpng/files/libpng-1.4.x-update.sh?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpng/files/libpng-1.4.x-update.sh?r1=1.1&r2=1.2

Index: libpng-1.4.x-update.sh
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libpng/files/libpng-1.4.x-update.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libpng-1.4.x-update.sh	10 May 2010 18:10:29 -0000	1.1
+++ libpng-1.4.x-update.sh	10 May 2010 23:04:32 -0000	1.2
@@ -1,5 +1,13 @@
 #!/bin/bash
-find /usr/lib64 -name '*.la' | xargs sed -i -e '/^dep/s:-lpng12:-lpng14:'
-find /usr/lib -name '*.la' | xargs sed -i -e '/^dep/s:-lpng12:-lpng14:'
 
-# feel free to modify, licensed WTFPL-2
+echo "Run revdep-rebuild before this. This brute force script fill rename"
+echo "rest of -lpng12 and libpng12.la entries in your systems .la files."
+
+[[ -d /usr/lib64 ]] && lib_suffix=64
+
+libdir=/usr/lib${lib_suffix}
+
+find ${libdir} -name '*.la' | xargs sed -i -e '/^dependency_libs/s:-lpng12:-lpng14:'
+find ${libdir} -name '*.la' | xargs sed -i -e '/^dependency_libs/s:libpng12.la:libpng14.la:'
+
+# WTFPL-2






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libpng/files: libpng-1.4.x-update.sh
@ 2010-05-11  8:03 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 10+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-05-11  8:03 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/05/11 08:03:44

  Modified:             libpng-1.4.x-update.sh
  Log:
  typo
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  media-libs/libpng/files/libpng-1.4.x-update.sh

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpng/files/libpng-1.4.x-update.sh?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpng/files/libpng-1.4.x-update.sh?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpng/files/libpng-1.4.x-update.sh?r1=1.2&r2=1.3

Index: libpng-1.4.x-update.sh
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libpng/files/libpng-1.4.x-update.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libpng-1.4.x-update.sh	10 May 2010 23:04:32 -0000	1.2
+++ libpng-1.4.x-update.sh	11 May 2010 08:03:43 -0000	1.3
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-echo "Run revdep-rebuild before this. This brute force script fill rename"
+echo "Run revdep-rebuild before this. This brute force script will rename"
 echo "rest of -lpng12 and libpng12.la entries in your systems .la files."
 
 [[ -d /usr/lib64 ]] && lib_suffix=64






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libpng/files: libpng-1.4.x-update.sh
@ 2010-05-11 10:54 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 10+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-05-11 10:54 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/05/11 10:54:06

  Modified:             libpng-1.4.x-update.sh
  Log:
  Be more helpful
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  media-libs/libpng/files/libpng-1.4.x-update.sh

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpng/files/libpng-1.4.x-update.sh?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpng/files/libpng-1.4.x-update.sh?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpng/files/libpng-1.4.x-update.sh?r1=1.3&r2=1.4

Index: libpng-1.4.x-update.sh
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libpng/files/libpng-1.4.x-update.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libpng-1.4.x-update.sh	11 May 2010 08:03:43 -0000	1.3
+++ libpng-1.4.x-update.sh	11 May 2010 10:54:06 -0000	1.4
@@ -1,7 +1,8 @@
 #!/bin/bash
 
-echo "Run revdep-rebuild before this. This brute force script will rename"
-echo "rest of -lpng12 and libpng12.la entries in your systems .la files."
+echo "Try revdep-rebuild or lafilefixer first."
+echo "This script will rename -lpng12 and libpng12.la to -lpng14 and libpng14.la"
+echo "in your system libdir."
 
 [[ -d /usr/lib64 ]] && lib_suffix=64
 






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libpng/files: libpng-1.4.x-update.sh
@ 2010-05-11 10:54 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 10+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-05-11 10:54 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/05/11 10:54:57

  Modified:             libpng-1.4.x-update.sh
  Log:
  Be more helpful
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  media-libs/libpng/files/libpng-1.4.x-update.sh

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpng/files/libpng-1.4.x-update.sh?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpng/files/libpng-1.4.x-update.sh?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpng/files/libpng-1.4.x-update.sh?r1=1.4&r2=1.5

Index: libpng-1.4.x-update.sh
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libpng/files/libpng-1.4.x-update.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libpng-1.4.x-update.sh	11 May 2010 10:54:06 -0000	1.4
+++ libpng-1.4.x-update.sh	11 May 2010 10:54:57 -0000	1.5
@@ -2,7 +2,7 @@
 
 echo "Try revdep-rebuild or lafilefixer first."
 echo "This script will rename -lpng12 and libpng12.la to -lpng14 and libpng14.la"
-echo "in your system libdir."
+echo "in your system libdir libtool .la files without asking permission."
 
 [[ -d /usr/lib64 ]] && lib_suffix=64
 






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libpng/files: libpng-1.4.x-update.sh
@ 2010-05-13 20:05 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 10+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-05-13 20:05 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/05/13 20:05:18

  Modified:             libpng-1.4.x-update.sh
  Log:
  Rename revision to get slotted version preferred first wrt #319457 by Vadim Kuznetsov.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  media-libs/libpng/files/libpng-1.4.x-update.sh

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpng/files/libpng-1.4.x-update.sh?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpng/files/libpng-1.4.x-update.sh?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpng/files/libpng-1.4.x-update.sh?r1=1.5&r2=1.6

Index: libpng-1.4.x-update.sh
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libpng/files/libpng-1.4.x-update.sh,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libpng-1.4.x-update.sh	11 May 2010 10:54:57 -0000	1.5
+++ libpng-1.4.x-update.sh	13 May 2010 20:05:18 -0000	1.6
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-echo "Try revdep-rebuild or lafilefixer first."
+echo "Try revdep-rebuild first."
 echo "This script will rename -lpng12 and libpng12.la to -lpng14 and libpng14.la"
 echo "in your system libdir libtool .la files without asking permission."
 






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libpng/files: libpng-1.4.x-update.sh
@ 2010-05-16 18:25 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 10+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-05-16 18:25 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/05/16 18:25:37

  Modified:             libpng-1.4.x-update.sh
  Log:
  Update libpng-1.4.x-update.sh to use qfile for finding .la files (based on xcb-rebuilder.sh from x11-libs/libxcb, thanks to Rémi Cardona for pointing this out).
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  media-libs/libpng/files/libpng-1.4.x-update.sh

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpng/files/libpng-1.4.x-update.sh?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpng/files/libpng-1.4.x-update.sh?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpng/files/libpng-1.4.x-update.sh?r1=1.6&r2=1.7

Index: libpng-1.4.x-update.sh
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libpng/files/libpng-1.4.x-update.sh,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libpng-1.4.x-update.sh	13 May 2010 20:05:18 -0000	1.6
+++ libpng-1.4.x-update.sh	16 May 2010 18:25:37 -0000	1.7
@@ -1,14 +1,16 @@
 #!/bin/bash
 
-echo "Try revdep-rebuild first."
-echo "This script will rename -lpng12 and libpng12.la to -lpng14 and libpng14.la"
-echo "in your system libdir libtool .la files without asking permission."
+. /etc/init.d/functions.sh
 
-[[ -d /usr/lib64 ]] && lib_suffix=64
+if ! type -p qfile >/dev/null; then
+	einfo "Please install app-portage/portage-utils."
+	exit 1
+fi
 
-libdir=/usr/lib${lib_suffix}
-
-find ${libdir} -name '*.la' | xargs sed -i -e '/^dependency_libs/s:-lpng12:-lpng14:'
-find ${libdir} -name '*.la' | xargs sed -i -e '/^dependency_libs/s:libpng12.la:libpng14.la:'
-
-# WTFPL-2
+einfo "Fixing broken libtool archives (.la)"
+for i in $(qlist -a | grep "\.la$"); do
+	sed -i \
+		-e '/^dependency_libs/s:-lpng12:-lpng14:g' \
+		-e '/^dependency_libs/s:libpng12.la:libpng14.la:g' \
+                "${i}" 2>/dev/null
+done






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libpng/files: libpng-1.4.x-update.sh
@ 2010-06-30 17:12 Jeremy Olexa (darkside)
  0 siblings, 0 replies; 10+ messages in thread
From: Jeremy Olexa (darkside) @ 2010-06-30 17:12 UTC (permalink / raw
  To: gentoo-commits

darkside    10/06/30 17:12:16

  Modified:             libpng-1.4.x-update.sh
  Log:
  Migrate Gentoo Prefix changes as tested in the Gentoo Prefix overlay. Add keywords, eprefixify update script. Approved by ssuominen.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  media-libs/libpng/files/libpng-1.4.x-update.sh

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpng/files/libpng-1.4.x-update.sh?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpng/files/libpng-1.4.x-update.sh?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpng/files/libpng-1.4.x-update.sh?r1=1.7&r2=1.8

Index: libpng-1.4.x-update.sh
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libpng/files/libpng-1.4.x-update.sh,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libpng-1.4.x-update.sh	16 May 2010 18:25:37 -0000	1.7
+++ libpng-1.4.x-update.sh	30 Jun 2010 17:12:15 -0000	1.8
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-. /etc/init.d/functions.sh
+. "@GENTOO_PORTAGE_EPREFIX@/etc/init.d/functions.sh"
 
 if ! type -p qfile >/dev/null; then
 	einfo "Please install app-portage/portage-utils."






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libpng/files: libpng-1.4.x-update.sh
@ 2010-10-17 20:07 Mike Frysinger (vapier)
  0 siblings, 0 replies; 10+ messages in thread
From: Mike Frysinger (vapier) @ 2010-10-17 20:07 UTC (permalink / raw
  To: gentoo-commits

vapier      10/10/17 20:07:36

  Modified:             libpng-1.4.x-update.sh
  Log:
  fix whitespace

Revision  Changes    Path
1.9                  media-libs/libpng/files/libpng-1.4.x-update.sh

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpng/files/libpng-1.4.x-update.sh?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpng/files/libpng-1.4.x-update.sh?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpng/files/libpng-1.4.x-update.sh?r1=1.8&r2=1.9

Index: libpng-1.4.x-update.sh
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libpng/files/libpng-1.4.x-update.sh,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libpng-1.4.x-update.sh	30 Jun 2010 17:12:15 -0000	1.8
+++ libpng-1.4.x-update.sh	17 Oct 2010 20:07:36 -0000	1.9
@@ -12,5 +12,5 @@
 	sed -i \
 		-e '/^dependency_libs/s:-lpng12:-lpng14:g' \
 		-e '/^dependency_libs/s:libpng12.la:libpng14.la:g' \
-                "${i}" 2>/dev/null
+		"${i}" 2>/dev/null
 done






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libpng/files: libpng-1.4.x-update.sh
@ 2011-01-29 19:14 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 10+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-01-29 19:14 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/01/29 19:14:51

  Removed:              libpng-1.4.x-update.sh
  Log:
  old, and punt the gawdawful update script
  
  (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)



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

end of thread, other threads:[~2011-01-29 19:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-13 20:05 [gentoo-commits] gentoo-x86 commit in media-libs/libpng/files: libpng-1.4.x-update.sh Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2011-01-29 19:14 Samuli Suominen (ssuominen)
2010-10-17 20:07 Mike Frysinger (vapier)
2010-06-30 17:12 Jeremy Olexa (darkside)
2010-05-16 18:25 Samuli Suominen (ssuominen)
2010-05-11 10:54 Samuli Suominen (ssuominen)
2010-05-11 10:54 Samuli Suominen (ssuominen)
2010-05-11  8:03 Samuli Suominen (ssuominen)
2010-05-10 23:04 Samuli Suominen (ssuominen)
2010-05-10 18:10 Samuli Suominen (ssuominen)

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