summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/intltool
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/intltool')
-rw-r--r--abs/core-testing/intltool/ChangeLog38
-rw-r--r--abs/core-testing/intltool/PKGBUILD23
2 files changed, 0 insertions, 61 deletions
diff --git a/abs/core-testing/intltool/ChangeLog b/abs/core-testing/intltool/ChangeLog
deleted file mode 100644
index 4419f0f..0000000
--- a/abs/core-testing/intltool/ChangeLog
+++ /dev/null
@@ -1,38 +0,0 @@
-2009-03-15 Eric Belanger <eric@archlinux.org>
-
- * intltool 0.40.6-1
- * Upstream update
-
-2009-02-07 Eric Belanger <eric@archlinux.org>
-
- * Added I18N-HOWTO doc (close FS#12889)
-
-2008-11-28 Jan de Groot <jgc@archlinux.org>
-
- * intltool 0.40.5-1
- * Upstream update
-
-2008-09-25 Jan de Groot <jgc@archlinux.org>
-
- * intltool 0.40.4-1
- * Upstream update
-
-2008-07-28 Eric Belanger <eric@archlinux.org>
-
- * intltool 0.40.3-1
- * Upstream update
-
-2008-07-23 Eric Belanger <eric@archlinux.org>
-
- * intltool 0.40.1-1
- * Upstream update
-
-2008-06-08 Eric Belanger <eric@archlinux.org>
-
- * intltool 0.40.0-1
- * Upstream update
-
-2008-03-01 Eric Belanger <eric@archlinux.org>
-
- * intltool 0.37.1-1
- * Upstream update
diff --git a/abs/core-testing/intltool/PKGBUILD b/abs/core-testing/intltool/PKGBUILD
deleted file mode 100644
index d367e29..0000000
--- a/abs/core-testing/intltool/PKGBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# $Id: PKGBUILD 30076 2009-03-16 03:02:39Z eric $
-# Maintainer: Eric Belanger <eric@archlinux.org>
-# Contributor: Jan de Groot <jgc@archlinux.org>
-
-pkgname=intltool
-pkgver=0.40.6
-pkgrel=1
-pkgdesc="The internationalization tool collection"
-arch=('i686' 'x86_64')
-url="http://freedesktop.org/wiki/Software/intltool"
-license=('GPL')
-depends=('perlxml')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('69bc0353323112f42ad4f9cf351bc3e5')
-sha1sums=('4f6469e09e2c06a8072dffff36f84ff401d7ea75')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr || return 1
- make || return 1
- make DESTDIR="${pkgdir}" install || return 1
- install -D -m644 doc/I18N-HOWTO ${pkgdir}/usr/share/doc/${pkgname}/I18N-HOWTO || return 1
-}