summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-01-24 11:29:06 -0600
committerWilliam Pitcock <nenolod@dereferenced.org>2011-01-24 11:29:06 -0600
commit02d24b36f7dd89648923bcae35e271848ab9ca3f (patch)
treeee0aa5d5801b80f615874fa6b604af4415c040e5 /testing
parent833028ed8cd816c3d0f575b96e38c118f0e40347 (diff)
downloadaports-02d24b36f7dd89648923bcae35e271848ab9ca3f.tar.bz2
aports-02d24b36f7dd89648923bcae35e271848ab9ca3f.tar.xz
testing/libgweather: promote to main
Diffstat (limited to 'testing')
-rw-r--r--testing/libgweather/APKBUILD42
-rw-r--r--testing/libgweather/libgweather.post-install7
-rw-r--r--testing/libgweather/libgweather.post-upgrade7
-rw-r--r--testing/libgweather/libgweather.pre-deinstall7
4 files changed, 0 insertions, 63 deletions
diff --git a/testing/libgweather/APKBUILD b/testing/libgweather/APKBUILD
deleted file mode 100644
index 7d0019a91..000000000
--- a/testing/libgweather/APKBUILD
+++ /dev/null
@@ -1,42 +0,0 @@
-# Contributor: William Pitcock <nenolod@dereferenced.org>
-# Maintainer:
-pkgname=libgweather
-pkgver=2.30.3
-pkgrel=0
-pkgdesc="GNOME weather library"
-url="http://www.gnome.org/"
-arch="all"
-license="LGPL"
-depends=
-depends_dev="gtk+-dev libsoup-dev libxml2-dev gconf-dev"
-makedepends="$depends_dev"
-install="$pkgname.post-install $pkgname.pre-deinstall $pkgname.post-upgrade"
-subpackages="$pkgname-dev $pkgname-doc"
-source="ftp://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2"
-
-_builddir="${srcdir}/${pkgname}-${pkgver}"
-prepare() {
- local i
- cd "$_builddir"
- for i in $source; do
- case $i in
- *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
- esac
- done
-}
-
-build() {
- cd "$_builddir"
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --with-zoneinfo-dir=. \
- --disable-scrollkeeper || return 1
- make || return 1
-}
-
-package() {
- cd "$_builddir"
- make DESTDIR="$pkgdir" install || return 1
-}
-
-md5sums="bf6a0a05051341ecb250f332e3edfb88 libgweather-2.30.3.tar.bz2"
diff --git a/testing/libgweather/libgweather.post-install b/testing/libgweather/libgweather.post-install
deleted file mode 100644
index c9c323078..000000000
--- a/testing/libgweather/libgweather.post-install
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-for i in gweather.schemas; do
- echo "Installing GConf2 schema $i."
- GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` \
- /usr/bin/gconftool-2 --makefile-install-rule /etc/gconf/schemas/$i >/dev/null
-done
diff --git a/testing/libgweather/libgweather.post-upgrade b/testing/libgweather/libgweather.post-upgrade
deleted file mode 100644
index c9c323078..000000000
--- a/testing/libgweather/libgweather.post-upgrade
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-for i in gweather.schemas; do
- echo "Installing GConf2 schema $i."
- GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` \
- /usr/bin/gconftool-2 --makefile-install-rule /etc/gconf/schemas/$i >/dev/null
-done
diff --git a/testing/libgweather/libgweather.pre-deinstall b/testing/libgweather/libgweather.pre-deinstall
deleted file mode 100644
index 30dad25f8..000000000
--- a/testing/libgweather/libgweather.pre-deinstall
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-for i in gweather.schemas; do
- echo "Uninstalling GConf2 schema $i."
- GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` \
- /usr/bin/gconftool-2 --makefile-uninstall-rule /etc/gconf/schemas/$i >/dev/null
-done