diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-05-11 16:43:52 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-05-11 16:45:47 +0000 |
commit | 315ddd26b78d81b1c2f0c1d2a85da338b00fdb25 (patch) | |
tree | 47205a7adb60694996874da8c3fc720dcd920501 /unmaintained/gnome-base | |
parent | aacae4a7b4456b75cbc938f7656cc7118b1e8646 (diff) | |
download | aports-315ddd26b78d81b1c2f0c1d2a85da338b00fdb25.tar.bz2 aports-315ddd26b78d81b1c2f0c1d2a85da338b00fdb25.tar.xz |
unmaintained/: Purge packages unmaintained since v3.0
Removes packages that have been in aports/unmaintained since the 3.0-stable
branch.
Alpine Linux v3.0 was released on 2014-06-04 and EOL on 2016-05-01, so
these packages have not been touched since at least 23 months.
The files can still be recovered from the 3.3-stable branch.
Diffstat (limited to 'unmaintained/gnome-base')
-rw-r--r-- | unmaintained/gnome-base/APKBUILD | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/unmaintained/gnome-base/APKBUILD b/unmaintained/gnome-base/APKBUILD deleted file mode 100644 index a89fb86c79..0000000000 --- a/unmaintained/gnome-base/APKBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# Contributor: William Pitcock <nenolod@dereferenced.org> -# Maintainer: William Pitcock <nenolod@dereferenced.org> -pkgname=gnome-base -pkgver=2.32.0 -pkgrel=1 -pkgdesc="GNOME metapackage (base)" -url="http://www.gnome.org/" -arch="noarch" -license="GPL" -depends="metacity - nautilus - - gnome-session - gnome-themes - gnome-screensaver - gnome-power-manager - gnome-settings-daemon - gnome-control-center - gnome-desktop - - gnome-system-monitor - gnome-panel - gnome-terminal" -depends_dev= -makedepends= -install="" -subpackages= -source="" - -build() { - mkdir -p "$pkgdir" -} - -md5sums="" |