[arch-commits] Commit in gptfdisk/trunk (PKGBUILD)

2020-02-18 Thread Evangelos Foutras via arch-commits
Date: Tuesday, February 18, 2020 @ 12:49:58
  Author: foutrelis
Revision: 375781

upgpkg: gptfdisk 1.0.5-1: New upstream release.

Modified:
  gptfdisk/trunk/PKGBUILD

--+
 PKGBUILD |   11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-18 09:18:57 UTC (rev 375780)
+++ PKGBUILD2020-02-18 12:49:58 UTC (rev 375781)
@@ -3,7 +3,7 @@
 # Contributor: Hokum 
 
 pkgname=gptfdisk
-pkgver=1.0.4
+pkgver=1.0.5
 pkgrel=1
 pkgdesc="A text-mode partitioning tool that works on GUID Partition Table 
(GPT) disks"
 arch=('x86_64')
@@ -14,8 +14,15 @@
 conflicts=('gdisk')
 replaces=('gdisk')
 
source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('b663391a6876f19a3cd901d862423a16e2b5ceaa2f4a3b9bb681e64b9c7ba78d')
+sha256sums=('0e7d3987cd0488ecaf4b48761bc97f40b1dc089e5ff53c4b37abe30bc67dcb2f')
 
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # https://sourceforge.net/p/gptfdisk/discussion/939590/thread/bc29ca06f8/
+  sed -i '/^#include /s|ncursesw/||' gptcurses.cc
+}
+
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   make


[arch-commits] Commit in gptfdisk/trunk (PKGBUILD)

2018-07-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 11, 2018 @ 01:41:06
  Author: foutrelis
Revision: 328240

