summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorMarlus Saraiva <marlus.saraiva@gmail.com>2015-03-27 03:20:41 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-03-30 14:33:33 +0000
commitc0c7cdfabf5dd73a2a87c46d7716609a95925fd9 (patch)
tree005e586a961257ae24f83f776928afa9d4ef9d29 /testing
parentd497da1246408444cfdffdcfa44c5dd7a6623234 (diff)
downloadaports-c0c7cdfabf5dd73a2a87c46d7716609a95925fd9.tar.bz2
aports-c0c7cdfabf5dd73a2a87c46d7716609a95925fd9.tar.xz
testing/erlang: moving cosNotification to its own sub package
Diffstat (limited to 'testing')
-rw-r--r--testing/erlang/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/erlang/APKBUILD b/testing/erlang/APKBUILD
index dde47a522..a9967d429 100644
--- a/testing/erlang/APKBUILD
+++ b/testing/erlang/APKBUILD
@@ -7,7 +7,7 @@
pkgname=erlang
pkgver=17.4
-pkgrel=2
+pkgrel=3
pkgdesc="General-purpose programming language and runtime environment"
url="http://www.erlang.org/"
license="ERPL"
@@ -22,6 +22,7 @@ subpackages="$pkgname-dev
$pkgname-cosevent:cos_event
$pkgname-coseventdomain:cos_event_domain
$pkgname-cosfiletransfer:cos_file_transfer
+ $pkgname-cosnotification:cos_notification
$pkgname-cosproperty:cos_property
$pkgname-costime:cos_time
$pkgname-costransaction:cos_transactions
@@ -129,6 +130,7 @@ compiler() { _mv_erlang_lib compiler; }
cos_event() { _mv_erlang_lib cosEvent; }
cos_event_domain() { _mv_erlang_lib cosEventDomain; }
cos_file_transfer() { _mv_erlang_lib cosFileTransfer; }
+cos_notification() { _mv_erlang_lib cosNotification; }
cos_property() { _mv_erlang_lib cosProperty; }
cos_time() { _mv_erlang_lib cosTime; }
cos_transactions() { _mv_erlang_lib cosTransactions; }