[arch-commits] Commit in classpath/repos (8 files)

2016-04-06 Thread Sergej Pupykin
Date: Wednesday, April 6, 2016 @ 15:14:40
  Author: spupykin
Revision: 169580

archrelease: copy trunk to community-i686, community-x86_64

Added:
  classpath/repos/community-i686/PKGBUILD
(from rev 169579, classpath/trunk/PKGBUILD)
  classpath/repos/community-i686/freetype2_include.patch
(from rev 169579, classpath/trunk/freetype2_include.patch)
  classpath/repos/community-x86_64/PKGBUILD
(from rev 169579, classpath/trunk/PKGBUILD)
  classpath/repos/community-x86_64/freetype2_include.patch
(from rev 169579, classpath/trunk/freetype2_include.patch)
Deleted:
  classpath/repos/community-i686/PKGBUILD
  classpath/repos/community-i686/freetype2_include.patch
  classpath/repos/community-x86_64/PKGBUILD
  classpath/repos/community-x86_64/freetype2_include.patch

--+
 /PKGBUILD|  152 +
 /freetype2_include.patch |   68 
 community-i686/PKGBUILD  |   38 ---
 community-i686/freetype2_include.patch   |   34 --
 community-x86_64/PKGBUILD|   38 ---
 community-x86_64/freetype2_include.patch |   34 --
 6 files changed, 220 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-06 13:14:18 UTC (rev 169579)
+++ community-i686/PKGBUILD 2016-04-06 13:14:40 UTC (rev 169580)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: tardo 
-# Contributor: Sean Gillespie 
-
-pkgname=classpath
-pkgver=0.99
-pkgrel=2
-pkgdesc="A free replacement for Sun's proprietary core Java class libraries."
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/classpath/;
-license=('GPL')
-depends=('gtk2>=2.8' 'libxtst' 'libsm' 'freetype2')
-makedepends=('gtk2>=2.8' 'libxtst' 'gconf' 'java-environment' 'antlr2')
-optdepends=('file' 'gconf')
-source=(ftp://ftp.gnu.org/gnu/classpath/$pkgname-$pkgver.tar.gz
-   freetype2_include.patch)
-md5sums=('0ae1571249172acd82488724a3b8acb4'
- '55dafc301c5f2e497696d01e9c1dab9c')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -Np1 -i $srcdir/freetype2_include.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --disable-Werror --disable-plugin \
---with-antlr-jar=/usr/share/java/antlr2.jar
-  make EXAMPLESDIR=
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make EXAMPLESDIR= DESTDIR=$pkgdir install
-  rm -f $pkgdir/usr/lib/logging.properties
-  rm -f $pkgdir/usr/share/info/dir
-}