Add check() function (FS#59293)

Modified:
  gptfdisk/trunk/PKGBUILD

--+
 PKGBUILD |5 +
 1 file changed, 5 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-11 00:45:04 UTC (rev 328239)
+++ PKGBUILD2018-07-11 01:41:06 UTC (rev 328240)
@@ -22,6 +22,11 @@
   make
 }
 
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make test
+}
+
 package () {
   cd "$srcdir/$pkgname-$pkgver"
 


[arch-commits] Commit in gptfdisk/trunk (PKGBUILD)

2018-07-09 Thread Evangelos Foutras via arch-commits
Date: Monday, July 9, 2018 @ 19:57:50
  Author: foutrelis
Revision: 328158

upgpkg: gptfdisk 1.0.4-1

New upstream release.

Modified:
  gptfdisk/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-09 19:56:53 UTC (rev 328157)
+++ PKGBUILD2018-07-09 19:57:50 UTC (rev 328158)
@@ -4,11 +4,11 @@
 # Contributor: Hokum 
 
 pkgname=gptfdisk
-pkgver=1.0.3
+pkgver=1.0.4
 pkgrel=1
 pkgdesc="A text-mode partitioning tool that works on GUID Partition Table 
(GPT) disks"
 arch=('x86_64')
-url="http://www.rodsbooks.com/gdisk/;
+url="https://www.rodsbooks.com/gdisk/;
 license=('GPL2')
 depends=('gcc-libs' 'popt' 'libuuid.so' 'libncursesw.so')
 provides=("gdisk=$pkgver")
@@ -15,7 +15,7 @@
 conflicts=('gdisk')
 replaces=('gdisk')
 
source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('89fd5aec35c409d610a36cb49c65b442058565ed84042f767bba614b8fc91b5c')
+sha256sums=('b663391a6876f19a3cd901d862423a16e2b5ceaa2f4a3b9bb681e64b9c7ba78d')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in gptfdisk/trunk (PKGBUILD)

2017-07-28 Thread Evangelos Foutras
Date: Friday, July 28, 2017 @ 16:31:17
  Author: foutrelis
Revision: 301315

upgpkg: gptfdisk 1.0.3-1

New upstream release.

Modified:
  gptfdisk/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-28 16:06:00 UTC (rev 301314)
+++ PKGBUILD2017-07-28 16:31:17 UTC (rev 301315)
@@ -4,8 +4,8 @@
 # Contributor: Hokum 
 
 pkgname=gptfdisk
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.0.3
+pkgrel=1
 pkgdesc="A text-mode partitioning tool that works on GUID Partition Table 
(GPT) disks"
 arch=('i686' 'x86_64')
 url="http://www.rodsbooks.com/gdisk/;
@@ -14,8 +14,8 @@
 provides=("gdisk=$pkgver")
 conflicts=('gdisk')
 replaces=('gdisk')
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('864c8aee2efdda50346804d7e6230407d5f42a8ae754df70404dd8b2fdfaeac7')
+source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('89fd5aec35c409d610a36cb49c65b442058565ed84042f767bba614b8fc91b5c')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in gptfdisk/trunk (PKGBUILD)

2015-12-05 Thread Allan McRae
Date: Saturday, December 5, 2015 @ 18:28:50
  Author: allan
Revision: 252492

C++11 ABI rebuild

Modified:
  gptfdisk/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-05 17:27:23 UTC (rev 252491)
+++ PKGBUILD2015-12-05 17:28:50 UTC (rev 252492)
@@ -5,7 +5,7 @@
 
 pkgname=gptfdisk
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A text-mode partitioning tool that works on GUID Partition Table 
(GPT) disks"
 arch=('i686' 'x86_64')
 url="http://www.rodsbooks.com/gdisk/;


[arch-commits] Commit in gptfdisk/trunk (PKGBUILD)

2015-10-19 Thread Evangelos Foutras
Date: Monday, October 19, 2015 @ 21:02:42
  Author: foutrelis
Revision: 249523

upgpkg: gptfdisk 1.0.1-1

New upstream release.

Modified:
  gptfdisk/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-19 17:47:39 UTC (rev 249522)
+++ PKGBUILD2015-10-19 19:02:42 UTC (rev 249523)
@@ -4,8 +4,8 @@
 # Contributor: Hokum 
 
 pkgname=gptfdisk
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.0.1
+pkgrel=1
 pkgdesc="A text-mode partitioning tool that works on GUID Partition Table 
(GPT) disks"
 arch=('i686' 'x86_64')
 url="http://www.rodsbooks.com/gdisk/;
@@ -15,7 +15,7 @@
 conflicts=('gdisk')
 replaces=('gdisk')
 
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('5b66956743a799fc0471cdb032665c1391e82f9c5b3f1d7d726d29fe2ba01d6c')
+sha256sums=('864c8aee2efdda50346804d7e6230407d5f42a8ae754df70404dd8b2fdfaeac7')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in gptfdisk/trunk (PKGBUILD)

2015-09-07 Thread Evangelos Foutras
Date: Monday, September 7, 2015 @ 21:08:57
  Author: foutrelis
Revision: 245487

ncurses 6.0 rebuild.

Modified:
  gptfdisk/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-07 19:08:18 UTC (rev 245486)
+++ PKGBUILD2015-09-07 19:08:57 UTC (rev 245487)
@@ -5,7 +5,7 @@
 
 pkgname=gptfdisk
 pkgver=1.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A text-mode partitioning tool that works on GUID Partition Table 
(GPT) disks"
 arch=('i686' 'x86_64')
 url="http://www.rodsbooks.com/gdisk/;


[arch-commits] Commit in gptfdisk/trunk (PKGBUILD)

2015-03-17 Thread Evangelos Foutras
Date: Wednesday, March 18, 2015 @ 02:01:22
  Author: foutrelis
Revision: 234070

upgpkg: gptfdisk 1.0.0-1

New upstream release.

Modified:
  gptfdisk/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-17 23:20:03 UTC (rev 234069)
+++ PKGBUILD2015-03-18 01:01:22 UTC (rev 234070)
@@ -4,18 +4,18 @@
 # Contributor: Hokum hokum_at_mail_dot_ru
 
 pkgname=gptfdisk
-pkgver=0.8.10
+pkgver=1.0.0
 pkgrel=1
 pkgdesc=A text-mode partitioning tool that works on GUID Partition Table 
(GPT) disks
 arch=('i686' 'x86_64')
 url=http://www.rodsbooks.com/gdisk/;
 license=('GPL2')
-depends=('gcc-libs' 'util-linux' 'popt')
+depends=('gcc-libs' 'popt' 'libuuid.so' 'libncursesw.so')
 provides=(gdisk=$pkgver)
 conflicts=('gdisk')
 replaces=('gdisk')
 
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('73e64151203ae0c347c488358e71ca582bb7fb7f0d66df86b71c42050390eb9b')
+sha256sums=('5b66956743a799fc0471cdb032665c1391e82f9c5b3f1d7d726d29fe2ba01d6c')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in gptfdisk/trunk (PKGBUILD)

2014-03-04 Thread Evangelos Foutras
Date: Tuesday, March 4, 2014 @ 12:18:12
  Author: foutrelis
Revision: 206652

upgpkg: gptfdisk 0.8.10-1

New upstream release.

Modified:
  gptfdisk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-04 03:21:34 UTC (rev 206651)
+++ PKGBUILD2014-03-04 11:18:12 UTC (rev 206652)
@@ -4,7 +4,7 @@
 # Contributor: Hokum hokum_at_mail_dot_ru
 
 pkgname=gptfdisk
-pkgver=0.8.9
+pkgver=0.8.10
 pkgrel=1
 pkgdesc=A text-mode partitioning tool that works on GUID Partition Table 
(GPT) disks
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 conflicts=('gdisk')
 replaces=('gdisk')
 
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('4f7e6199f8b2eae8d4b7f0f65afebac0835331f571605ec70172067bbbd004ca')
+sha256sums=('73e64151203ae0c347c488358e71ca582bb7fb7f0d66df86b71c42050390eb9b')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in gptfdisk/trunk (PKGBUILD)

2014-02-19 Thread Evangelos Foutras
Date: Thursday, February 20, 2014 @ 08:26:40
  Author: foutrelis
Revision: 206140

upgpkg: gptfdisk 0.8.9-1

New upstream release.

Modified:
  gptfdisk/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-20 07:05:37 UTC (rev 206139)
+++ PKGBUILD2014-02-20 07:26:40 UTC (rev 206140)
@@ -4,25 +4,26 @@
 # Contributor: Hokum hokum_at_mail_dot_ru
 
 pkgname=gptfdisk
-pkgver=0.8.8
-pkgrel=2
-pkgdesc=A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks
+pkgver=0.8.9
+pkgrel=1
+pkgdesc=A text-mode partitioning tool that works on GUID Partition Table 
(GPT) disks
 arch=('i686' 'x86_64')
 url=http://www.rodsbooks.com/gdisk/;
 license=('GPL2')
-depends=('gcc-libs' 'util-linux' 'popt' 'icu')
+depends=('gcc-libs' 'util-linux' 'popt')
 provides=(gdisk=$pkgver)
 conflicts=('gdisk')
 replaces=('gdisk')
 
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('4f7e6199f8b2eae8d4b7f0f65afebac0835331f571605ec70172067bbbd004ca')
 
 build() {
-  cd $pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
   make
 }
 
 package () {
-  cd $pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
 
   install -d $pkgdir/usr/{bin,share/{doc/gdisk,man/man8}}
   install -t $pkgdir/usr/bin {,c,s}gdisk fixparts
@@ -29,4 +30,3 @@
   install -m644 -t $pkgdir/usr/share/man/man8 {{,c,s}gdisk,fixparts}.8
   install -m644 -t $pkgdir/usr/share/doc/gdisk README NEWS
 }
-md5sums=('bd47d03ec27bab5613254b5a20f72143')



[arch-commits] Commit in gptfdisk/trunk (PKGBUILD)

2013-10-15 Thread Tobias Powalowski
Date: Tuesday, October 15, 2013 @ 08:55:30
  Author: tpowa
Revision: 196544

upgpkg: gptfdisk 0.8.8-1

bump to latest version

Modified:
  gptfdisk/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-15 06:38:31 UTC (rev 196543)
+++ PKGBUILD2013-10-15 06:55:30 UTC (rev 196544)
@@ -4,8 +4,8 @@
 # Contributor: Hokum hokum_at_mail_dot_ru
 
 pkgname=gptfdisk
-pkgver=0.8.7
-pkgrel=2
+pkgver=0.8.8
+pkgrel=1
 pkgdesc=A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks
 arch=('i686' 'x86_64')
 url=http://www.rodsbooks.com/gdisk/;
@@ -15,7 +15,6 @@
 conflicts=('gdisk')
 replaces=('gdisk')
 
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('39e61d9f3701e95db1bcb83ce8fb211b22f33548e3c75b17f22067c6968e91e3')
 
 build() {
   cd $pkgname-$pkgver
@@ -30,3 +29,4 @@
   install -m644 -t $pkgdir/usr/share/man/man8 {{,c,s}gdisk,fixparts}.8
   install -m644 -t $pkgdir/usr/share/doc/gdisk README NEWS
 }
+md5sums=('bd47d03ec27bab5613254b5a20f72143')



[arch-commits] Commit in gptfdisk/trunk (PKGBUILD)

2013-10-15 Thread Tobias Powalowski
Date: Tuesday, October 15, 2013 @ 08:57:58
  Author: tpowa
Revision: 196546

upgpkg: gptfdisk 0.8.8-2

bump to latest version

Modified:
  gptfdisk/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-15 06:55:43 UTC (rev 196545)
+++ PKGBUILD2013-10-15 06:57:58 UTC (rev 196546)
@@ -5,7 +5,7 @@
 
 pkgname=gptfdisk
 pkgver=0.8.8
-pkgrel=1
+pkgrel=2
 pkgdesc=A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks
 arch=('i686' 'x86_64')
 url=http://www.rodsbooks.com/gdisk/;



[arch-commits] Commit in gptfdisk/trunk (PKGBUILD)

2013-10-13 Thread Andreas Radke
Date: Sunday, October 13, 2013 @ 12:53:33
  Author: andyrtr
Revision: 196419

upgpkg: gptfdisk 0.8.7-2

rebuild for icu 52.1

Modified:
  gptfdisk/trunk/PKGBUILD

--+
 PKGBUILD |9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-13 10:33:44 UTC (rev 196418)
+++ PKGBUILD2013-10-13 10:53:33 UTC (rev 196419)
@@ -5,7 +5,7 @@
 
 pkgname=gptfdisk
 pkgver=0.8.7
-pkgrel=1
+pkgrel=2
 pkgdesc=A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks
 arch=('i686' 'x86_64')
 url=http://www.rodsbooks.com/gdisk/;
@@ -18,13 +18,12 @@
 sha256sums=('39e61d9f3701e95db1bcb83ce8fb211b22f33548e3c75b17f22067c6968e91e3')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-
+  cd $pkgname-$pkgver
   make
 }
 
 package () {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   install -d $pkgdir/usr/{bin,share/{doc/gdisk,man/man8}}
   install -t $pkgdir/usr/bin {,c,s}gdisk fixparts
@@ -31,5 +30,3 @@
   install -m644 -t $pkgdir/usr/share/man/man8 {{,c,s}gdisk,fixparts}.8
   install -m644 -t $pkgdir/usr/share/doc/gdisk README NEWS
 }
-
-# vim:set ts=2 sw=2 et:



[arch-commits] Commit in gptfdisk/trunk (PKGBUILD)

2013-07-09 Thread Evangelos Foutras
Date: Tuesday, July 9, 2013 @ 11:22:09
  Author: foutrelis
Revision: 189839

upgpkg: gptfdisk 0.8.7-1

New upstream release.

Modified:
  gptfdisk/trunk/PKGBUILD

--+
 PKGBUILD |9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-09 07:30:27 UTC (rev 189838)
+++ PKGBUILD2013-07-09 09:22:09 UTC (rev 189839)
@@ -4,8 +4,8 @@
 # Contributor: Hokum hokum_at_mail_dot_ru
 
 pkgname=gptfdisk
-pkgver=0.8.6
-pkgrel=2
+pkgver=0.8.7
+pkgrel=1
 pkgdesc=A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks
 arch=('i686' 'x86_64')
 url=http://www.rodsbooks.com/gdisk/;
@@ -15,14 +15,11 @@
 conflicts=('gdisk')
 replaces=('gdisk')
 
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('4579cd54842459699970e24720dda7fb0aa217027818623089c321bc62a647b2')
+sha256sums=('39e61d9f3701e95db1bcb83ce8fb211b22f33548e3c75b17f22067c6968e91e3')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
 