Copied: classpath/repos/community-i686/PKGBUILD (from rev 169579, 
classpath/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-06 13:14:40 UTC (rev 169580)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: tardo 
+# Contributor: Sean Gillespie 
+
+pkgname=classpath
+pkgver=0.99
+pkgrel=3
+pkgdesc="A free replacement for Sun's proprietary core Java class libraries."
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/classpath/;
+license=('GPL')
+depends=('gtk2>=2.8' 'libxtst' 'libsm' 'freetype2')
+makedepends=('gtk2>=2.8' 'libxtst' 'gconf' 'java-environment' 'antlr2')
+optdepends=('file' 'gconf')
+source=(ftp://ftp.gnu.org/gnu/classpath/$pkgname-$pkgver.tar.gz
+   freetype2_include.patch)
+md5sums=('0ae1571249172acd82488724a3b8acb4'
+ '55dafc301c5f2e497696d01e9c1dab9c')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  patch -p0 Makefile.in < SUBDIRS = lib doc external include native resource scripts
+> DIST_SUBDIRS = lib doc external include native resource scripts
+EOF
+
+  # fix freetype2 include path 
+  patch -Np1 -i $srcdir/freetype2_include.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --disable-Werror --disable-plugin \
+--with-antlr-jar=/usr/share/java/antlr2.jar
+  make EXAMPLESDIR=
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make EXAMPLESDIR= DESTDIR=$pkgdir install
+
+  rm -f $pkgdir/usr/bin/gappletviewer
+  rm -f $pkgdir/usr/bin/gjar
+  rm -f $pkgdir/usr/bin/gjarsigner
+  rm -f $pkgdir/usr/bin/gjavah
+  rm -f $pkgdir/usr/bin/gkeytool
+  rm -f $pkgdir/usr/bin/gnative2ascii
+  rm -f $pkgdir/usr/bin/gorbd
+  rm -f $pkgdir/usr/bin/grmic
+  rm -f $pkgdir/usr/bin/grmid
+  rm -f $pkgdir/usr/bin/grmiregistry
+  rm -f $pkgdir/usr/bin/gserialver
+  rm -f $pkgdir/usr/bin/gtnameserv
+  rm -f $pkgdir/usr/lib/logging.properties
+  rm -f $pkgdir/usr/lib/security/classpath.security
+  rm -f $pkgdir/usr/share/man/man1/gappletviewer.1*
+  rm -f $pkgdir/usr/share/man/man1/gcjh.1*
+  rm -f $pkgdir/usr/share/man/man1/gjar.1*
+  rm -f $pkgdir/usr/share/man/man1/gjarsigner.1*
+  rm 

[arch-commits] Commit in classpath/repos (8 files)

2016-04-05 Thread Sergej Pupykin
Date: Tuesday, April 5, 2016 @ 17:49:19
  Author: spupykin
Revision: 169539

archrelease: copy trunk to community-i686, community-x86_64

Added:
  classpath/repos/community-i686/PKGBUILD
(from rev 169538, classpath/trunk/PKGBUILD)
  classpath/repos/community-i686/freetype2_include.patch
(from rev 169538, classpath/trunk/freetype2_include.patch)
  classpath/repos/community-x86_64/PKGBUILD
(from rev 169538, classpath/trunk/PKGBUILD)
  classpath/repos/community-x86_64/freetype2_include.patch
(from rev 169538, classpath/trunk/freetype2_include.patch)
Deleted:
  classpath/repos/community-i686/PKGBUILD
  classpath/repos/community-i686/freetype2_include.patch
  classpath/repos/community-x86_64/PKGBUILD
  classpath/repos/community-x86_64/freetype2_include.patch

--+
 /PKGBUILD|   76 +
 /freetype2_include.patch |   68 +
 community-i686/PKGBUILD  |   74 
 community-i686/freetype2_include.patch   |   34 
 community-x86_64/PKGBUILD|   74 
 community-x86_64/freetype2_include.patch |   34 
 6 files changed, 144 insertions(+), 216 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-05 15:49:04 UTC (rev 169538)
+++ community-i686/PKGBUILD 2016-04-05 15:49:19 UTC (rev 169539)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: tardo 
-# Contributor: Sean Gillespie 
-
-pkgname=classpath
-pkgver=0.99
-pkgrel=1
-pkgdesc="A free replacement for Sun's proprietary core Java class libraries."
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/classpath/;
-license=('GPL')
-depends=('gtk2>=2.8' 'libxtst' 'libsm' 'freetype2')
-makedepends=('gtk2>=2.8' 'libxtst' 'gconf' 'java-environment' 'antlr2')
-optdepends=('file' 'gconf')
-source=(ftp://ftp.gnu.org/gnu/classpath/$pkgname-$pkgver.tar.gz 
freetype2_include.patch)
-md5sums=('0ae1571249172acd82488724a3b8acb4'
- '55dafc301c5f2e497696d01e9c1dab9c')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -p0 Makefile.in < SUBDIRS = lib doc external include native resource scripts
-> DIST_SUBDIRS = lib doc external include native resource scripts
-EOF
-
-  # fix freetype2 include path 
-  patch -Np1 -i $srcdir/freetype2_include.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --disable-Werror --disable-plugin \
---with-antlr-jar=/usr/share/java/antlr2.jar
-  make EXAMPLESDIR=
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make EXAMPLESDIR= DESTDIR=$pkgdir install
-
-  rm -f $pkgdir/usr/bin/gappletviewer
-  rm -f $pkgdir/usr/bin/gjar
-  rm -f $pkgdir/usr/bin/gjarsigner
-  rm -f $pkgdir/usr/bin/gjavah
-  rm -f $pkgdir/usr/bin/gkeytool
-  rm -f $pkgdir/usr/bin/gnative2ascii
-  rm -f $pkgdir/usr/bin/gorbd
-  rm -f $pkgdir/usr/bin/grmic
-  rm -f $pkgdir/usr/bin/grmid
-  rm -f $pkgdir/usr/bin/grmiregistry
-  rm -f $pkgdir/usr/bin/gserialver
-  rm -f $pkgdir/usr/bin/gtnameserv
-  rm -f $pkgdir/usr/lib/logging.properties
-  rm -f $pkgdir/usr/lib/security/classpath.security
-  rm -f $pkgdir/usr/share/man/man1/gappletviewer.1*
-  rm -f $pkgdir/usr/share/man/man1/gcjh.1*
-  rm -f $pkgdir/usr/share/man/man1/gjar.1*
-  rm -f $pkgdir/usr/share/man/man1/gjarsigner.1*
-  rm -f $pkgdir/usr/share/man/man1/gjavah.1*
-  rm -f $pkgdir/usr/share/man/man1/gkeytool.1*
-  rm -f $pkgdir/usr/share/man/man1/gnative2ascii.1*
-  rm -f $pkgdir/usr/share/man/man1/gorbd.1*
-  rm -f $pkgdir/usr/share/man/man1/grmid.1*
-  rm -f $pkgdir/usr/share/man/man1/grmiregistry.1*
-  rm -f $pkgdir/usr/share/man/man1/gserialver.1*
-  rm -f $pkgdir/usr/share/man/man1/gtnameserv.1*
-  rm -f $pkgdir/usr/share/info/dir
-}