-  # Get rid of annoying debug message (have sent email to upstream author)
-  sed -i '/Entering GPTPart::SetName/d' gptpart.cc
-
   make
 }
 



[arch-commits] Commit in gptfdisk/trunk (PKGBUILD)

2013-03-21 Thread Evangelos Foutras
Date: Thursday, March 21, 2013 @ 22:31:09
  Author: foutrelis
Revision: 180438

upgpkg: gptfdisk 0.8.6-2

ICU 51.1 rebuild.

Modified:
  gptfdisk/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 21:11:57 UTC (rev 180437)
+++ PKGBUILD2013-03-21 21:31:09 UTC (rev 180438)
@@ -5,7 +5,7 @@
 
 pkgname=gptfdisk
 pkgver=0.8.6
-pkgrel=1
+pkgrel=2
 pkgdesc=A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks
 arch=('i686' 'x86_64')
 url=http://www.rodsbooks.com/gdisk/;



[arch-commits] Commit in gptfdisk/trunk (PKGBUILD)

2013-02-08 Thread Evangelos Foutras
Date: Saturday, February 9, 2013 @ 02:45:20
  Author: foutrelis
Revision: 177796

upgpkg: gptfdisk 0.8.6-1

New upstream release.

Modified:
  gptfdisk/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-09 01:32:37 UTC (rev 177795)
+++ PKGBUILD2013-02-09 01:45:20 UTC (rev 177796)
@@ -4,8 +4,8 @@
 # Contributor: Hokum hokum_at_mail_dot_ru
 
 pkgname=gptfdisk
-pkgver=0.8.5
-pkgrel=3
+pkgver=0.8.6
+pkgrel=1
 pkgdesc=A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks
 arch=('i686' 'x86_64')
 url=http://www.rodsbooks.com/gdisk/;
@@ -15,11 +15,14 @@
 conflicts=('gdisk')
 replaces=('gdisk')
 
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('15cc691f28212c157e05315662ed6b76ffdcc8de6fc118fa21c81ef5aae84af9')
+sha256sums=('4579cd54842459699970e24720dda7fb0aa217027818623089c321bc62a647b2')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
 
+  # Get rid of annoying debug message (have sent email to upstream author)
+  sed -i '/Entering GPTPart::SetName/d' gptpart.cc
+
   make
 }
 



[arch-commits] Commit in gptfdisk/trunk (PKGBUILD)

2013-01-19 Thread Evangelos Foutras
Date: Saturday, January 19, 2013 @ 14:17:32
  Author: foutrelis
Revision: 175695

upgpkg: gptfdisk 0.8.5-3

ICU 50.1.2 rebuild.

Modified:
  gptfdisk/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-19 17:56:40 UTC (rev 175694)
+++ PKGBUILD2013-01-19 19:17:32 UTC (rev 175695)
@@ -5,7 +5,7 @@
 
 pkgname=gptfdisk
 pkgver=0.8.5
-pkgrel=2
+pkgrel=3
 pkgdesc=A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks
 arch=('i686' 'x86_64')
 url=http://www.rodsbooks.com/gdisk/;



[arch-commits] Commit in gptfdisk/trunk (PKGBUILD)

2012-11-11 Thread Evangelos Foutras
Date: Sunday, November 11, 2012 @ 10:30:15
  Author: foutrelis
Revision: 170793

upgpkg: gptfdisk 0.8.5-2

ICU 50 rebuild.

Modified:
  gptfdisk/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-11 15:24:11 UTC (rev 170792)
+++ PKGBUILD2012-11-11 15:30:15 UTC (rev 170793)
@@ -5,7 +5,7 @@
 
 pkgname=gptfdisk
 pkgver=0.8.5
-pkgrel=1
+pkgrel=2
 pkgdesc=A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks
 arch=('i686' 'x86_64')
 url=http://www.rodsbooks.com/gdisk/;



[arch-commits] Commit in gptfdisk/trunk (PKGBUILD)

2012-05-30 Thread Evangelos Foutras
Date: Wednesday, May 30, 2012 @ 23:41:10
  Author: foutrelis
Revision: 160219

upgpkg: gptfdisk 0.8.5-1

New upstream release. Move binaries to /usr/bin/.

Modified:
  gptfdisk/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-05-31 00:53:30 UTC (rev 160218)
+++ PKGBUILD2012-05-31 03:41:10 UTC (rev 160219)
@@ -4,8 +4,8 @@
 # Contributor: Hokum hokum_at_mail_dot_ru
 
 pkgname=gptfdisk
-pkgver=0.8.4
-pkgrel=2
+pkgver=0.8.5
+pkgrel=1
 pkgdesc=A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks
 arch=('i686' 'x86_64')
 url=http://www.rodsbooks.com/gdisk/;
@@ -15,7 +15,7 @@
 conflicts=('gdisk')
 replaces=('gdisk')
 
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('a4aa6800df3a43bec2900eff3c2d8488d8d60c06833035bc881237f9acb79b85')
+sha256sums=('15cc691f28212c157e05315662ed6b76ffdcc8de6fc118fa21c81ef5aae84af9')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -26,8 +26,8 @@
 package () {
   cd $srcdir/$pkgname-$pkgver
 
-  install -d $pkgdir/{sbin,usr/share/{doc/gdisk,man/man8}}
-  install -t $pkgdir/sbin {,c,s}gdisk fixparts
+  install -d $pkgdir/usr/{bin,share/{doc/gdisk,man/man8}}
+  install -t $pkgdir/usr/bin {,c,s}gdisk fixparts
   install -m644 -t $pkgdir/usr/share/man/man8 {{,c,s}gdisk,fixparts}.8
   install -m644 -t $pkgdir/usr/share/doc/gdisk README NEWS
 }



[arch-commits] Commit in gptfdisk/trunk (PKGBUILD)

2012-03-25 Thread Evangelos Foutras
Date: Sunday, March 25, 2012 @ 23:02:02
  Author: foutrelis
Revision: 154310

upgpkg: gptfdisk 0.8.3-2

ICU 49 rebuild.

Modified:
  gptfdisk/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-26 02:41:05 UTC (rev 154309)
+++ PKGBUILD2012-03-26 03:02:02 UTC (rev 154310)
@@ -5,7 +5,7 @@
 
 pkgname=gptfdisk
 pkgver=0.8.3