Copied: classpath/repos/community-i686/PKGBUILD (from rev 169538, 
classpath/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-05 15:49:19 UTC (rev 169539)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: tardo 
+# Contributor: Sean Gillespie 
+
+pkgname=classpath
+pkgver=0.99
+pkgrel=2
+pkgdesc="A free replacement for Sun's proprietary core Java class libraries."
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/classpath/;
+license=('GPL')
+depends=('gtk2>=2.8' 'libxtst' 'libsm' 'freetype2')
+makedepends=('gtk2>=2.8' 'libxtst' 'gconf' 'java-environment' 'antlr2')
+optdepends=('file' 'gconf')
+source=(ftp://ftp.gnu.org/gnu/classpath/$pkgname-$pkgver.tar.gz
+   freetype2_include.patch)
+md5sums=('0ae1571249172acd82488724a3b8acb4'
+ 

[arch-commits] Commit in classpath/repos (8 files)

2015-01-11 Thread Sergej Pupykin
Date: Sunday, January 11, 2015 @ 12:10:51
  Author: spupykin
Revision: 125728

archrelease: copy trunk to community-i686, community-x86_64

Added:
  classpath/repos/community-i686/PKGBUILD
(from rev 125727, classpath/trunk/PKGBUILD)
  classpath/repos/community-i686/freetype2_include.patch
(from rev 125727, classpath/trunk/freetype2_include.patch)
  classpath/repos/community-x86_64/PKGBUILD
(from rev 125727, classpath/trunk/PKGBUILD)
  classpath/repos/community-x86_64/freetype2_include.patch
(from rev 125727, classpath/trunk/freetype2_include.patch)
Deleted:
  classpath/repos/community-i686/PKGBUILD
  classpath/repos/community-i686/freetype2_include.patch
  classpath/repos/community-x86_64/PKGBUILD
  classpath/repos/community-x86_64/freetype2_include.patch

--+
 /PKGBUILD|  148 +
 /freetype2_include.patch |   68 +
 community-i686/PKGBUILD  |   70 -
 community-i686/freetype2_include.patch   |   34 --
 community-x86_64/PKGBUILD|   70 -
 community-x86_64/freetype2_include.patch |   34 --
 6 files changed, 216 insertions(+), 208 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-11 11:10:38 UTC (rev 125727)
+++ community-i686/PKGBUILD 2015-01-11 11:10:51 UTC (rev 125728)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: tardo ta...@nagi-fanboi.net
-# Contributor: Sean Gillespie sean.d.gilles...@gmail.com
-
-pkgname=classpath
-pkgver=0.98
-pkgrel=7
-pkgdesc=A free replacement for Sun's proprietary core Java class libraries.
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/classpath/;
-license=('GPL')
-depends=('gtk2=2.8' 'libxtst' 'libsm' 'freetype2')
-makedepends=('gtk2=2.8' 'libxtst' 'gconf' 'java-environment')
-optdepends=('file' 'gconf')
-source=(ftp://ftp.gnu.org/gnu/classpath/$pkgname-$pkgver.tar.gz 
freetype2_include.patch)
-md5sums=('90c6571b8b0309e372faa0f9f6255ea9'
- '55dafc301c5f2e497696d01e9c1dab9c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -p0 Makefile.in EOF
-298,299c298,299
- SUBDIRS = lib doc external include native resource scripts \$(TOOLSDIR) 
\$(EXAMPLESDIR)
- DIST_SUBDIRS = lib doc external include native resource scripts tools 
examples

- SUBDIRS = lib doc external include native resource scripts
- DIST_SUBDIRS = lib doc external include native resource scripts
-EOF
-
-  # fix freetype2 include path 
-  patch -Np1 -i $srcdir/freetype2_include.patch
-
-  ./configure --prefix=/usr --disable-Werror --disable-plugin
-  make EXAMPLESDIR=
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make EXAMPLESDIR= DESTDIR=$pkgdir install
-
-  rm -f $pkgdir/usr/bin/gappletviewer
-  rm -f $pkgdir/usr/bin/gjar
-  rm -f $pkgdir/usr/bin/gjarsigner
-  rm -f $pkgdir/usr/bin/gjavah
-  rm -f $pkgdir/usr/bin/gkeytool
-  rm -f $pkgdir/usr/bin/gnative2ascii
-  rm -f $pkgdir/usr/bin/gorbd
-  rm -f $pkgdir/usr/bin/grmic
-  rm -f $pkgdir/usr/bin/grmid
-  rm -f $pkgdir/usr/bin/grmiregistry
-  rm -f $pkgdir/usr/bin/gserialver
-  rm -f $pkgdir/usr/bin/gtnameserv
-  rm -f $pkgdir/usr/lib/logging.properties
-  rm -f $pkgdir/usr/lib/security/classpath.security
-  rm -f $pkgdir/usr/share/man/man1/gappletviewer.1*
-  rm -f $pkgdir/usr/share/man/man1/gcjh.1*
-  rm -f $pkgdir/usr/share/man/man1/gjar.1*
-  rm -f $pkgdir/usr/share/man/man1/gjarsigner.1*
-  rm -f $pkgdir/usr/share/man/man1/gjavah.1*
-  rm -f $pkgdir/usr/share/man/man1/gkeytool.1*
-  rm -f $pkgdir/usr/share/man/man1/gnative2ascii.1*
-  rm -f $pkgdir/usr/share/man/man1/gorbd.1*
-  rm -f $pkgdir/usr/share/man/man1/grmid.1*
-  rm -f $pkgdir/usr/share/man/man1/grmiregistry.1*
-  rm -f $pkgdir/usr/share/man/man1/gserialver.1*
-  rm -f $pkgdir/usr/share/man/man1/gtnameserv.1*
-  rm -f $pkgdir/usr/share/info/dir
-}

Copied: classpath/repos/community-i686/PKGBUILD (from rev 125727, 
classpath/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-11 11:10:51 UTC (rev 125728)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: tardo ta...@nagi-fanboi.net
+# Contributor: Sean Gillespie sean.d.gilles...@gmail.com
+
+pkgname=classpath
+pkgver=0.99
+pkgrel=1
+pkgdesc=A free replacement for Sun's proprietary core Java class libraries.
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/classpath/;
+license=('GPL')
+depends=('gtk2=2.8' 'libxtst' 'libsm' 'freetype2')
+makedepends=('gtk2=2.8' 'libxtst' 'gconf' 'java-environment' 'antlr2')
+optdepends=('file' 'gconf')
+source=(ftp://ftp.gnu.org/gnu/classpath/$pkgname-$pkgver.tar.gz 
freetype2_include.patch)
+md5sums=('0ae1571249172acd82488724a3b8acb4'
+