-pkgrel=1
+pkgrel=2
 pkgdesc=A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks
 arch=('i686' 'x86_64')
 url=http://www.rodsbooks.com/gdisk/;



[arch-commits] Commit in gptfdisk/trunk (PKGBUILD)

2012-03-25 Thread Evangelos Foutras
Date: Sunday, March 25, 2012 @ 23:36:05
  Author: foutrelis
Revision: 154314

upgpkg: gptfdisk 0.8.4-1

New upstream release.

Modified:
  gptfdisk/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-26 03:27:31 UTC (rev 154313)
+++ PKGBUILD2012-03-26 03:36:05 UTC (rev 154314)
@@ -4,8 +4,8 @@
 # Contributor: Hokum hokum_at_mail_dot_ru
 
 pkgname=gptfdisk
-pkgver=0.8.3
-pkgrel=2
+pkgver=0.8.4
+pkgrel=1
 pkgdesc=A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks
 arch=('i686' 'x86_64')
 url=http://www.rodsbooks.com/gdisk/;
@@ -15,7 +15,7 @@
 conflicts=('gdisk')
 replaces=('gdisk')
 
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('e028d15e134c10350cd02b14188b31a0c593b3b6c8f2af9a298ecf3e47019e18')
+sha256sums=('a4aa6800df3a43bec2900eff3c2d8488d8d60c06833035bc881237f9acb79b85')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in gptfdisk/trunk (PKGBUILD)

2012-03-25 Thread Evangelos Foutras
Date: Sunday, March 25, 2012 @ 23:38:26
  Author: foutrelis
Revision: 154316

upgpkg: gptfdisk 0.8.4-2

ICU 49 rebuild.

Modified:
  gptfdisk/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-26 03:36:27 UTC (rev 154315)
+++ PKGBUILD2012-03-26 03:38:26 UTC (rev 154316)
@@ -5,7 +5,7 @@
 
 pkgname=gptfdisk
 pkgver=0.8.4
-pkgrel=1
+pkgrel=2
 pkgdesc=A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks
 arch=('i686' 'x86_64')
 url=http://www.rodsbooks.com/gdisk/;



[arch-commits] Commit in gptfdisk/trunk (PKGBUILD)

2012-03-23 Thread Evangelos Foutras
Date: Saturday, March 24, 2012 @ 01:58:50
  Author: foutrelis
Revision: 154179

upgpkg: gptfdisk 0.8.3-1

New upstream release.

Modified:
  gptfdisk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-24 02:37:13 UTC (rev 154178)
+++ PKGBUILD2012-03-24 05:58:50 UTC (rev 154179)
@@ -4,7 +4,7 @@
 # Contributor: Hokum hokum_at_mail_dot_ru
 
 pkgname=gptfdisk
-pkgver=0.8.2
+pkgver=0.8.3
 pkgrel=1
 pkgdesc=A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 conflicts=('gdisk')
 replaces=('gdisk')
 
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('b1159027ca459661f04bc3bac8e79381895933ee214c4d6dba49b7d27204e5d3')
+sha256sums=('e028d15e134c10350cd02b14188b31a0c593b3b6c8f2af9a298ecf3e47019e18')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in gptfdisk/trunk (PKGBUILD)

2012-01-22 Thread Evangelos Foutras
Date: Monday, January 23, 2012 @ 02:56:15
  Author: foutrelis
Revision: 147144

upgpkg: gptfdisk 0.8.2-1

New upstream release.

Modified:
  gptfdisk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-23 05:18:22 UTC (rev 147143)
+++ PKGBUILD2012-01-23 07:56:15 UTC (rev 147144)
@@ -4,7 +4,7 @@
 # Contributor: Hokum hokum_at_mail_dot_ru
 
 pkgname=gptfdisk
-pkgver=0.8.1
+pkgver=0.8.2
 pkgrel=1
 pkgdesc=A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 conflicts=('gdisk')
 replaces=('gdisk')
 
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-sha1sums=('3285608c8c3087040d3bec9db1b287fae3cfc4c1')
+sha256sums=('b1159027ca459661f04bc3bac8e79381895933ee214c4d6dba49b7d27204e5d3')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in gptfdisk/trunk (PKGBUILD)

2011-10-01 Thread Evangelos Foutras
Date: Saturday, October 1, 2011 @ 20:34:46
  Author: foutrelis
Revision: 139467

upgpkg: gptfdisk 0.8.1-1

New upstream release.

Modified:
  gptfdisk/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-01 23:23:01 UTC (rev 139466)
+++ PKGBUILD2011-10-02 00:34:46 UTC (rev 139467)
@@ -4,8 +4,8 @@
 # Contributor: Hokum hokum_at_mail_dot_ru
 
 pkgname=gptfdisk
-pkgver=0.8.0
-pkgrel=2
+pkgver=0.8.1
+pkgrel=1
 pkgdesc=A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks
 arch=('i686' 'x86_64')
 url=http://www.rodsbooks.com/gdisk/;
@@ -15,7 +15,7 @@
 conflicts=('gdisk')
 replaces=('gdisk')
 
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('f38e33a9bc644ec1dee50fdc3dfe4d69')
+sha1sums=('3285608c8c3087040d3bec9db1b287fae3cfc4c1')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in gptfdisk/trunk (PKGBUILD)

2011-09-11 Thread Evangelos Foutras
Date: Sunday, September 11, 2011 @ 16:07:33
  Author: foutrelis
Revision: 137815

upgpkg: gptfdisk 0.8.0-2

Include man page for the fixparts command.

Modified:
  gptfdisk/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-11 16:06:30 UTC (rev 137814)
+++ PKGBUILD2011-09-11 20:07:33 UTC (rev 137815)
@@ -5,7 +5,7 @@
 
 pkgname=gptfdisk
 pkgver=0.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks
 arch=('i686' 'x86_64')
 url=http://www.rodsbooks.com/gdisk/;
@@ -27,8 +27,8 @@
   cd $srcdir/$pkgname-$pkgver
 
   install -d $pkgdir/{sbin,usr/share/{doc/gdisk,man/man8}}
-  install -t $pkgdir/sbin gdisk cgdisk sgdisk fixparts
-  install -m644 -t $pkgdir/usr/share/man/man8 {gdisk,cgdisk,sgdisk}.8
+  install -t $pkgdir/sbin {,c,s}gdisk fixparts
+  install -m644 -t $pkgdir/usr/share/man/man8 {{,c,s}gdisk,fixparts}.8
   install -m644 -t $pkgdir/usr/share/doc/gdisk README NEWS
 }
 



[arch-commits] Commit in gptfdisk/trunk (PKGBUILD)

2011-09-10 Thread Evangelos Foutras
Date: Saturday, September 10, 2011 @ 23:49:26
  Author: foutrelis
Revision: 137792

upgpkg: gptfdisk 0.8.0-1

New upstream release.

Modified:
  gptfdisk/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-11 02:39:11 UTC (rev 137791)
+++ PKGBUILD2011-09-11 03:49:26 UTC (rev 137792)
@@ -4,7 +4,7 @@
 # Contributor: Hokum hokum_at_mail_dot_ru
 
 pkgname=gptfdisk
-pkgver=0.7.2
+pkgver=0.8.0
 pkgrel=1
 pkgdesc=A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 conflicts=('gdisk')
 replaces=('gdisk')
 
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('31deeb7acb5104d56ba2ddeafd907513')
+md5sums=('f38e33a9bc644ec1dee50fdc3dfe4d69')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -26,10 +26,10 @@
 package () {
   cd $srcdir/$pkgname-$pkgver
 
-  install -d $pkgdir/{sbin,usr/share/{man/man8,gdisk}}
-  install -t $pkgdir/sbin gdisk sgdisk fixparts
-  install -m644 -t $pkgdir/usr/share/man/man8 {gdisk,sgdisk}.8
-  install -m644 -t $pkgdir/usr/share/gdisk README NEWS
+  install -d $pkgdir/{sbin,usr/share/{doc/gdisk,man/man8}}
+  install -t $pkgdir/sbin gdisk cgdisk sgdisk fixparts
+  install -m644 -t $pkgdir/usr/share/man/man8 {gdisk,cgdisk,sgdisk}.8
+  install -m644 -t $pkgdir/usr/share/doc/gdisk README NEWS
 }
 
 # vim:set ts=2 sw=2 et:



[arch-commits] Commit in gptfdisk/trunk (PKGBUILD)

2011-06-26 Thread Evangelos Foutras
Date: Monday, June 27, 2011 @ 01:53:20
  Author: foutrelis
Revision: 129374

upgpkg: gptfdisk 0.7.2-1
New upstream release. Use versioned provide for gdisk.

Modified:
  gptfdisk/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-27 05:53:20 UTC (rev 129373)
+++ PKGBUILD2011-06-27 05:53:20 UTC (rev 129374)
@@ -4,18 +4,18 @@
 # Contributor: Hokum hokum_at_mail_dot_ru
 
 pkgname=gptfdisk
-pkgver=0.7.1
-pkgrel=3
+pkgver=0.7.2
+pkgrel=1
 pkgdesc=A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks
 arch=('i686' 'x86_64')
 url=http://www.rodsbooks.com/gdisk/;
 license=('GPL2')
 depends=('gcc-libs' 'util-linux' 'popt' 'icu')
-provides=('gdisk')
+provides=(gdisk=$pkgver)
 conflicts=('gdisk')
 replaces=('gdisk')
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tgz)
-md5sums=('7c8d810df61e81c821bef399b832e89e')
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('31deeb7acb5104d56ba2ddeafd907513')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in gptfdisk/trunk (PKGBUILD)

2011-06-01 Thread Evangelos Foutras
Date: Wednesday, June 1, 2011 @ 13:33:51
  Author: foutrelis
Revision: 126131

upgpkg: gptfdisk 0.7.1-3
ICU 4.8 rebuild.

Modified:
  gptfdisk/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-01 17:27:21 UTC (rev 126130)
+++ PKGBUILD2011-06-01 17:33:51 UTC (rev 126131)
@@ -5,7 +5,7 @@
 
 pkgname=gptfdisk
 pkgver=0.7.1
-pkgrel=2
+pkgrel=3
 pkgdesc=A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks
 arch=('i686' 'x86_64')
 url=http://www.rodsbooks.com/gdisk/;
@@ -19,13 +19,13 @@
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  
+
   make
 }
 
 package () {
   cd $srcdir/$pkgname-$pkgver
-  
+
   install -d $pkgdir/{sbin,usr/share/{man/man8,gdisk}}
   install -t $pkgdir/sbin gdisk sgdisk fixparts
   install -m644 -t $pkgdir/usr/share/man/man8 {gdisk,sgdisk}.8



[arch-commits] Commit in gptfdisk/trunk (PKGBUILD)

2011-05-16 Thread Evangelos Foutras
Date: Monday, May 16, 2011 @ 13:24:42
  Author: foutrelis
Revision: 124135

upgpkg: gptfdisk 0.7.1-2
Adopt package. Add provides/conflicts for gdisk. Include NEWS file.

Modified:
  gptfdisk/trunk/PKGBUILD

--+
 PKGBUILD |   37 +
 1 file changed, 21 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-05-16 17:07:54 UTC (rev 124134)
+++ PKGBUILD2011-05-16 17:24:42 UTC (rev 124135)
@@ -1,30 +1,35 @@
 # $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Maintainer: Evangelos Foutras foutre...@gmail.com
+# Contributor: Tobias Powalowski tp...@archlinux.org
 # Contributor: Hokum hokum_at_mail_dot_ru
+
 pkgname=gptfdisk
 pkgver=0.7.1
-pkgrel=1
-pkgdesc=A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks.
+pkgrel=2
+pkgdesc=A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks
 arch=('i686' 'x86_64')
-url=http://www.rodsbooks.com/gdisk;
+url=http://www.rodsbooks.com/gdisk/;
+license=('GPL2')
 depends=('gcc-libs' 'util-linux' 'popt' 'icu')
+provides=('gdisk')
+conflicts=('gdisk')
 replaces=('gdisk')
-license=('GPL2')
-source=(http://www.rodsbooks.com/gdisk/$pkgname-$pkgver.tgz)
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tgz)
+md5sums=('7c8d810df61e81c821bef399b832e89e')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
+  
   make
 }
 
 package () {
-  cd $srcdir/$pkgname-$pkgver
-  install -D -m755 gdisk $pkgdir/sbin/gdisk
-  install -D -m755 sgdisk $pkgdir/sbin/sgdisk
-  install -D -m755 fixparts $pkgdir/sbin/fixparts
-  install -D -m644 gdisk.8 $pkgdir/usr/share/man/man8/gdisk.8
-  install -D -m644 sgdisk.8 $pkgdir/usr/share/man/man8/sgdisk.8
-  install -D -m644 README $pkgdir/usr/share/gdisk/README
-  install -D -m644 NEWS pkgdir/usr/share/gdisk/NEWS
+  cd $srcdir/$pkgname-$pkgver
+  
+  install -d $pkgdir/{sbin,usr/share/{man/man8,gdisk}}
+  install -t $pkgdir/sbin gdisk sgdisk fixparts
+  install -m644 -t $pkgdir/usr/share/man/man8 {gdisk,sgdisk}.8
+  install -m644 -t $pkgdir/usr/share/gdisk README NEWS
 }
-md5sums=('7c8d810df61e81c821bef399b832e89e')
+
+# vim:set ts=2 sw=2 et: